-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbuildkitd.toml
More file actions
24 lines (21 loc) · 803 Bytes
/
buildkitd.toml
File metadata and controls
24 lines (21 loc) · 803 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# =============================================================================
# BuildKit Daemon Configuration
# =============================================================================
# Configure your local container registry here.
# Copy this file and modify for your environment.
#
# For insecure (HTTP) registries, add:
# [registry."your-registry:5000"]
# http = true
# insecure = true
# =============================================================================
# Example: Local insecure registry (uncomment and modify)
# [registry."localhost:5000"]
# http = true
# insecure = true
# [registry."<REGISTRY_HOST>:<REGISTRY_PORT>"]
# http = true
# insecure = true
# Example: Private registry with self-signed cert
# [registry."registry.example.com"]
# insecure = true