An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

MailHog [![Docker Build and Push](https://github.com/cloudogu/mailhog-image/actions/workflows/docker-image.yml/badge.svg)](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".