community man page

apptainer-verify

GNU

Verify digital signatures of SIF container images. See also: `apptainer-sign`.

8 examples·source: tldr · CC-BY·status: verified
Reading is open to everyone. Suggesting a flag, fixing an example or adding a recipe is opening to verified-email accounts soon — every change is moderated before it goes live.
curl https://curlhub.sh/man/apptainer-verify
same page, in your terminal

Examples

Verify a container image using the default PGP keyring GNU

apptainer verify path/to/image.sif

Verify a container image using a specific public key file GNU

apptainer verify --key path/to/public.pem path/to/image.sif

Verify a container image using a certificate file GNU

apptainer verify --certificate path/to/certificate.pem path/to/image.sif

Verify all objects in the image GNU

apptainer verify [-a|--all] path/to/image.sif

Verify a specific object group within the image GNU

apptainer verify [-g|--group-id] group_id path/to/image.sif

Verify a specific object by ID within the image GNU

apptainer verify [-i|--sif-id] object_id path/to/image.sif

Output verification results in JSON format GNU

apptainer verify [-j|--json] path/to/image.sif

Display help GNU

apptainer verify [-h|--help]