1singularity(1) singularity(1)
2
3
4
6 singularity-sif-add - Add a data object to a SIF file
7
8
9
11 singularity sif add [OPTIONS] <containerfile> <dataobjectfile> [flags]
12
13
14
16 Add a data object to a SIF file
17
18
19
21 --alignment=0
22 set alignment constraint [default: aligned on page size]
23
24
25 --datatype=0
26 the type of data to add [NEEDED, no default]:
27 1-Deffile, 2-EnvVar, 3-Labels,
28 4-Partition, 5-Signature, 6-GenericJSON
29
30
31 --filename=""
32 set logical filename/handle [default: input filename]
33
34
35 --groupid=0
36 set groupid [default: DescrUnusedGroup]
37
38
39 -h, --help[=false]
40 help for add
41
42
43 --link=0
44 set link pointer [default: DescrUnusedLink]
45
46
47 --partarch=0
48 the main architecture used (with -datatype 4-Partition) [NEEDED, no
49 default]:
50 1-386, 2-amd64, 3-arm,
51 4-arm64, 5-ppc64, 6-ppc64le,
52 7-mips, 8-mipsle, 9-mips64,
53 10-mips64le, 11-s390x
54
55
56 --partfs=0
57 the filesystem used (with -datatype 4-Partition) [NEEDED, no
58 default]:
59 1-Squash, 2-Ext3, 3-ImmuObj,
60 4-Raw
61
62
63 --parttype=0
64 the type of partition (with -datatype 4-Partition) [NEEDED, no
65 default]:
66 1-System, 2-PrimSys, 3-Data,
67 4-Overlay
68
69
70 --signentity=""
71 the entity that signs (with -datatype 5-Signature) [NEEDED, no
72 default]:
73 example: 433FE984155206BD962725E20E8713472A879943
74
75
76 --signhash=0
77 the signature hash used (with -datatype 5-Signature) [NEEDED, no
78 default]:
79 1-SHA256, 2-SHA384, 3-SHA512,
80 4-BLAKE2S, 5-BLAKE2B
81
82
83
85 singularity-sif(1)
86
87
88
90 18-Feb-2020 Auto generated by spf13/cobra
91
92
93
94Auto generated by spf13/cobra Feb 2020 singularity(1)