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