mirror of
https://github.com/containers/skopeo.git
synced 2025-08-07 09:33:58 +00:00
Remove references to atomic
Move signature yaml file to point at /var/lib/containers/sigstore. Change skopeo-copy.1 to use containers-storage and docker transports rather then atomic. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
parent
153520e20e
commit
ce2db02200
2
Makefile
2
Makefile
@ -20,7 +20,7 @@ INSTALLDIR=${PREFIX}/bin
|
|||||||
MANINSTALLDIR=${PREFIX}/share/man
|
MANINSTALLDIR=${PREFIX}/share/man
|
||||||
CONTAINERSSYSCONFIGDIR=${DESTDIR}/etc/containers
|
CONTAINERSSYSCONFIGDIR=${DESTDIR}/etc/containers
|
||||||
REGISTRIESDDIR=${CONTAINERSSYSCONFIGDIR}/registries.d
|
REGISTRIESDDIR=${CONTAINERSSYSCONFIGDIR}/registries.d
|
||||||
SIGSTOREDIR=${DESTDIR}/var/lib/atomic/sigstore
|
SIGSTOREDIR=${DESTDIR}/var/lib/containers/sigstore
|
||||||
BASHINSTALLDIR=${PREFIX}/share/bash-completion/completions
|
BASHINSTALLDIR=${PREFIX}/share/bash-completion/completions
|
||||||
GO ?= go
|
GO ?= go
|
||||||
CONTAINER_RUNTIME := $(shell command -v podman 2> /dev/null || echo docker)
|
CONTAINER_RUNTIME := $(shell command -v podman 2> /dev/null || echo docker)
|
||||||
|
@ -12,8 +12,8 @@
|
|||||||
|
|
||||||
# This is the default signature write location for docker registries.
|
# This is the default signature write location for docker registries.
|
||||||
default-docker:
|
default-docker:
|
||||||
# sigstore: file:///var/lib/atomic/sigstore
|
# sigstore: file:///var/lib/containers/sigstore
|
||||||
sigstore-staging: file:///var/lib/atomic/sigstore
|
sigstore-staging: file:///var/lib/containers/sigstore
|
||||||
|
|
||||||
# The 'docker' indicator here is the start of the configuration
|
# The 'docker' indicator here is the start of the configuration
|
||||||
# for docker registries.
|
# for docker registries.
|
||||||
|
@ -83,7 +83,7 @@ $ ls /var/lib/images/busybox/*
|
|||||||
To copy and sign an image:
|
To copy and sign an image:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ skopeo copy --sign-by dev@example.com atomic:example/busybox:streaming atomic:example/busybox:gold
|
# skopeo copy --sign-by dev@example.com container-storage:example/busybox:streaming docker://example/busybox:gold
|
||||||
```
|
```
|
||||||
|
|
||||||
## SEE ALSO
|
## SEE ALSO
|
||||||
|
Loading…
Reference in New Issue
Block a user