1buildah-manifest-push(1) General Commands Manual buildah-manifest-push(1)
2
3
4
6 buildah-manifest-push - Push a manifest list or image index to a reg‐
7 istry.
8
9
11 buildah manifest push [options...] listNameOrIndexName trans‐
12 port:details
13
14
16 Pushes a manifest list or image index to a registry.
17
18
20 The list image's ID and the digest of the image's manifest.
21
22
24 --all
25
26
27 Push the images mentioned in the manifest list or image index, in addi‐
28 tion to the list or index itself.
29
30
31 --authfile path
32
33
34 Path of the authentication file. Default is ${XDG_RUNTIME_DIR}/contain‐
35 ers/auth.json, which is set using buildah login. If the authorization
36 state is not found there, $HOME/.docker/config.json is checked, which
37 is set using docker login.
38
39
40 --cert-dir path
41
42
43 Use certificates at path (*.crt, *.cert, *.key) to connect to the reg‐
44 istry. Default certificates directory is /etc/containers/certs.d.
45
46
47 --creds creds
48
49
50 The [username[:password]] to use to authenticate with the registry if
51 required. If one or both values are not supplied, a command line
52 prompt will appear and the value can be entered. The password is
53 entered without echo.
54
55
56 --digestfile Digestfile
57
58
59 After copying the image, write the digest of the resulting image to the
60 file.
61
62
63 --format, -f
64
65
66 Manifest list type (oci or v2s2) to use when pushing the list (default
67 is oci).
68
69
70 --purge
71
72
73 Delete the manifest list or image index from local storage if pushing
74 succeeds.
75
76
77 --remove-signatures
78
79
80 Don't copy signatures when pushing images.
81
82
83 --sign-by fingerprint
84
85
86 Sign the pushed images using the GPG key that matches the specified
87 fingerprint.
88
89
90 --tls-verify bool-value
91
92
93 Require HTTPS and verify certificates when talking to container reg‐
94 istries (defaults to true)
95
96
98 buildah manifest push mylist:v1.11 docker://registry.example.org/mylist:v1.11
99
100
101
103 buildah(1), buildah-manifest(1), buildah-manifest-create(1), buil‐
104 dah-manifest-add(1), buildah-manifest-remove(1), buildah-manifest-anno‐
105 tate(1), buildah-manifest-inspect(1), buildah-rmi(1)
106
107
108
109buildah September 2019 buildah-manifest-push(1)