remove deprecated config
parent
cd01efdf37
commit
fd3f8d3b01
|
|
@ -368,15 +368,6 @@ signature_policy = ""
|
||||||
# ignore; the latter will ignore volumes entirely.
|
# ignore; the latter will ignore volumes entirely.
|
||||||
image_volumes = "mkdir"
|
image_volumes = "mkdir"
|
||||||
|
|
||||||
# List of registries to be used when pulling an unqualified image (e.g.,
|
|
||||||
# "alpine:latest"). By default, registries is set to "docker.io" for
|
|
||||||
# compatibility reasons. Depending on your workload and usecase you may add more
|
|
||||||
# registries (e.g., "quay.io", "registry.fedoraproject.org",
|
|
||||||
# "registry.opensuse.org", etc.).
|
|
||||||
registries = [
|
|
||||||
"docker.io"
|
|
||||||
]
|
|
||||||
|
|
||||||
# Temporary directory to use for storing big files
|
# Temporary directory to use for storing big files
|
||||||
big_files_temporary_dir = ""
|
big_files_temporary_dir = ""
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue