logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

singularity-push - Upload image to the provided URI

Description

       The 'push' command allows you to upload a SIF container to a given
         URI.  Supported URIs include:

       library:
             library://user/collection/container[:tag]

       oras:
             oras://registry/namespace/repo:tag

       NOTE: It's always good practice to sign your containers before
         pushing them to the library. An auth token is required to push to the library,
         so you may need to configure it first with 'singularity remote'.

Example

         To Library
         $ singularity push /home/user/my.sif library://user/collection/my.sif:latest

         To supported OCI registry
         $ singularity push /home/user/my.sif oras://registry/namespace/image:tag

History

       27-Feb-2025 Auto generated by spf13/cobra

Auto generated by spf13/cobra                       Feb 2025                                      singularity(1)

Name

       singularity-push - Upload image to the provided URI

Options

-U, --allow-unsigned[=false]      do not require a signed container image

       --authfile=""      Docker-style authentication file to use for writing/reading OCI registry credentials

       -D, --description=""      description for container image (library:// only)

       --docker-host=""      specify a custom Docker daemon host

       -h, --help[=false]      help for push

       --library=""      the library to push to

See Also

singularity(1)

Synopsis

singularitypush[pushoptions...]

See Also