[GH-ISSUE #17999] feat: How to update Docker? #33989

Closed
opened 2026-04-25 07:53:19 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @JitaekJo on GitHub (Oct 2, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/17999

Check Existing Issues

  • I have searched the existing issues and discussions.

Problem Description

Hi

When I run the command, result returns as below

PS C:\Users\Administrator> docker run --rm --volume /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower --run-once open-webui
time="2025-10-02T08:27:43Z" level=info msg="Watchtower 1.7.1"
time="2025-10-02T08:27:43Z" level=info msg="Using no notifications"
time="2025-10-02T08:27:43Z" level=info msg="Only checking containers which name matches "open-webui""
time="2025-10-02T08:27:43Z" level=info msg="Running a one time update."
time="2025-10-02T08:27:44Z" 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="2025-10-02T08:27:44Z" level=warning msg="Reason: Get "https://ghcr.io/v2/": x509: certificate signed by unknown authority" container=/open-webui image="ghcr.io/open-webui/open-webui:main"

Desired Solution you'd like

Update

Alternatives Considered

No response

Additional Context

No response

Originally created by @JitaekJo on GitHub (Oct 2, 2025). Original GitHub issue: https://github.com/open-webui/open-webui/issues/17999 ### Check Existing Issues - [x] I have searched the existing issues and discussions. ### Problem Description Hi When I run the command, result returns as below PS C:\Users\Administrator> docker run --rm --volume /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower --run-once open-webui time="2025-10-02T08:27:43Z" level=info msg="Watchtower 1.7.1" time="2025-10-02T08:27:43Z" level=info msg="Using no notifications" time="2025-10-02T08:27:43Z" level=info msg="Only checking containers which name matches \"open-webui\"" time="2025-10-02T08:27:43Z" level=info msg="Running a one time update." time="2025-10-02T08:27:44Z" 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="2025-10-02T08:27:44Z" level=warning msg="Reason: Get \"https://ghcr.io/v2/\": x509: certificate signed by unknown authority" container=/open-webui image="ghcr.io/open-webui/open-webui:main" ### Desired Solution you'd like Update ### Alternatives Considered _No response_ ### Additional Context _No response_
Author
Owner

@adjiap commented on GitHub (Oct 2, 2025):

This isn't an OpenWebUI issue, but more of a Docker configuration issue. I'm going to give you a hint, and you should be able to figure it out ;) Here's a first step for a hint. https://stackoverflow.com/questions/50768317/docker-pull-certificate-signed-by-unknown-authority

FYI, it could very well be, you need to update your certificates or just restart your Docker Desktop in Windows.

<!-- gh-comment-id:3361155296 --> @adjiap commented on GitHub (Oct 2, 2025): This isn't an OpenWebUI issue, but more of a Docker configuration issue. I'm going to give you a hint, and you should be able to figure it out ;) Here's a first step for a hint. https://stackoverflow.com/questions/50768317/docker-pull-certificate-signed-by-unknown-authority FYI, it could very well be, you need to update your certificates or just restart your Docker Desktop in Windows.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#33989