1skopeo-standalone-sign(1)() skopeo-standalone-sign(1)()
2
3
4
6 skopeo-standalone-sign - Debugging tool - Publish and sign an image in
7 one step.
8
9
11 skopeo standalone-sign manifest docker-reference key-fingerprint --out‐
12 put|-o signature
13
14
16 This is primarily a debugging tool, or useful for special cases, and
17 usually should not be a part of your normal operational workflow; use
18 skopeo copy --sign-by instead to publish and sign an image in one step.
19
20
21 manifest Path to a file containing the image manifest
22
23
24 docker-reference A docker reference to identify the image with
25
26
27 key-fingerprint Key identity to use for signing
28
29
30 --output|-o output file
31
32
34 $ skopeo standalone-sign busybox-manifest.json registry.example.com/example/busybox 1D8230F6CDB6A06716E414C1DB72F2188BB46CC8 --output busybox.signature
35 $
36
37
38
40 skopeo(1), skopeo-copy(1), containers-signature(5)
41
42
44 Antonio Murdaca runcom@redhat.com ⟨mailto:runcom@redhat.com⟩, Miloslav
45 Trmac mitr@redhat.com ⟨mailto:mitr@redhat.com⟩, Jhon Honce jhonce@red‐
46 hat.com ⟨mailto:jhonce@redhat.com⟩
47
48
49
50 skopeo-standalone-sign(1)()