1buildah-manifest(1) General Commands Manual buildah-manifest(1)
2
3
4
6 buildah-manifest - Create and manipulate manifest lists and image
7 indexes.
8
9
11 buildah manifest COMMAND [OPTIONS] [ARG...]
12
13
15 The buildah manifest command provides subcommands which can be used to:
16
17
18 * Create a working Docker manifest list or OCI image index.
19 * Add an entry to a manifest list or image index for a specified image.
20 * Add or update information about an entry in a manifest list or image index.
21 * Delete a working container or an image.
22 * Push a manifest list or image index to a registry or other location.
23
24
25
27 ┌───────────────────────────────┬──────────────────────────────┬─────────────┐
28 │Command │ Man Page │ Description │
29 ├───────────────────────────────┼──────────────────────────────┼─────────────┤
30 │add │ buildah-manifest-add(1) │ │
31 ├───────────────────────────────┼──────────────────────────────┼─────────────┤
32 │⟨buildah-manifest-add.md⟩ │ Add an image to a manifest │ │
33 │ │ list or image index. │ │
34 ├───────────────────────────────┼──────────────────────────────┼─────────────┤
35 │annotate │ buildah-manifest-annotate(1) │ │
36 ├───────────────────────────────┼──────────────────────────────┼─────────────┤
37 │⟨buildah-manifest-annotate.md⟩ │ Add or update information │ │
38 │ │ about an image in a manifest │ │
39 │ │ list or image index. │ │
40 ├───────────────────────────────┼──────────────────────────────┼─────────────┤
41 │create │ buildah-manifest-create(1) │ │
42 ├───────────────────────────────┼──────────────────────────────┼─────────────┤
43 │⟨buildah-manifest-create.md⟩ │ Create a manifest list or │ │
44 │ │ image index. │ │
45 ├───────────────────────────────┼──────────────────────────────┼─────────────┤
46 │inspect │ buildah-manifest-inspect(1) │ │
47 ├───────────────────────────────┼──────────────────────────────┼─────────────┤
48 │⟨buildah-manifest-inspect.md⟩ │ Display the contents of a │ │
49 │ │ manifest list or image │ │
50 │ │ index. │ │
51 ├───────────────────────────────┼──────────────────────────────┼─────────────┤
52 │push │ buildah-manifest-push(1) │ │
53 ├───────────────────────────────┼──────────────────────────────┼─────────────┤
54 │⟨buildah-manifest-push.md⟩ │ Push a manifest list or │ │
55 │ │ image index to a registry or │ │
56 │ │ other location. │ │
57 ├───────────────────────────────┼──────────────────────────────┼─────────────┤
58 │remove │ buildah-manifest-remove(1) │ │
59 ├───────────────────────────────┼──────────────────────────────┼─────────────┤
60 │⟨buildah-manifest-remove.md⟩ │ Remove an image from a mani‐ │ │
61 │ │ fest list or image index. │ │
62 ├───────────────────────────────┼──────────────────────────────┼─────────────┤
63 │ │ │ │
64 └───────────────────────────────┴──────────────────────────────┴─────────────┘
65
67 buildah(1), buildah-manifest-create(1), buildah-manifest-add(1), buil‐
68 dah-manifest-remove(1), buildah-manifest-annotate(1), buildah-mani‐
69 fest-inspect(1), buildah-manifest-push(1)
70
71
72
73buildah September 2019 buildah-manifest(1)