Replies: 1 comment
-
Hmm.. I see this: #2550 So it looks like, for now, I need to build in two passes: first to |
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
-
Hello!
I am trying to get
nerdctl
to build into rancher-desktop/k8d's k8s.io namespace directly. This is generally working... until I try to build a Dockerfile that has a FROM that points to an image that is in that namespace. At this point,nerdctl
seems to ignore the--namespace
argument I gave it, and instead query the registry directly.Note: This is probably unrelated to any particular
--namespace
argument. The main question is:docker build
seems to understand that it can query the local cache/registry first. Doesnerdctl build
support this?FROM ghcr.io/myorg/mypackage:mytag
I have verified that the
ghcr.io/myorg/mypackage:mytag
package exists in the k8s.io namespace:thanks!
@starpit
Beta Was this translation helpful? Give feedback.
All reactions