On 8/1/23 13:28, jimsaxton1(a)comcast.net wrote:
Adding this debug info... PS C:\Users\<xxUSERxx>> podman
login quay.io
Authenticating with existing credentials for quay.io
Existing credentials are valid. Already logged in to quay.io
I'm pretty sure you wouldn't get that 'credentials are valid' success
message if the networking was broken. IIRC it's just http basic auth
being used.
time="2023-08-01T13:20:12-04:00" level=debug
msg="DoRequest Method: POST URI:
http://d/v4.4.4/libpod/images/pull"
Trying to pull quay.io/quay/busybox:latest...
Error: initializing source docker://quay.io/quay/busybox:latest: pinging container
registry quay.io: Get
https://quay.io/v2/: proxyconnect tcp: dial tcp 10.164.200.30:8080:
i/o timeout
time="2023-08-01T13:24:15-04:00" level=debug msg="Shutting down
engines"
This is very odd, since the login worked. You original mail mentioned
"I've added the proxies and...". The behavior strikes me as something
that could come from a bad/broken http proxy setup, by chance are you
using one?
If you ssh into the machine, are you able to use curl or wget to fetch
anything over http? For example
http://www.quay.io ?
Note: I get a redirect page when doing this, "301 Moved Permanently".
This is expected.