-
-
Notifications
You must be signed in to change notification settings - Fork 396
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
Failure to pull image during build via FROM behind a proxy #435
Comments
Nerdctl behaves a bit differently for the local image cache. Can you try building the image in the
|
Same result, sorry:
While |
Any chance the Minikube I've got installed might somehow contaminate Colima's environment? |
Tried all the same stuff after switching to Docker runtime and the official Docker CLI. Same result for trying to build - I/O timeout, but now
That is, with Looking into Docker's docs, http proxies must be configured in the process environment for the Docker service. Not sure where to look for that in Colima's VM, but I found that |
Solved it: After modifying |
Description
nerdctl pull
works.nerdctl build
for the same image name inFROM
doesn't work:Additionally, if I
colima ssh
and trycurl
for the failed IP address - the HTTP request works. Only theFROM
image pull duringnerdctl build
seems to be affected, i.e. it's not using the proxy settings.Version
Colima Version:
colima version 0.4.4
git commit: 8bb1101
runtime: containerd
arch: x86_64
client: v0.20.0
server: v1.5.8
Lima Version: not sure how to look that up, I just installed colima via brew today.
Qemu Version: not sure.
Operating System
Reproduction Steps
in the description
Expected behaviour
nerdctl build
not to fail on image pullAdditional context
No response
The text was updated successfully, but these errors were encountered: