remove deprecated config

pull/14265/head
Sharif Elgamal 2022-05-31 12:01:35 -07:00
parent cd01efdf37
commit fd3f8d3b01
1 changed files with 0 additions and 9 deletions

View File

@ -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 = ""