1podman-manifest-push(1)()                            podman-manifest-push(1)()
2
3
4

NAME

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

SYNOPSIS

11       podman manifest push [options] listnameorindexname transport:details
12
13

DESCRIPTION

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

RETURN VALUE

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

OPTIONS

23   --all
24       Push the images mentioned in the manifest list or image index, in addi‐
25       tion to the list or index itself. (Default true)
26
27
28   --authfile=path
29       Path of the authentication file. Default is ${XDG_RUNTIME_DIR}/contain‐
30       ers/auth.json, which is set using podman login.  If  the  authorization
31       state  is  not found there, $HOME/.docker/config.json is checked, which
32       is set using docker login.
33
34
35       Note: You can also override the default path of the authentication file
36       by  setting  the  REGISTRY_AUTH_FILE  environment variable. export REG‐
37       ISTRY_AUTH_FILE=path
38
39
40   --cert-dir=path
41       Use certificates at path (*.crt, *.cert, *.key) to connect to the  reg‐
42       istry.  Default certificates directory is /etc/containers/certs.d. (Not
43       available for remote commands)
44
45
46   --creds=creds
47       The [username[:password]] to use to authenticate with the  registry  if
48       required.   If  one  or  both  values  are not supplied, a command line
49       prompt will appear and the value  can  be  entered.   The  password  is
50       entered without echo.
51
52
53   --digestfile=Digestfile
54       After copying the image, write the digest of the resulting image to the
55       file.
56
57
58   --format, -f=format
59       Manifest list type (oci or v2s2) to use when pushing the list  (default
60       is oci).
61
62
63   --quiet, -q
64       When writing the manifest, suppress progress output
65
66
67   --rm
68       Delete  the  manifest list or image index from local storage if pushing
69       succeeds.
70
71
72   --remove-signatures
73       Don't copy signatures when pushing images.
74
75
76   --sign-by=fingerprint
77       Sign the pushed images using the GPG key  that  matches  the  specified
78       fingerprint.
79
80
81   --tls-verify
82       Require  HTTPS  and  verify certificates when talking to container reg‐
83       istries. (defaults to true)
84
85

EXAMPLE

87              podman manifest push mylist:v1.11 docker://registry.example.org/mylist:v1.11
88
89
90

SEE ALSO

92       podman(1),  podman-manifest(1),  podman-manifest-add(1),   podman-mani‐
93       fest-create(1),  podman-manifest-inspect(1), podman-manifest-remove(1),
94       podman-rmi(1)
95
96
97
98                                                     podman-manifest-push(1)()
Impressum