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

Tag releases with version (e.g. dockerfile/elasticsearch:1.3.1) #11

Open
ramseykhalaf opened this issue Aug 4, 2014 · 12 comments
Open

Comments

@ramseykhalaf
Copy link

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.

@ramseykhalaf ramseykhalaf changed the title Tag releases Tag releases with version (e.g. dockerfile/elasticsearch:1.3.1) Aug 5, 2014
@akervern
Copy link

akervern commented Nov 7, 2014

+1
It could be a great idea to ensure that a restart with the latest image do not break anything with an upgrade.

Thanks

@2xyo
Copy link

2xyo commented Nov 11, 2014

👍

@benediktarnold
Copy link

+1 I would appreciate that.

@mahnunchik
Copy link

+1

@drazzib
Copy link

drazzib commented Dec 10, 2014

Hi!

What is missing to automate tagging in Docker Hub with current Automated Build ?

Cheers,

@harto
Copy link

harto commented Dec 10, 2014

👍

@jamescarr
Copy link

👍 👍 👍

A lot of other official docker images have this, it'd be great if this one provided it as well!

@sudokien
Copy link

sudokien commented Jan 7, 2015

👍 It'd be great if we can have this

@SHSE
Copy link

SHSE commented Jan 23, 2015

👍 Please.

@pilwon
Copy link
Member

pilwon commented Jan 26, 2015

The Docker team suggested moving images under dockerfile namespace to community driven official images using this technique. Tagging images is currently on hold due to this anticipated transition.

If you can volunteer to create and maintain an official image for elasticsearch, please go ahead then let us know so we can redirect this image to the official image.

@drazzib
Copy link

drazzib commented Feb 23, 2015

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.

@jamescarr
Copy link

Yep, been using https://registry.hub.docker.com/_/elasticsearch/ for a week
now. Love it. Thanks for the work all.

On Mon, Feb 23, 2015 at 12:02 PM, Damien Raude-Morvan <
notifications@github.com> wrote:

Hi all!

FTR, I've just spotted that an "official" elasticsearch
https://registry.hub.docker.com/_/elasticsearch image is now provided
on Docker Registry with proper versionning ! Source Dockerfile is managed
in this repository https://github.com/docker-library/elasticsearch

Thanks to @infosiftr https://github.com/InfoSiftr for this effort !

I think it's safe to close this issue.


Reply to this email directly or view it on GitHub
#11 (comment)
.

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