Greetings. I'm new to Rancher Desktop (having came from Docker Desktop) and I'm running into an issue when using nerdctl to build an image from a Dockerfile. Namely, I get this error (I issue a nerdctl build . command):
> [internal] load metadata for docker.io/library/ubuntu:latest:
------
Dockerfile:1
--------------------
1 | >>> FROM ubuntu
2 |
3 | WORKDIR /usr/src/pdftk
--------------------
error: failed to solve: ubuntu: failed to do request: Head "https://registry-1.docker.io/v2/library/ubuntu/manifests/latest": dial tcp 44.205.
This built fine in Docker Desktop. What am I missing?
l
limited-pizza-33551
12/28/2022, 2:26 AM
• Version of nerdctl, containerd, and buildkitd
• How do you run buildkitd? With OCI worker? With containerd worker?
Could you please provide the answer to the above questions?
l
loud-vase-4511
12/28/2022, 5:43 PM
It looks like a fluke. Must have been a network connectivity issue on my end.