1singularity(1) singularity(1)
2
3
4
6 singularity-push - Upload image to the provided URI
7
8
9
11 singularity push [push options...] <image> <URI>
12
13
14
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
36 -U, --allow-unsigned[=false]
37 do not require a signed container
38
39
40 -h, --help[=false]
41 help for push
42
43
44 --library=" ⟨https://library.sylabs.io"⟩
45 the library to push to
46
47
48
50 To Library
51 $ singularity push /home/user/my.sif library://user/collection/my.sif:latest
52
53 To supported OCI registry
54 $ singularity push /home/user/my.sif oras://registry/namespace/image:tag
55
56
57
58
60 singularity(1)
61
62
63
65 18-Feb-2020 Auto generated by spf13/cobra
66
67
68
69Auto generated by spf13/cobra Feb 2020 singularity(1)