sj26 / mailcatcher

Catches mail and serves it through a dream.
http://mailcatcher.me
MIT License
6.3k stars 575 forks source link

Mailcatcher 0.8.2 is not published to Docker Hub #497

Closed lnhrdt closed 2 years ago

lnhrdt commented 2 years ago

The latest version on Docker Hub is 0.8.1. Could you update your published image with the latest release?

https://hub.docker.com/r/sj26/mailcatcher

spaquet commented 2 years ago

You can get it from here https://hub.docker.com/r/stpaquet/alpinemailcatcher or directly using the command: docker pull stpaquet/alpinemailcatcher

I'm maintaining a very lightweight version of it using Alpine Linux.

lnhrdt commented 2 years ago

Appreciate you maintaining a version for the community @spaquet! I prefer to use an official image for my use case though.

@sj26 any chance of updating this? Or is there a way I could help get it done?

mblaschke commented 2 years ago

Also interested in new container images.

There are very good GitHub actions for automated building multi arch images available, eg: https://github.com/webdevops/azure-metrics-exporter/blob/main/.github/workflows/release-docker.yml

These actions also have flavour support so it's easy to add alpine base images with a different Dockerfile

Could assist if you need help

sj26 commented 2 years ago

MailCatcher v0.8.2 is now available on Docker Hub.

I'm interested in automating the building of images. They would need to be built based on the rubygem being pushed I guess? Although I do also upload the gem binary as github releases. Perhaps the Docker image could be built from the github release event and attached gem binary? Something to look at in a separate issue/PR.