diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-01 13:50:14 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-01 13:50:14 +0000 |
commit | a7b070da3f7c537bae5eeb3cf0d236dd8640fc1e (patch) | |
tree | 756e04672089b21afa9f7330becc8f75f3c4d37d /default.yaml | |
parent | 865d25d3f55c9264117653bc78695975fff558cd (diff) |
automatic import of containers-commonopeneuler24.03_LTS
Diffstat (limited to 'default.yaml')
-rw-r--r-- | default.yaml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/default.yaml b/default.yaml new file mode 100644 index 0000000..a7f3d28 --- /dev/null +++ b/default.yaml @@ -0,0 +1,28 @@ +# This is a default registries.d configuration file. You may +# add to this file or create additional files in registries.d/. +# +# lookaside: for reading/writing simple signing signatures +# lookaside-staging: for writing simple signing signatures, preferred over lookaside +# +# lookaside and lookaside-staging take a value of the following: +# lookaside: {schema}://location +# +# For reading signatures, schema may be http, https, or file. +# For writing signatures, schema may only be file. + +# The default locations are built-in, for both reading and writing: +# /var/lib/containers/sigstore for root, or +# ~/.local/share/containers/sigstore for non-root users. +default-docker: +# lookaside: https://… +# lookaside-staging: file:///… + +# The 'docker' indicator here is the start of the configuration +# for docker registries. +# +# docker: +# +# privateregistry.com: +# lookaside: https://privateregistry.com/sigstore/ +# lookaside-staging: /mnt/nfs/privateregistry/sigstore + |