https://github.com/cloudogu/mailhog-image
Mailhog Docker/OCI image, regularly rebuilt
https://github.com/cloudogu/mailhog-image
Last synced: 3 months ago
JSON representation
Mailhog Docker/OCI image, regularly rebuilt
- Host: GitHub
- URL: https://github.com/cloudogu/mailhog-image
- Owner: cloudogu
- License: mit
- Created: 2023-10-25T14:36:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-06T10:43:50.000Z (over 2 years ago)
- Last Synced: 2025-02-24T01:27:11.412Z (over 1 year ago)
- Language: Dockerfile
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
MailHog [](https://github.com/cloudogu/mailhog/actions/workflows/docker-image.yml)
=========
Mailhog [Docker/OCI image](https://github.com/cloudogu/mailhog-image/pkgs/container/mailhog), regularly rebuilt and shipped in a scratch container, to minimize CVEs.
See [mailhog's README](https://github.com/mailhog/MailHog/blob/master/README.md) for more details.
## Running
```bash
docker run --rm -d -p 1025:1025 -p 8025:8025 ghcr.io/cloudogu/mailhog
```
You can send mails via SMTP to localhost:1025 and see mailhogs web UI via localhost:8025
## Releasing
To build and push a fresh image basing on the latest versions of Go and MailHog, just [run GH action](https://github.com/cloudogu/mailhog-image/actions/workflows/docker-image.yml).
This sets three tags
* `latest`
* MailHog's latest tag, e.g. `v1.0.1`
* MailHog's latest tag + time stamp, e.g. `v1.0.1-2023-10-25`, which is "immutable".