Skip to content

Commit 7f67670

Browse files
chore: update buildkitd.toml docs with mirror path example
Signed-off-by: JordanGoasdoue <[email protected]>
1 parent e662e1d commit 7f67670

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/buildkitd.toml.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ insecure-entitlements = [ "network.host", "security.insecure" ]
9595

9696
# registry configures a new Docker register used for cache import or output.
9797
[registry."docker.io"]
98-
mirrors = ["yourmirror.local:5000"]
98+
# mirror configuration to handle path in case a mirror registry requires a /project path rather than just a host:port
99+
mirrors = ["yourmirror.local:5000", "core.harbor.domain/proxy.docker.io"]
99100
http = true
100101
insecure = true
101102
ca=["/etc/config/myca.pem"]

0 commit comments

Comments
 (0)