Replies: 6 comments 1 reply
This comment has been hidden.
This comment has been hidden.
|
The logs that you shared show a newly updated Watchtower 1.12.4 container that is performing a normal self-cleanup after a self-update. Generally speaking, a Watchtower container self-update occurs at the end of an update cycle, with the old/stale container creating the new one, changing the old container's name to a random string, and then finishing up the update process (i.e. sending notifications and etc). Given the smtp notification setting, I would expect you to see a notification around the same time (2025-12-10T03:07:23+01:00) indicating corresponding update activity. The expected "scan job log entry" would be expected in the old (probably removed) Watchtower container. |
|
Hi @nicholas-fedor , Thank you for the swift reply. I was explicitly worried about the missing scan job, or the absence of a log entry. |
|
Your concern is why many people have opted to utilize additional services, such as Portainer, Dozzle, etc to help with container and log management. This is a good jump-off point for understanding logging in Docker: https://docs.docker.com/engine/logging/configure/ When it comes to determining if Watchtower is running or not, there is a healthcheck that can be queried via the following command: docker inspect --format='{{.State.Health.Status}}' <container_name_or_id>Expected Output: healthyThen, there's always the option of waiting for the next scheduled run to see if the update process has run. I'm moving this thread over to the discussions for the time being. |
|
Hi, This is your work and I accept your decisions; I don't want to carry this further but I am still confused about the recent behaviour of the latest version. Yesterday (Dec 12) it updated itself to latest version:
Tonight (Dec 13) it did nothing, nothing in the logs, no containers were updated.
All updates went well, as always and as expected. |
|
Thank you for your comprehensive feedback, much appreciated.
I pulled the image and recreated the watchtower container this morning:
I enabled now the "--debug" command to continue observing the situation. |
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
Hi,
Successfully installed the latest version yesterday.
Usually the job runs every night, never an issue before.
But today it did not run with the latest release.
Am I missing something obvious?
Steps to reproduce
Latest image pulled
Schedule Cron job
Expected behavior
Scan job writes a log entry
Screenshots
No response
Environment
Your logs
Additional context
No response
All reactions