yKanazawa / sendgrid-maildev

SendGrid MailDev is SengGrid mock API + MailDev. For test your sendgrid emails during development.
Other
18 stars 5 forks source link

Leave git #3

Closed yKanazawa closed 3 years ago

yKanazawa commented 3 years ago

Work after https://github.com/yKanazawa/sendgrid-maildev/pull/2

Simplify the Dockerfile without removing git.

yKanazawa commented 3 years ago

Image size

Before

$ docker images
REPOSITORY              TAG    IMAGE ID     CREATED       SIZE
h6ah4i/sendgrid-maildev lates  82d294723f33 2 minutes ago 172MB

After

REPOSITORY TAG              IMAGE ID     CREATED        SIZE
ykanazawa  sendgrid-maildev 3bdce08e62a4 53 seconds ago 171MB
yKanazawa commented 3 years ago

[memo] Push the current image with 1.0.0 (with arm64 suport)

$ docker buildx build --platform linux/amd64,linux/arm64 -t ykanazawa/sendgrid-maildev:1.0.0 --push .
yKanazawa commented 3 years ago

[memo] Tagging after after merging

$ git tag -a v1.0.0 -m "first tag"
$ git push origin v1.0.0