1singularity(1) singularity(1)
2
3
4
6 singularity-verify - Verify cryptographic signatures attached to an
7 image
8
9
10
12 singularity verify [verify options...] <image path>
13
14
15
17 The verify command allows a user to verify cryptographic signatures on
18 SIF
19 container files. There may be multiple signatures for data objects
20 and
21 multiple data objects signed. By default the command searches for the
22 primary
23 partition signature. If found, a list of all verification blocks
24 applied on
25 the primary partition is gathered so that data integrity (hashing)
26 and
27 signature verification is done for all those blocks.
28
29
30
32 -g, --groupid=0
33 group ID to be verified
34
35
36 -h, --help[=false]
37 help for verify
38
39
40 -i, --id=0
41 descriptor ID to be verified
42
43
44 -j, --json[=false]
45 output json
46
47
48 -l, --local[=false]
49 only verify with local keys
50
51
52 -u, --url=" ⟨https://keys.sylabs.io"⟩
53 key server URL
54
55
56
58 $ singularity verify container.sif
59
60
61
62
64 singularity(1)
65
66
67
69 21-Oct-2019 Auto generated by spf13/cobra
70
71
72
73Auto generated by spf13/cobra Oct 2019 singularity(1)