Replies: 7 comments
-
@baude PTAL. Is CRC using the same mechanisms |
Beta Was this translation helpful? Give feedback.
-
Given that the reported version is 3.4.4 which does not have machine support on windows I would say no. Is HTTP_PROXY set in the VM? If no then this is a crc problem. If yes then it is a problem with podman. |
Beta Was this translation helpful? Give feedback.
-
HTTP_PROXY was not set, but when I set it now like described in #11941, the result is the same. |
Beta Was this translation helpful? Give feedback.
-
HTTP_PROXY has to be set within the VM and before the podman service is started. You can add this to containers.conf in the VM and then restart the service.
|
Beta Was this translation helpful? Give feedback.
-
Ah, interesting hint regarding containers.conf. I've come up with https://github.com/cfergeau/crc/tree/podmanproxy which I still need to try against a proxy. This uses |
Beta Was this translation helpful? Give feedback.
-
That works also. |
Beta Was this translation helpful? Give feedback.
-
Since this is more about CRC and less about Podman, I am moving to Discussion. BTW Podman machine does this automatically in its ignition file, I believe. |
Beta Was this translation helpful? Give feedback.
-
/kind bug
Description
CRC podman it is not able to pull a image from the internet.
Original CRC issue.
Steps to reproduce the issue:
setup environment variables HTTP_PROXY, HTTPS_PROXY and NO_PROXY
run podman VM (
crc set config preset podman
,crc setup
,crc start
,& crc podman-env | Invoke-Expression
)try to pull a image
podman pull docker.io/library/httpd
Describe the results you received:
Describe the results you expected:
The image will be pulled.
Additional information you deem important (e.g. issue happens only occasionally):
Output of
podman version
:Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide? (https://github.com/containers/podman/blob/main/troubleshooting.md)
Yes (version latest available CRC)
Additional environment details (AWS, VirtualBox, physical, etc.):
CRC
proxy on the same host like VM.
Beta Was this translation helpful? Give feedback.
All reactions