1podman-manifest(1)() podman-manifest(1)()
2
3
4
6 podman-manifest - Create and manipulate manifest lists and image
7 indexes
8
9
11 podman manifest subcommand
12
13
15 The podman manifest command provides subcommands which can be used to:
16
17
18 * Create a working Docker manifest list or OCI image index.
19
20
21
23 ┌─────────┬─────────────────────────────┬─────────────────────┐
24 │Command │ Man Page │ Description │
25 ├─────────┼─────────────────────────────┼─────────────────────┤
26 │add │ podman-manifest-add(1) │ Add an image to a │
27 │ │ │ manifest list or │
28 │ │ │ image index. │
29 ├─────────┼─────────────────────────────┼─────────────────────┤
30 │annotate │ podman-manifest-annotate(1) │ Add or update │
31 │ │ │ information about │
32 │ │ │ an entry in a mani‐ │
33 │ │ │ fest list or image │
34 │ │ │ index. │
35 ├─────────┼─────────────────────────────┼─────────────────────┤
36 │create │ podman-manifest-create(1) │ Create a manifest │
37 │ │ │ list or image │
38 │ │ │ index. │
39 ├─────────┼─────────────────────────────┼─────────────────────┤
40 │inspect │ podman-manifest-inspect(1) │ Display a manifest │
41 │ │ │ list or image │
42 │ │ │ index. │
43 ├─────────┼─────────────────────────────┼─────────────────────┤
44 │push │ podman-manifest-push(1) │ Push a manifest │
45 │ │ │ list or image index │
46 │ │ │ to a registry. │
47 ├─────────┼─────────────────────────────┼─────────────────────┤
48 │remove │ podman-manifest-remove(1) │ Remove an image │
49 │ │ │ from a manifest │
50 │ │ │ list or image │
51 │ │ │ index. │
52 ├─────────┼─────────────────────────────┼─────────────────────┤
53 │ │ │ │
54 └─────────┴─────────────────────────────┴─────────────────────┘
55
57 podman(1), podman-manifest-add(1), podman-manifest-annotate(1), pod‐
58 man-manifest-create(1), podman-manifest-inspect(1), podman-mani‐
59 fest-push(1), podman-manifest-remove(1)
60
61
62
63 podman-manifest(1)()