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 image tag latest should rather point to the latest *release* #6167

Open
lelutin opened this issue Aug 26, 2024 · 0 comments
Open

docker image tag latest should rather point to the latest *release* #6167

lelutin opened this issue Aug 26, 2024 · 0 comments

Comments

@lelutin
Copy link

lelutin commented Aug 26, 2024

Currently on docker hub the karma docker image is tagged with the different versions and there's a latest tag but the project recommends against using it for production since that tag contains the latest commit on the main branch.

This means that I currently need to hardcode the version tag and can't use auto-upgrade to stay on the latest release.

Usually the tag named latest is just a pointer to the latest release. So I would propose that the docker image publication tasks be changed so that when a new release is made, the latest tag is changed to point to that new release instead.

there could still be a tag that points to the latest commit, named for example nightly

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

No branches or pull requests

1 participant