Skip to content

Commit 2ff77b2

Browse files
authored
Merge pull request #6019 from zfrank/patch-1
Update buildkitd.toml.md registry examples
2 parents bba4a86 + 608d2b4 commit 2ff77b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/buildkitd.toml.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,9 @@ insecure-entitlements = [ "network.host", "security.insecure" ]
176176
[registry."docker.io"]
177177
# mirror configuration to handle path in case a mirror registry requires a /project path rather than just a host:port
178178
mirrors = ["yourmirror.local:5000", "core.harbor.domain/proxy.docker.io"]
179+
# Use plain HTTP to connect to the mirrors.
179180
http = true
181+
# Use HTTPS with self-signed certificates. Do not enable this together with `http`.
180182
insecure = true
181183
ca=["/etc/config/myca.pem"]
182184
[[registry."docker.io".keypair]]

0 commit comments

Comments
 (0)