1ATOMIC(1) September 2015 ATOMIC(1)
2
3
4
6 atomic-push - push Image to repository
7
8
9
11 atomic push [-a][--activation_key[=ACTIVATION_KEY]] [--anonymous]
12 [--debug] [-h|--help] [--insecure] [--pulp] [-p][--password[=PASSWORD]]
13 [-r][--repository_id[=REPOSITORY_ID]] [--satellite] [--sign-by]
14 [--t][--type] [-u][--username[=USERNAME]] [-U][--url[=URL]]
15 [--verify_ssl[=VERIFY_SSL]]
16
17
18
20 atomic push will push the image to the repository. Defaults to docker
21 repository; can also upload to satellite or pulp repository.
22
23
24
26 -a ACTIVATION_KEY --activation_key ACTIVATION_KEY
27 Activation Key
28
29
30 --anonymous
31 Push without a username or password
32
33
34 --debug
35 Debug mode
36
37
38 -h --help
39 Print usage statement
40
41
42 --insecure
43 Indicate that the regsitry does not require HTTPS or certificate
44 verification.
45
46
47 -p PASSWORD --password PASSWORD
48 Password for remote registry
49
50
51 --pulp
52 Push using the pulp protocol, defaults to using docker push
53
54
55 --r REPO_ID --repository_id REPO_ID
56 Repository ID
57
58
59 --satellite
60 Upload using the satellite protocol; defaults to using docker push
61
62
63 --sign-by
64 Override the default signing identity defined in /etc/atomic.conf.
65 Atomic push will always sign if there is a default
66 identity or you pass an indentity here. If there is a default
67 identity, you can pass None to --sign-by and
68 signing will be disabled.
69
70
71 -t REGISTRY_TYPE --type REGISTRY_TYPE
72 Change the registry type, docker|atomic. atomic registry type is an
73 OpenShift-based registry with an API supporting image signatures.
74 Default is docker.
75
76
77 -u USERNAME --username USERNAME
78 Username for remote registry
79
80
81 -U URL --url URL
82 URL for remote registry
83
84
85 --verify_ssl
86 Flag to verify ssl of registry
87
88
89
91 April 2015, Originally compiled by Daniel Walsh (dwalsh at redhat dot
92 com)
93
94
95 July 2015, Edited by Jenny Ramseyer (jramseye at redhat dot com)
96
97
98 September 2015, Edited by Daniel Walsh (dwalsh at redhat dot com)
99
100
101 September 2016, Updated by Brent Baude (bbaude at redhat dot com)
102
103
104
105Dan Walsh Atomic Man Pages ATOMIC(1)