[Docker] New commits and tags don't appear on Docker Hub
See original GitHub issueHi 😃
The original Dockerfile has been added as part of PR #180 (early 2020) together with the Docker Hub Autobuild integration in the PR comments in the very same PR: https://github.com/nodemailer/wildduck/pull/180#issuecomment-592939878
Last git tag tagged as nodemailer/wildduck:v1.34.0
[July 5, 2021]
Last commit tagged as nodemailer/wildduck:latest
is https://github.com/nodemailer/wildduck/commit/864fa8d8b61b6cb3fa2e80f16f1c2c03f36ef35f [July 5, 2021]
There has been no commit between July 5 and August 1^1. So to me, it looks like this org/repo could be affected by the change Docker Hub made on June 18, 2021 impacting free tiers on Docker Hub, assuming there has been some unmentioned grace period:
[…] so today we are disappointed to announce that we will be discontinuing Autobuilds on the free tier starting from June 18, 2021.^2
There are two main ways I can think of to solve this:
- WildDuck could try to apply as part of the Docker Open Source Program to fully restore the Autobuild service for free
- Build the Docker image using a ci like GitHub Actions and automatically push to Docker Hub (or some equivalent like the integrated GitHub Container registry^3)
I would love to help 😃
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (3 by maintainers)
You’re welcome. I only created the PR when I stumbled upon this issue
I wasn’t aware of #382! Thank you so much @NicolaiSchmid ❤️