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