-
Notifications
You must be signed in to change notification settings - Fork 2.4k
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CRC podman does not work behind proxy #14156
Comments
@baude PTAL. Is CRC using the same mechanisms |
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. |
HTTP_PROXY was not set, but when I set it now like described in #11941, the result is the same. |
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.
|
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 |
That works also. |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
/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.
The text was updated successfully, but these errors were encountered: