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

Tagging strategy on Docker Hub #81

Open
crazy-max opened this issue Feb 4, 2023 · 0 comments
Open

Tagging strategy on Docker Hub #81

crazy-max opened this issue Feb 4, 2023 · 0 comments

Comments

@crazy-max
Copy link
Member

Atm we are pushing 2 tags when we release a package in the following form:

type=raw,value=${{ env.GIT_TAG }}
type=raw,value=${{ env.GIT_TAG }}-${{ github.run_number }}

For example: https://hub.docker.com/r/dockereng/packaging/tags?page=1&name=docker-engine-v23.0.0-rc.2

image

As suggested by @thaJeztah we should also have a tag with the commit like docker-engine-v23.0.0-rc.2-abcd123

For ngihtly builds we are using a pseudo-version already: https://hub.docker.com/r/dockereng/packaging/tags?page=1&name=nightly-docker-engine

image

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