apptainer push
linux
Push container images to remote registries. See also: `apptainer-pull`.
More info →Options (3)
-U, --allow-unsignedbooleanPush an unsigned container (skip signature verification)
Example:
apptainer push {{[-U|--allow-unsigned]}} {{path/to/image.sif}} library://{{user/collection/container}}:{{tag}}-D, --descriptionbooleanPush a container with a description (library only)
Example:
apptainer push {{[-D|--description]}} "{{description}}" {{path/to/image.sif}} library://{{user/collection/container}}:{{tag}}-h, --helpbooleanDisplay help
Example:
apptainer push {{[-h|--help]}}Examples (5)
Push a container to the Container Library
apptainer push path/to/image.sif library://user/collection/container:tagPush a container to an OCI registry
apptainer push path/to/image.sif oras://registry/namespace/image:tagPush an unsigned container (skip signature verification)
apptainer push [-U|--allow-unsigned] path/to/image.sif library://user/collection/container:tagPush a container with a description (library only)
apptainer push [-D|--description] "description" path/to/image.sif library://user/collection/container:tagDisplay help
apptainer push [-h|--help]made by @shridhargupta | data from tldr-pages