Proposed update method fails #1112

Closed
opened 2025-11-11 14:37:48 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @gzuuus on GitHub (Jun 3, 2024).

Bug Report

Description

Bug Summary:
I tried using the porpused update command: docker run --rm --volume /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower --run-once open-webui but it didn't work, this is the error prompt:

sudo docker run --rm --volume /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower --run-once open-webui
time="2024-06-03T11:33:43Z" level=info msg="Watchtower 1.7.1"
time="2024-06-03T11:33:43Z" level=info msg="Using no notifications"
time="2024-06-03T11:33:43Z" level=info msg="Only checking containers which name matches \"open-webui\""
time="2024-06-03T11:33:43Z" level=info msg="Running a one time update."
time="2024-06-03T11:33:43Z" level=warning msg="Could not do a head request for \"ghcr.io/open-webui/open-webui:main\", falling back to regular pull." container=/open-webui image="ghcr.io/open-webui/open-webui:main"
time="2024-06-03T11:33:43Z" level=warning msg="Reason: Get \"https://ghcr.io/v2/\": dial tcp: lookup ghcr.io on 192.168.0.1:53: read udp 172.17.0.3:43090->192.168.0.1:53: read: connection refused" container=/open-webui image="ghcr.io/open-webui/open-webui:main"
time="2024-06-03T11:33:43Z" level=info msg="Unable to update container \"/open-webui\": Error response from daemon: Get \"https://ghcr.io/v2/\": dial tcp: lookup ghcr.io on 10.64.0.1:53: write udp 192.168.0.104:32842->10.64.0.1:53: write: operation not permitted. Proceeding to next."
time="2024-06-03T11:33:43Z" level=info msg="Session done" Failed=0 Scanned=1 Updated=0 notify=no
time="2024-06-03T11:33:43Z" level=info msg="Waiting for the notification goroutine to finish" notify=no
Originally created by @gzuuus on GitHub (Jun 3, 2024). # Bug Report ## Description **Bug Summary:** I tried using the porpused update command: `docker run --rm --volume /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower --run-once open-webui` but it didn't work, this is the error prompt: ``` sudo docker run --rm --volume /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower --run-once open-webui time="2024-06-03T11:33:43Z" level=info msg="Watchtower 1.7.1" time="2024-06-03T11:33:43Z" level=info msg="Using no notifications" time="2024-06-03T11:33:43Z" level=info msg="Only checking containers which name matches \"open-webui\"" time="2024-06-03T11:33:43Z" level=info msg="Running a one time update." time="2024-06-03T11:33:43Z" level=warning msg="Could not do a head request for \"ghcr.io/open-webui/open-webui:main\", falling back to regular pull." container=/open-webui image="ghcr.io/open-webui/open-webui:main" time="2024-06-03T11:33:43Z" level=warning msg="Reason: Get \"https://ghcr.io/v2/\": dial tcp: lookup ghcr.io on 192.168.0.1:53: read udp 172.17.0.3:43090->192.168.0.1:53: read: connection refused" container=/open-webui image="ghcr.io/open-webui/open-webui:main" time="2024-06-03T11:33:43Z" level=info msg="Unable to update container \"/open-webui\": Error response from daemon: Get \"https://ghcr.io/v2/\": dial tcp: lookup ghcr.io on 10.64.0.1:53: write udp 192.168.0.104:32842->10.64.0.1:53: write: operation not permitted. Proceeding to next." time="2024-06-03T11:33:43Z" level=info msg="Session done" Failed=0 Scanned=1 Updated=0 notify=no time="2024-06-03T11:33:43Z" level=info msg="Waiting for the notification goroutine to finish" notify=no ```
Author
Owner

@justinh-rahb commented on GitHub (Jun 3, 2024):

This seems like an issue with GHCR, the manual way would have failed the same way. Try again possibly later.

@justinh-rahb commented on GitHub (Jun 3, 2024): This seems like an issue with GHCR, the manual way would have failed the same way. Try again possibly later.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#1112