Open vmpartner opened 5 years ago
@vmpartner I totally agree it's very important for us I would have used the hub.
+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)
+
to add a new rule/^v([0-9.]+)$/
v{\1}
Dockerfile
/
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
why there is no tag/version to the docker image? things must be predictibile, reproduceable
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
Thank you for this image, very useful. Can you please add release tag to docker hub, we need fixed version some times.