forked from containers/skopeo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request containers#1701 from mtrmac/cosign-prototypes
Add Cosign signing/verification
- Loading branch information
Showing
433 changed files
with
35,517 additions
and
4,830 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
# This is a default registries.d configuration file. You may | ||
# add to this file or create additional files in registries.d/. | ||
# | ||
# sigstore: indicates a location that is read and write | ||
# sigstore-staging: indicates a location that is only for write | ||
# lookaside: indicates a location that is read and write | ||
# lookaside-staging: indicates a location that is only for write | ||
# | ||
# sigstore and sigstore-staging take a value of the following: | ||
# sigstore: {schema}://location | ||
# 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. | ||
|
||
# This is the default signature write location for docker registries. | ||
default-docker: | ||
# sigstore: file:///var/lib/containers/sigstore | ||
sigstore-staging: file:///var/lib/containers/sigstore | ||
# lookaside: file:///var/lib/containers/sigstore | ||
lookaside-staging: file:///var/lib/containers/sigstore | ||
|
||
# The 'docker' indicator here is the start of the configuration | ||
# for docker registries. | ||
# | ||
# docker: | ||
# | ||
# privateregistry.com: | ||
# sigstore: http://privateregistry.com/sigstore/ | ||
# sigstore-staging: /mnt/nfs/privateregistry/sigstore | ||
# lookaside: http://privateregistry.com/sigstore/ | ||
# lookaside-staging: /mnt/nfs/privateregistry/sigstore | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.