Skip to content
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

Docker images does not have moving tags #591

Open
aleksandr-vin opened this issue Feb 11, 2022 · 1 comment
Open

Docker images does not have moving tags #591

aleksandr-vin opened this issue Feb 11, 2022 · 1 comment

Comments

@aleksandr-vin
Copy link

In CI/CD tags with only major and/or major.minor version numbers would be really helpful

@McFoggy
Copy link

McFoggy commented May 17, 2022

👍 for this RFE.

To provide some background here is our use case that would benefit from that.

We use .nvmrc files in pour projects and automatically build docker images name from it's content.
We have things like the following in our CI/CD (Jenkinsfile in our case)

insideDocker(dockerImageFromNVM()) {
   // here we should be in a docker container whose tag has been computed from nvmrc content
   // base image is by default node
   // supposing our .nvmrc contains `v16`
   // so something like "node:16"
}

but we also have usages like the following for webapps/libraries projects

insideDocker(dockerImageFromNVM(base: "cypress/base")) {
   // here we should be in a docker container whose tag has been computed from nvmrc content
   // base image here will be cypress/base
   // so something like "cypress/base:16"
}

Moving/floating tags would ease such use cases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants