Docker Hub fires only notification on push, not on failed build.
So this afternoon @Sandlayth noticed nasqueron/auth-grove image failed.
Docker Hub fires only notification on push, not on failed build.
So this afternoon @Sandlayth noticed nasqueron/auth-grove image failed.
rKMAILGUN Keruald Mailgun | |||
D639 | rKMAILGUNcbdfbd39de48 New library to fetch a Mailgun stored message | ||
rNOTIF Notifications center | |||
D641 | rNOTIFa5708c2a2662 Accept mail notifications for DockerHub build failures | ||
D640 | rNOTIFa5e664be7b72 Add Mailgun support |
So https://hub.docker.com/account/notifications/ allows to receive notifications by mail.
Plan is:
Ops
Dev
DNS configuration
notifications.nasqueron.org. 86400 IN TXT "v=spf1 include:mailgun.org ~all"
k1._domainkey.notifications.nasqueron.org. 86400 IN TXT "k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDHcyiXCX4ReKYuMHRyo3exdz8P2wIf3KHIdGJ4HV4o1elCCMfB+M0B/RBrQUgNjeNnUszavgR26GbxESgU4pMw4AeN9h+O4h1+NwYP6L/sYmAOxnIf7yPRBbAu51fHEwYYqKXjPZtFKs+Ub/XY9GnPqF4CMj0+0bbu7RIojE15XwIDAQAB"
notifications.nasqueron.org. 86400 IN MX 10 mxa.mailgun.org.
notifications.nasqueron.org. 86400 IN MX 10 mxb.mailgun.org.
DNS wouldn't work as there is a CNAME.
DNS configuration (part 2)
Removed:
notifications.nasqueron.org canonical name = www3.nasqueron.org.
Added:
notifications.nasqueron.org. 86400 IN AAAA 2001:470:1f13:ce7:ca5:cade:fab:1e
notifications.nasqueron.org. 86400 IN A 212.129.32.223
@Sandlayth created an account to fire notifications to our Mailgun domain, I created a route, so all is configured from our side.
Next step is to commit Notifications center commits, and deploy.