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

NAME

6       buildah-manifest  -  Create  and  manipulate  manifest  lists and image
7       indexes.
8
9

SYNOPSIS

11       buildah manifest COMMAND [OPTIONS] [ARG...]
12
13

DESCRIPTION

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

SUBCOMMANDS

27       ┌───────────────────────────────┬──────────────────────────────┬─────────────┐
28Command                        Man Page                     Description 
29       ├───────────────────────────────┼──────────────────────────────┼─────────────┤
30       │create                         │ buildah-manifest-create(1)   │             │
31       ├───────────────────────────────┼──────────────────────────────┼─────────────┤
32       │⟨buildah-manifest-create.md⟩   │ Create a  manifest  list  or │             │
33       │                               │ image index.                 │             │
34       ├───────────────────────────────┼──────────────────────────────┼─────────────┤
35       │add                            │ buildah-manifest-add(1)      │             │
36       ├───────────────────────────────┼──────────────────────────────┼─────────────┤
37       │⟨buildah-manifest-add.md⟩      │ Add  an  image to a manifest │             │
38       │                               │ list or image index.         │             │
39       ├───────────────────────────────┼──────────────────────────────┼─────────────┤
40       │annotate                       │ buildah-manifest-annotate(1) │             │
41       ├───────────────────────────────┼──────────────────────────────┼─────────────┤
42       │⟨buildah-manifest-annotate.md⟩ │ Add  or  update  information │             │
43       │                               │ about an image in a manifest │             │
44       │                               │ list or 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

SEE ALSO

65       buildah(1),  buildah-manifest-create(1), buildah-manifest-add(1), buil‐
66       dah-manifest-remove(1),   buildah-manifest-annotate(1),   buildah-mani‐
67       fest-inspect(1), buildah-manifest-push(1)
68
69
70
71buildah                         September 2019             buildah-manifest(1)
Impressum