https://github.com/spaquet/docker-alpine-mailcatcher
Debug SMTP with style using MailCatcher NG. All images are based on Alpine Linux
https://github.com/spaquet/docker-alpine-mailcatcher
alpine docker dockerfile mailcatcher mailcatcher-docker
Last synced: 5 months ago
JSON representation
Debug SMTP with style using MailCatcher NG. All images are based on Alpine Linux
- Host: GitHub
- URL: https://github.com/spaquet/docker-alpine-mailcatcher
- Owner: spaquet
- License: mit
- Created: 2017-08-07T00:38:52.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2026-01-14T03:36:05.000Z (5 months ago)
- Last Synced: 2026-01-16T16:46:48.294Z (5 months ago)
- Topics: alpine, docker, dockerfile, mailcatcher, mailcatcher-docker
- Language: Dockerfile
- Homepage: https://spaquet.github.io/docker-alpine-mailcatcher/
- Size: 334 KB
- Stars: 13
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Docker Mailcatcher NG using the latest Alpine Linux.
## Status
[](https://github.com/spaquet/docker-alpine-mailcatcher/actions/workflows/docker-image.yml)
## License
[](https://opensource.org/licenses/MIT)
## Components & Versions
| component | version |
| ------------ | --------- |
| Alpine Linux | 3.23.2 |
| MailCatcher NG | 1.5.2 |
| Ruby | 3.4.8 |
| SQLite | 3.51.1-r0 |
Ruby & SQlite versions may differ as they are updated during the installation of the image. A full list of the installed packages can be extracted using the following command `docker exec -i apk info -vv | sort`
## Supported Architectures
- x86_64
- arm64 (apple M1, etc.)
- x386, x86_32
- arm v8, v7 and v6
Should you need additional architecture, update the **_Dockerfile_** and submit your PR for review.
## Latest version
[](https://GitHub.com/spaquet/docker-alpine-mailcatcher/releases/)
## Changelog
See [CHANGELOG.md](CHANGELOG.md) for a detailed list of changes in each release.
## Usage & More Information
Please refer to [https://spaquet.github.io/docker-alpine-mailcatcher/](https://spaquet.github.io/docker-alpine-mailcatcher/)
MailCatcher NG:
- Website: [https://spaquet.github.io/mailcatcher/](https://spaquet.github.io/mailcatcher/)
- GitHub: [https://github.com/spaquet/mailcatcher](https://github.com/spaquet/mailcatcher)