-
Notifications
You must be signed in to change notification settings - Fork 314
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
Tag releases with version (e.g. dockerfile/elasticsearch:1.3.1) #11
Comments
+1 Thanks |
👍 |
+1 I would appreciate that. |
+1 |
Hi! What is missing to automate tagging in Docker Hub with current Automated Build ? Cheers, |
👍 |
👍 👍 👍 A lot of other official docker images have this, it'd be great if this one provided it as well! |
👍 It'd be great if we can have this |
👍 Please. |
The Docker team suggested moving images under If you can volunteer to create and maintain an official image for |
Hi all! FTR, I've just spotted that an "official" elasticsearch image is now provided on Docker Registry with proper versionning ! Source Dockerfile is managed in this repository Thanks to @infosiftr for this effort ! I think it's safe to close this issue. |
Yep, been using https://registry.hub.docker.com/_/elasticsearch/ for a week On Mon, Feb 23, 2015 at 12:02 PM, Damien Raude-Morvan <
|
Would be very useful to have numbered version tags in line with elasticsearch versions. i.e.:
dockerfile/elasticsearch:1.3.1
dockerfile/elasticsearch:1.2.3
Right now I am using elasticsearch in a scala project and the client library hasn't updated itself. Which is fine, except I can't build anything except the latest version of elasticsearch, which now means I have to reference images by hashes now, not the ideal solution.
I don't know if this is possible by just adding tags on github, or by possibly tagging the hashes on dockerhub.
The text was updated successfully, but these errors were encountered: