blueimp / aws-smtp-relay

SMTP server to relay emails via Amazon SES or Amazon Pinpoint using IAM roles.
MIT License
76 stars 34 forks source link

[CI] Release and Docker image build #14

Closed jbdelpech closed 4 years ago

jbdelpech commented 4 years ago

Hi guys,

You did a good job here with aws-smtp-relay. We would like to use it, unfortunately versioning is missing on your repository and docker as well. No versioning is a risk for us while pulling "latest" version may occur on error if you make some updates in the futur with breaking change.

Do you plan to properly tag this repository according to semantic release (as example) ? You can configure dockerhub to automatically build Docker image when you add a new tag.

As a workaround, we could fork this repository and make our own Docker image, but I think it's a shame.

Regards

blueimp commented 4 years ago

Thanks for the suggestion @jbdelpech. I've tagged the latest version as v1.0.0 and the Docker repo is set up with the same tag as well.

For any production code though I would recommend you to always build your own docker images, with the exception of official base images.

blueimp commented 4 years ago

Closing this as resolved.