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

Release tag #52

Open
vmpartner opened this issue Apr 8, 2019 · 4 comments
Open

Release tag #52

vmpartner opened this issue Apr 8, 2019 · 4 comments

Comments

@vmpartner
Copy link

Thank you for this image, very useful. Can you please add release tag to docker hub, we need fixed version some times.

@eflorent-ineat
Copy link

@vmpartner I totally agree it's very important for us I would have used the hub.

@timothyclarke
Copy link

timothyclarke commented Jan 3, 2020

+1 for the tagging as I'm wanting to use this in a k8s cluster and having a pull policy of "Always" because there's a rolling "latest" tag is a little annoying.

Assuming you're using docker hub for your builds and on the off chance that whoever has admin at docker hub isn't sure how to setup tagged builds. (It looks like there there is already a v1.0.1 tag in this repo)

  • Go to Builds
  • Click on "Configure Automated Builds"
  • In the bottom of the first section there should be "Build Rules +". Click on the + to add a new rule
  • Source Type would be "Tag" from the dropdown
  • Source would be /^v([0-9.]+)$/
  • Docker Tag would be v{\1}
  • Dockerfile location would be Dockerfile
  • Build Context would be /

Then whenever you create a tag with the v#.#.# format you'd get a build in docker hub.
You may need to trigger the first build manually as the tag is pre-existing so any hooks / triggers have already been sent, but any new tags will be picked up.

@oba11 Is there any chance you can enable tagged versions in dockerhub please & thank you in advance

@jeanlucmongrain
Copy link

why there is no tag/version to the docker image? things must be predictibile, reproduceable

@jeanlucmongrain
Copy link

1 year old bug? if maintainer don't care enough to create a tag in a year, that mean the maintainer is too irresponsible, and that product shouldn't be used

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

4 participants