192 |
- |
1 |
# This is a default registries.d configuration file. You may
|
|
|
2 |
# add to this file or create additional files in registries.d/.
|
|
|
3 |
#
|
|
|
4 |
# sigstore: indicates a location that is read and write
|
|
|
5 |
# sigstore-staging: indicates a location that is only for write
|
|
|
6 |
#
|
|
|
7 |
# sigstore and sigstore-staging take a value of the following:
|
|
|
8 |
# sigstore: {schema}://location
|
|
|
9 |
#
|
|
|
10 |
# For reading signatures, schema may be http, https, or file.
|
|
|
11 |
# For writing signatures, schema may only be file.
|
|
|
12 |
|
|
|
13 |
# This is the default signature write location for docker registries.
|
|
|
14 |
default-docker:
|
|
|
15 |
# sigstore: file:///var/lib/containers/sigstore
|
|
|
16 |
sigstore-staging: file:///var/lib/containers/sigstore
|
|
|
17 |
|
|
|
18 |
# The 'docker' indicator here is the start of the configuration
|
|
|
19 |
# for docker registries.
|
|
|
20 |
#
|
|
|
21 |
# docker:
|
|
|
22 |
#
|
|
|
23 |
# privateregistry.com:
|
|
|
24 |
# sigstore: http://privateregistry.com/sigstore/
|
|
|
25 |
# sigstore-staging: /mnt/nfs/privateregistry/sigstore
|
|
|
26 |
|