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

Separate Docker Image Tag for latest #637

Open
ameer1234567890 opened this issue Jun 29, 2024 · 0 comments
Open

Separate Docker Image Tag for latest #637

ameer1234567890 opened this issue Jun 29, 2024 · 0 comments
Assignees

Comments

@ameer1234567890
Copy link

Currently the master branch builds the :latest image tag for docker builds. This means that any commits done to the master branch builds a new :latest image. It is common standard among developers to have the :latest image corresponding to the latest semvar (or version numbered) release.

I am suggesting to have a seperate :latest tag, which is build when a new semvar is releaed. The :master tag can be built when there is a new commit to the master branch in git, which in turn acts as a bleeding edge release.

@sstidl sstidl self-assigned this Aug 4, 2024
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

2 participants