2021-01-20 20:16:15 +00:00
|
|
|
# This is a default registries.d configuration file. You may
|
|
|
|
# add to this file or create additional files in registries.d/.
|
|
|
|
#
|
2022-10-05 10:13:29 +00:00
|
|
|
# lookaside: for reading/writing simple signing signatures
|
|
|
|
# lookaside-staging: for writing simple signing signatures, preferred over lookaside
|
2021-01-20 20:16:15 +00:00
|
|
|
#
|
2022-07-14 14:09:10 +00:00
|
|
|
# lookaside and lookaside-staging take a value of the following:
|
|
|
|
# lookaside: {schema}://location
|
2021-01-20 20:16:15 +00:00
|
|
|
#
|
|
|
|
# For reading signatures, schema may be http, https, or file.
|
|
|
|
# For writing signatures, schema may only be file.
|
|
|
|
|
2022-10-05 10:13:29 +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-01-20 20:16:15 +00:00
|
|
|
default-docker:
|
2022-10-05 10:13:29 +00:00
|
|
|
# lookaside: https://…
|
|
|
|
# lookaside-staging: file:///…
|
2021-01-20 20:16:15 +00:00
|
|
|
|
|
|
|
# The 'docker' indicator here is the start of the configuration
|
|
|
|
# for docker registries.
|
|
|
|
#
|
|
|
|
# docker:
|
|
|
|
#
|
|
|
|
# privateregistry.com:
|
2022-10-05 10:13:29 +00:00
|
|
|
# lookaside: https://privateregistry.com/sigstore/
|
2022-07-14 14:09:10 +00:00
|
|
|
# lookaside-staging: /mnt/nfs/privateregistry/sigstore
|
2021-01-20 20:16:15 +00:00
|
|
|
|