Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spaquet/docker-alpine-mailcatcher
Debug SMTP with style using MailCatcher. All images are based on Alpine Linux
https://github.com/spaquet/docker-alpine-mailcatcher
alpine docker dockerfile mailcatcher mailcatcher-docker
Last synced: about 2 months ago
JSON representation
Debug SMTP with style using MailCatcher. 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-30T08:04:25.000Z (5 months ago)
- Last Synced: 2024-07-30T11:16:25.101Z (5 months ago)
- Topics: alpine, docker, dockerfile, mailcatcher, mailcatcher-docker
- Language: Dockerfile
- Homepage: https://spaquet.github.io/docker-alpine-mailcatcher/
- Size: 343 KB
- Stars: 13
- Watchers: 1
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Docker Mailcatcher using the latest Alpine Linux.
## Status
[![Docker Image CI](https://github.com/spaquet/docker-alpine-mailcatcher/actions/workflows/docker-image.yml/badge.svg)](https://github.com/spaquet/docker-alpine-mailcatcher/actions/workflows/docker-image.yml)## License
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)## Components & Versions
| component | version |
|---------------|----------|
| Alpine Linux | 3.18.4 |
| MailCatcher | 0.9.0 |
| Ruby | 3.2.0 |
| SQLite | 3.43.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 v6Should you need additional architecture, update the ***Dockerfile*** and submit your PR for review.
## Latest version
[![GitHub release](https://img.shields.io/github/release/spaquet/docker-alpine-mailcatcher.svg)](https://GitHub.com/spaquet/docker-alpine-mailcatcher/releases/)## Usage & More Information
Please refer to [https://spaquet.github.io/docker-alpine-mailcatcher/](https://spaquet.github.io/docker-alpine-mailcatcher/)