-
DescriptionNerdctl can't use locally built images, every time trying to pull image from remote source. Steps to reproduce the issue
Describe the results you received and expectedReceived:
Expected: image successfully built What version of nerdctl are you using?master, v0.23 Are you using a variant of nerdctl? (e.g., Rancher Desktop)No response Host informationNo response |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Please make sure to configure BuildKit to use containerd worker: https://github.com/containerd/nerdctl/blob/v0.23.0/docs/build.md#setting-up-buildkit-with-containerd-worker e.g.,
|
Beta Was this translation helpful? Give feedback.
-
Hi @AkihiroSuda, Thank you for the quick response, I will review it. But I'm using the official docker package https://github.com/containerd/nerdctl/pkgs/container/nerdctl - does your answer mean that described issue is expected behaviour for nerdctl docker image https://github.com/containerd/nerdctl/pkgs/container/nerdctl/41194079?tag=v0.23.0 and need to prepare own image? |
Beta Was this translation helpful? Give feedback.
-
I have similar issue, so I filed #2550 |
Beta Was this translation helpful? Give feedback.
Hi @AkihiroSuda,
Thank you for the quick response, I will review it.
But I'm using the official docker package https://github.com/containerd/nerdctl/pkgs/container/nerdctl - does your answer mean that described issue is expected behaviour for nerdctl docker image https://github.com/containerd/nerdctl/pkgs/container/nerdctl/41194079?tag=v0.23.0 and need to prepare own image?