1singularity(1)                                                  singularity(1)
2
3
4

NAME

6       singularity-push - Upload image to the provided URI
7
8
9

SYNOPSIS

11       singularity push [push options...]
12
13
14

DESCRIPTION

16       The 'push' command allows you to upload a SIF container to a given
17         URI.  Supported URIs include:
18
19
20       library:
21             library://user/collection/container[:tag]
22
23
24       oras:
25             oras://registry/namespace/repo:tag
26
27
28       NOTE: It's always good practice to sign your containers before
29         pushing them to the library. An auth token is required to push to the
30       library,
31         so you may need to configure it first with 'singularity remote'.
32
33
34

OPTIONS

36       -U, --allow-unsigned[=false]      do not require a signed container im‐
37       age
38
39
40       -D,  --description=""       description for container image (library://
41       only)
42
43
44       --docker-host=""      specify a custom Docker daemon host
45
46
47       -h, --help[=false]      help for push
48
49
50       --library=""      the library to push to
51
52
53

EXAMPLE

55                To Library
56                $ singularity push /home/user/my.sif library://user/collection/my.sif:latest
57
58                To supported OCI registry
59                $ singularity push /home/user/my.sif oras://registry/namespace/image:tag
60
61
62
63

SEE ALSO

65       singularity(1)
66
67
68

HISTORY

70       18-Sep-2023 Auto generated by spf13/cobra
71
72
73
74Auto generated by spf13/cobra      Sep 2023                     singularity(1)
Impressum