containers-common/SOURCES/default.yaml

27 lines
903 B
YAML
Raw Normal View History

2022-05-17 08:41:38 +00:00
# This is a default registries.d configuration file. You may
# add to this file or create additional files in registries.d/.
#
2022-08-09 09:42:37 +00:00
# lookaside: indicates a location that is read and write
# lookaside-staging: indicates a location that is only for write
2022-05-17 08:41:38 +00:00
#
2022-08-09 09:42:37 +00:00
# lookaside and lookaside-staging take a value of the following:
# lookaside: {schema}://location
2022-05-17 08:41:38 +00:00
#
# For reading signatures, schema may be http, https, or file.
# For writing signatures, schema may only be file.
# This is the default signature write location for docker registries.
default-docker:
2022-08-09 09:42:37 +00:00
# lookaside: file:///var/lib/containers/sigstore
lookaside-staging: file:///var/lib/containers/sigstore
2022-05-17 08:41:38 +00:00
# The 'docker' indicator here is the start of the configuration
# for docker registries.
#
# docker:
#
# privateregistry.com:
2022-08-09 09:42:37 +00:00
# lookaside: http://privateregistry.com/sigstore/
# lookaside-staging: /mnt/nfs/privateregistry/sigstore
2022-05-17 08:41:38 +00:00