Define docker local registry mirror with BuildKit #690
Shaked
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
This isn't quite correct. Common way to set config would be to add it in |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
In order to use a a mirror registry using a local docker registry, you should:
/etc/buildkit/buildkitd.toml
.docker buildx build -t test .
with the relevant builder will use the local registry to pull the image.Related: #516 (comment)
Beta Was this translation helpful? Give feedback.
All reactions