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

Start using tags on docker hub #146

Closed
schnatterer opened this issue Mar 16, 2017 · 5 comments
Closed

Start using tags on docker hub #146

schnatterer opened this issue Mar 16, 2017 · 5 comments

Comments

@schnatterer
Copy link

Right now, the only tag available on docker hub ist latest.
This makes using MailHog from docker hub risky.

That is,
docker run mailhog/mailhog:latest
might return a different image on every call.

However, for example,
docker run mailhog/mailhog:0.2.1
would return the same image on every call. This would make builds relying on MailHog repeatable and deterministic.

@ian-kent
Copy link
Member

👍 really good idea

it should be working now, so any future git tags should be saved as docker hub tags!

@schnatterer
Copy link
Author

Thanks so much!
Looking forward to the next release. Do you have a rough idea when it's going to be published?

@ian-kent
Copy link
Member

It's already out as v1.0.0 😄

And the tags seem to be working 🎉

https://hub.docker.com/r/mailhog/mailhog/tags/

@schnatterer
Copy link
Author

Great, That's wonderful news. Thanks again!

@Nklya
Copy link

Nklya commented Dec 19, 2018

They don't work for now =(

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

3 participants