-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Comments
👍 really good idea it should be working now, so any future git tags should be saved as docker hub tags! |
Thanks so much! |
It's already out as v1.0.0 😄 And the tags seem to be working 🎉 |
Great, That's wonderful news. Thanks again! |
They don't work for now =( |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: