1singularity(1) singularity(1)
2
3
4
6 singularity-push - Upload image to the provided URI
7
8
9
11 singularity push [push options...]
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] do not require a signed container im‐
37 age
38
39
40 -D, --description="" description for container image (library://
41 only)
42
43
44 -h, --help[=false] help for push
45
46
47 --library="" the library to push to
48
49
50
52 To Library
53 $ singularity push /home/user/my.sif library://user/collection/my.sif:latest
54
55 To supported OCI registry
56 $ singularity push /home/user/my.sif oras://registry/namespace/image:tag
57
58
59
60
62 singularity(1)
63
64
65
67 22-Jun-2022 Auto generated by spf13/cobra
68
69
70
71Auto generated by spf13/cobra Jun 2022 singularity(1)