-
-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to update container to :latest via watchtower #2920
Comments
@nitobuendia Could you try using the new tag? |
@robertsLando Happy to try. I've changed the container now. However, I may not have a confirmed update until the container needs to be updated. Thanks! |
@nitobuendia You are welcome! Feel free to reopen in case the bug persists. BTW I neer used watchower my own so I dunno what could be the root cause as long as a docker pull works |
@robertsLando I believe the issue comment I linked addresses that:
You can see an example on how this was handled for a different container like pihole. In any case, I will update with the results as stated. |
So the fix should be as easy as: https://github.com/pi-hole/docker-pi-hole/pull/1290/files |
this is an issue with watchtower suggest we close this ticket from a philosophical basis, while @robertsLando and co work super hard to keep things stable, I'd suggest you might not want to auto update the runtime. you'd be better with using something like renovate to keep your docker compose manifest files updated with pinned releases, then you'll always have a history of what was running rather than letting watchtower autoupdate the runtime |
Thanks for the follow up @chrisns 🙏🏼 |
@robertsLando This seems to work fine with the new image. It updated today with no issues. |
Perfect so, thanks for the feedback @nitobuendia |
Checklist
Deploy method
Docker
Z-Wave JS UI version
8.8.1.86d7bf4
ZwaveJS version
10.5.0
Describe the bug
When running watchtower to update cointainers, I get the following error:
This did not happen before. The first occurence started on Jan 28th. It seems related to these changes. For example, pihole had the same error but they fixed it. The issue also contains links to instructions on how to solve it.
To Reproduce
Set up a container with
:latest
via docker-compose.yamlSet up watchtower to auto-update via docker-compose:
Expected behavior
Container should auto-update.
Additional context
No response
The text was updated successfully, but these errors were encountered: