diff --git a/Makefile b/Makefile index 5d37dd9ca9..f215fb95e9 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ INSTALLDIR=${PREFIX}/bin MANINSTALLDIR=${PREFIX}/share/man CONTAINERSSYSCONFIGDIR=${DESTDIR}/etc/containers REGISTRIESDDIR=${CONTAINERSSYSCONFIGDIR}/registries.d -SIGSTOREDIR=${DESTDIR}/var/lib/atomic/sigstore +SIGSTOREDIR=${DESTDIR}/var/lib/containers/sigstore BASHINSTALLDIR=${PREFIX}/share/bash-completion/completions GO ?= go CONTAINER_RUNTIME := $(shell command -v podman 2> /dev/null || echo docker) diff --git a/default.yaml b/default.yaml index 6d2607fa23..943ea171e8 100644 --- a/default.yaml +++ b/default.yaml @@ -12,8 +12,8 @@ # This is the default signature write location for docker registries. default-docker: -# sigstore: file:///var/lib/atomic/sigstore - sigstore-staging: file:///var/lib/atomic/sigstore +# sigstore: file:///var/lib/containers/sigstore + sigstore-staging: file:///var/lib/containers/sigstore # The 'docker' indicator here is the start of the configuration # for docker registries. diff --git a/docs/skopeo-copy.1.md b/docs/skopeo-copy.1.md index 5b038c5941..ee695d9f5f 100644 --- a/docs/skopeo-copy.1.md +++ b/docs/skopeo-copy.1.md @@ -83,7 +83,7 @@ $ ls /var/lib/images/busybox/* To copy and sign an image: ```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