-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Structure different versions of images #1
Comments
BTW Since last week we have version 16 (https://github.com/opendevstack/ods-quickstarters/tree/master/common/jenkins-agents/nodejs16/docker) next to version 12 of the Node.js builder agent and there will be version 18 till end of month (https://nodejs.org/en/about/releases) Also in the past we were thinking about having a plain Node.js builder agent next to the current agent with its cypress support. |
Adding @jorge-romero and @jafarre-viewnext who are providing Quickstarter consulting to an enterprise |
On the ODS repos we usually have a branching structure like this:
On the example of a plain (without cypress or Chrome) Node.js-based builder agent tagging and versioning of a potential dockerhub image
In addition there could be Node.js-based images with additional content, e.g. with cypress support. An image could be named @stitakis @s2oBCN @jorge-romero @jafarre-viewnext First of all does this kind of versioning and tagging make sense to you? |
Actually the situation on the cypress-side might be more complicated:
tl;dr Let's not plan with embedding of cypress binaries and additional tags for browsers here. |
Hello Christian, I updated the readme, with the versioning strategy. I think it is flexible enough to get your requirements.
|
With the Node.js-based agent we had some trouble in the past in regards to naming, tagging etc. I guess we should think about a proper structure that helps with creating and maintaining images with the right tags.
Regarding versioning and tags we have to think about:
4.x
) for which some image was designed for@s2oBCN @stitakis Is there already a plan for this?
The text was updated successfully, but these errors were encountered: