Docker buildx docker-container builder failing, i/o timeout when pulling remote image #3777
Unanswered
chrisforrette
asked this question in
Q&A
Replies: 1 comment
-
i face this too. but when i restart the docker service it works again.. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm new to Docker buildx and trying to test the S3 cache backend locally using a
docker-container
builder but when I try to build an image it keeps failing with a timeout when trying to pull the remote images' metadata that my Dockerfile is referencing:But a Docker pull (
docker pull ubuntu:18.04
) on the host machine works fine.I've tried creating the builder with a variety of flags, including with and without
--driver-opt "network=host"
with the same result. This is what my last invocation looked like:And for context it's using the
desktop-linux
content that I believe comes with Docker desktop:› docker context ls NAME TYPE DESCRIPTION DOCKER ENDPOINT KUBERNETES ENDPOINT ORCHESTRATOR desktop-linux * moby unix:///Users/chrisforrette/.docker/run/docker.sock
The docs seem to be pretty light and I've had a hard time finding any relevant search results, does anyone know what I'm missing here?
Beta Was this translation helpful? Give feedback.
All reactions