singularity sif add

Add a data object to a SIF file

Synopsis

Add a data object to a SIF file

singularity sif add [OPTIONS] <containerfile> <dataobjectfile> [flags]

Options

    --alignment int       set alignment constraint [default: aligned on page size]
    --datatype int        the type of data to add
                          [NEEDED, no default]:
                            1-Deffile,   2-EnvVar,    3-Labels,
                            4-Partition, 5-Signature, 6-GenericJSON
    --filename string     set logical filename/handle [default: input filename]
    --groupid int         set groupid [default: DescrUnusedGroup]
-h, --help                help for add
    --link int            set link pointer [default: DescrUnusedLink]
    --partarch int        the main architecture used (with -datatype 4-Partition)
                          [NEEDED, no default]:
                            1-386,       2-amd64,     3-arm,
                            4-arm64,     5-ppc64,     6-ppc64le,
                            7-mips,      8-mipsle,    9-mips64,
                            10-mips64le, 11-s390x
    --partfs int          the filesystem used (with -datatype 4-Partition)
                          [NEEDED, no default]:
                            1-Squash,    2-Ext3,      3-ImmuObj,
                            4-Raw
    --parttype int        the type of partition (with -datatype 4-Partition)
                          [NEEDED, no default]:
                            1-System,    2-PrimSys,   3-Data,
                            4-Overlay
    --signentity string   the entity that signs (with -datatype 5-Signature)
                          [NEEDED, no default]:
                            example: 433FE984155206BD962725E20E8713472A879943
    --signhash int        the signature hash used (with -datatype 5-Signature)
                          [NEEDED, no default]:
                            1-SHA256,    2-SHA384,    3-SHA512,
                            4-BLAKE2S,   5-BLAKE2B

SEE ALSO

  • singularity sif - siftool is a program for Singularity Image Format (SIF) file manipulation

Auto generated by spf13/cobra on 2-Jul-2021