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

NAME

6       buildah-manifest-create - Create a manifest list or image index.
7
8

SYNOPSIS

10       buildah manifest create listNameOrIndexName [imageName ...]
11
12

DESCRIPTION

14       Creates  a new manifest list and stores it as an image in local storage
15       using the specified name.
16
17
18       If additional images are specified, they are added to the newly-created
19       list or index.
20
21

RETURN VALUE

23       The  randomly-generated  image  ID  of the newly-created list or index.
24       The image can be deleted using the buildah rmi command.
25
26

OPTIONS

28       --all
29
30
31       If any of the images which should be added to the new list or index are
32       themselves  lists  or  indexes, add all of their contents.  By default,
33       only one image from such a list will be added to the newly-created list
34       or index.
35
36

EXAMPLE

38              buildah manifest create mylist:v1.11
39              941c1259e4b85bebf23580a044e4838aa3c1e627528422c9bf9262ff1661fca9
40
41
42
43              buildah manifest create mylist:v1.11 docker://fedora
44              941c1259e4b85bebf23580a044e4838aa3c1e627528422c9bf9262ff1661fca9
45
46
47
48              buildah manifest create --all mylist:v1.11 docker://fedora
49              941c1259e4b85bebf23580a044e4838aa3c1e627528422c9bf9262ff1661fca9
50
51
52

SEE ALSO

54       buildah(1), buildah-manifest(1), buildah-manifest-add(1), buildah-mani‐
55       fest-remove(1),       buildah-manifest-annotate(1),       buildah-mani‐
56       fest-inspect(1), buildah-manifest-push(1), buildah-rmi(1)
57
58
59
60buildah                         September 2019      buildah-manifest-create(1)
Impressum