-
Notifications
You must be signed in to change notification settings - Fork 882
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
Not updating ghcr.io images #1072
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! 🙏 |
Probably due to sticky #923 The watchtower logs should state that it was skipped due to missing config data (if you run it with |
Thanks for linking it, as everything updates just as it should i do not think that it is related to synology (it even updated docker with DSM7 to a v20). version: '3'
services:
watchtower:
container_name: watchtower
hostname: watchtower
image: containrrr/watchtower
environment:
- WATCHTOWER_CLEANUP=true
- WATCHTOWER_REMOVE_VOLUMES=true
- WATCHTOWER_INCLUDE_STOPPED=true
- TZ=Europe/Berlin
- WATCHTOWER_DEBUG=true
restart: unless-stopped
network_mode: bridge
volumes:
- /var/run/docker.sock:/var/run/docker.sock
command: --interval 30 |
Could you include the watchtower startup message ( the first |
I do not mind posting everything it is just a very large log file. Here it is: I have 27 containers. And as far as I can see there is nothing in the logs that shows the containers is there. But I can tell you it is. version: "2.1"
services:
plex:
image: ghcr.io/linuxserver/plex
container_name: plex
network_mode: host
devices:
- /dev/dri:/dev/dri
#privileged: true
labels:
com.centurylinklabs.watchtower.enable: "false"
environment:
- PUID=1026
- PGID=100
- VERSION=latest
- PLEX_CLAIM=claim-*********
volumes:
- /volume1/docker/plex:/config:rw
- /volume1/downloads/movies:/movies:rw
- /volume1/downloads/series:/tv:rw
restart: unless-stopped |
Any update ? |
All the pastebin links are removed. Perhaps use gist? I didn't see that you posted before, sorry. |
I have updated all the pastebin links. Note: they're valid for 14 days. |
It's not working because the plex container has the following label:
|
Omg... that I didn't see that, I have no idea why that is in there! |
Description
When using ghcr.io images watchtower isn't finding any updates for it. For example
image: ghcr.io/linuxserver/plex
https://github.com/linuxserver/docker-plex
Will not be updated by watchtower.
Steps to reproduce the issue:
Describe the results you received:
Still running an older container
Describe the results you expected:
Updatte the older container
Output of
docker-compose --version
:Output of
docker version
:Output of
docker info
:Additional environment details (AWS ECS, Azure ACI, local, etc.):
Synology DSM7 with latest docker package.
The text was updated successfully, but these errors were encountered: