Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upConsider using version-based tags for Docker Images in Docker hub #542
Labels
Comments
|
I like this idea and it should be easy to add. We'll get to it when we can, but if someone else want's to work on it you'll find the dockerhub upload code in here: https://github.com/mozilla/sops/blob/master/.circleci/config.yml |
|
I would like to work on this. Please assign |
|
@ajvb should I make changes in https://github.com/mozilla/sops/blob/master/.circleci/config.yml |
|
@imskr yep! |
eddiewebb
added a commit
to eddiewebb/sops
that referenced
this issue
Jan 15, 2020
This change accesses the environment variable CIRCLE_TAG It also changes the docker image to `cimg` which is our new type that should be saller and faster over time, but that's unrelated, just grooming
ajvb
added a commit
that referenced
this issue
Jan 23, 2020
|
Fixed with #607 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, it appears the only tags pushed to Dockerhub are the
latesttag and the git commit sha.For example, when the newest
3.4.0image was tagged, it was tagged asIt's often useful to have more meaningful tags created that match the actual version. With the latest
3.4.0release it would preferred that it also be tagged with the version. So the following docker tags.Additionally, it's not to have simplified major/minor tags. So the ideal set of tags would be