mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 01:15:51 +03:00
[GH-ISSUE #4668] Cannot update docker image #2970
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#2970
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @infracritical on GitHub (Jul 21, 2025).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/4668
[root@srvr npm]# docker login ghcr.io -u xxx
Password:
Error response from daemon: Get "https://ghcr.io/v2/": Get "https://ghcr.io/token?account=infracritical&client_id=docker&offline_token=true&service=ghcr.io": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers) (Client.Timeout exceeded while awaiting headers)
I also tried this:
[root@srvr npm]# curl -v -u $USER:$CR_TOKEN https://ghcr.io/v2/
< HTTP/2 401
< content-type: application/json
< www-authenticate: Bearer realm="https://ghcr.io/token",service="ghcr.io",scope="repository:user/image:pull"
< date: Mon, 21 Jul 2025 15:43:42 GMT
< content-length: 73
< x-github-request-id: EF67:295D9D:97929:A4542:687E602E
<
{"errors":[{"code":"UNAUTHORIZED","message":"authentication required"}]}
Then tried this:
[root@srvr npm]# docker login ghcr.io -u xxx | echo "$CR_PAT"
=======
I am attempting to use "dockcheck.sh" - which DID work at one point in time.
What am I doing wrong?
@github-actions[bot] commented on GitHub (Feb 1, 2026):
Issue is now considered stale. If you want to keep it open, please comment 👍