1buildah-manifest-push(1)    General Commands Manual   buildah-manifest-push(1)
2
3
4

NAME

6       buildah-manifest-push  -  Push a manifest list or image index to a reg‐
7       istry.
8
9

SYNOPSIS

11       buildah manifest push  [options...]  listNameOrIndexName  transport:de‐
12       tails
13
14

DESCRIPTION

16       Pushes a manifest list or image index to a registry.
17
18

RETURN VALUE

20       The list image's ID and the digest of the image's manifest.
21
22

OPTIONS

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.  The 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  en‐
53       tered 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       --quiet, -q
71
72
73       Don't output progress information when pushing lists.
74
75
76       --remove-signatures
77
78
79       Don't copy signatures when pushing images.
80
81
82       --rm
83
84
85       Delete  the  manifest list or image index from local storage if pushing
86       succeeds.
87
88
89       --sign-by fingerprint
90
91
92       Sign the pushed images using the GPG key  that  matches  the  specified
93       fingerprint.
94
95
96       --tls-verify bool-value
97
98
99       Require  HTTPS  and  verification  of certificates when talking to con‐
100       tainer registries (defaults to true).  TLS verification cannot be  used
101       when talking to an insecure registry.
102
103

EXAMPLE

105              buildah manifest push mylist:v1.11 docker://registry.example.org/mylist:v1.11
106
107
108

SEE ALSO

110       buildah(1),  buildah-login(1),  buildah-manifest(1),  buildah-manifest-
111       create(1), buildah-manifest-add(1),  buildah-manifest-remove(1),  buil‐
112       dah-manifest-annotate(1),  buildah-manifest-inspect(1), buildah-rmi(1),
113       docker-login(1)
114
115
116
117buildah                         September 2019        buildah-manifest-push(1)
Impressum