containers-common/SOURCES/default.yaml

29 lines
978 B
YAML
Raw Normal View History

2021-12-07 17:50:47 +00:00
# This is a default registries.d configuration file. You may
# add to this file or create additional files in registries.d/.
#
2023-03-28 09:54:57 +00:00
# lookaside: for reading/writing simple signing signatures
# lookaside-staging: for writing simple signing signatures, preferred over lookaside
2021-12-07 17:50:47 +00:00
#
2022-09-27 12:34:43 +00:00
# lookaside and lookaside-staging take a value of the following:
# lookaside: {schema}://location
2021-12-07 17:50:47 +00:00
#
# For reading signatures, schema may be http, https, or file.
# For writing signatures, schema may only be file.
2023-03-28 09:54:57 +00:00
# The default locations are built-in, for both reading and writing:
# /var/lib/containers/sigstore for root, or
# ~/.local/share/containers/sigstore for non-root users.
2021-12-07 17:50:47 +00:00
default-docker:
2023-03-28 09:54:57 +00:00
# lookaside: https://…
# lookaside-staging: file:///…
2021-12-07 17:50:47 +00:00
# The 'docker' indicator here is the start of the configuration
# for docker registries.
#
# docker:
#
# privateregistry.com:
2023-03-28 09:54:57 +00:00
# lookaside: https://privateregistry.com/sigstore/
2022-09-27 12:34:43 +00:00
# lookaside-staging: /mnt/nfs/privateregistry/sigstore
2021-12-07 17:50:47 +00:00