Error: initializing source docker://quay.io/podman/hello:latest: pinging container registry quay.io: Get "https://quay.io/v2/": tls: failed to verify certificate: x509: certificate signed by unknown authority #24480
Unanswered
paulomorgado
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
(Running on Windows 11 / WSL)
When I try to pull an image from quay.io, I get this:
podman pull --tls-verify=false quay.io/podman/hello
works, but it's not feasible to use.When I try to pull the image using Podman Desktop, I get this:
Although the registry is registered:
podman pull mcr.microsoft.com/dotnet/sdk:latest
works just fine. and so does pulling the image using Podman Desktop.What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions