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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I am trying to get
nerdctlto 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,nerdctlseems to ignore the--namespaceargument I gave it, and instead query the registry directly.Note: This is probably unrelated to any particular
--namespaceargument. The main question is:docker buildseems to understand that it can query the local cache/registry first. Doesnerdctl buildsupport this?FROM ghcr.io/myorg/mypackage:mytagI have verified that the
ghcr.io/myorg/mypackage:mytagpackage exists in the k8s.io namespace:thanks!
@starpit
Beta Was this translation helpful? Give feedback.
All reactions