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