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