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