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