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