question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Docker] New commits and tags don't appear on Docker Hub

See original GitHub issue

Hi 😃

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:

  1. WildDuck could try to apply as part of the Docker Open Source Program to fully restore the Autobuild service for free
  2. 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:closed
  • Created 2 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
NicolaiSchmidcommented, Mar 29, 2022

You’re welcome. I only created the PR when I stumbled upon this issue

0reactions
IndeedNotJamescommented, Mar 29, 2022

I wasn’t aware of #382! Thank you so much @NicolaiSchmid ❤️

Read more comments on GitHub >

github_iconTop Results From Across the Web

Docker Hub build does not start on newly pushed GitHub tag
Automated build on Docker Hub does not start when a new tag is pushed to GitHub, even though the GitHub webhook created by...
Read more >
Manage repositories - Docker Documentation
A single Docker Hub repository can hold many Docker images (stored as tags). Creating a repository . To create a repository, sign...
Read more >
What's Wrong With The Docker :latest Tag? - vsupalov.com
It's just the tag which is applied to an image by default which does not have a tag. Those two commands will both...
Read more >
Docker Hub Automated Build - Tagging - Stack Overflow
So I have a public GitHub repo with an automated build link on dockerhub. I want the :latest tag to be updated every...
Read more >
How to use Docker tags to add version control to images
When you pull down a new image from the Docker Hub, ... That's not how we use Docker tags; instead, we tag our...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found