-
Notifications
You must be signed in to change notification settings - Fork 889
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
Watchtower is unable to update itself. No access to repository. #1275
Comments
Hi there! 👋🏼 As you're new to this repo, we'd like to suggest that you read our code of conduct as well as our contribution guidelines. Thanks a bunch for opening your first issue! 🙏 |
|
Through Portainer/Docker Compose: version: "3"
services:
watchtower:
image: containrrr/watchtower
volumes:
- /var/run/docker.sock:/var/run/docker.sock This update was failed on all my containers, and rendered all of them down, with almost the same error message. Since then, it works perfectly fine, and I was not able to reproduce this bug once again. I think it is worth noting, that the Docker is deployed on Oracle free tier machine (4 ARM cores, 24GB of RAM), and running under Oracle Linux:
|
Here is full log after running it with version: "3"
services:
watchtower:
image: containrrr/watchtower
command: --debug --cleanup --run-once
volumes:
- /var/run/docker.sock:/var/run/docker.sock |
|
@piksel okay, the pinned images - I understand. But What do you mean by:
From what I understood from the initial issue description, it untagged image of itself, and failed to relaunch - as it was stopped after this failure message. |
The two lines in the initial log only said that it was skipping it:
If it actually did an update, but failed to start it, the error would look very different. So that is probably somewhere else in the logs. |
Describe the bug
Watchtower is unable to update itself. No access to repository.
To Reproduce
Expected behavior
Screenshots
Environment
Logs from running watchtower with the
--debug
optionAdditional context
The text was updated successfully, but these errors were encountered: