Skip to content

Start using tags on docker hub #146

@schnatterer

Description

@schnatterer

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions