1buildah-manifest-create(16) buildah-manifest-create(16)
2
3
4
6 buildah-manifest-create - Create a manifest list or image index.
7
8
10 buildah manifest create listNameOrIndexName [imageName ...]
11
12
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
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
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
37 --amend
38
39
40 If a manifest list named listNameOrIndexName already exists, modify the
41 preexisting list instead of exiting with an error. The contents of
42 listNameOrIndexName are not modified if no *imageName*s are given.
43
44
45 --tls-verify bool-value
46
47
48 Require HTTPS and verification of certificates when talking to con‐
49 tainer registries (defaults to true). TLS verification cannot be used
50 when talking to an insecure registry.
51
52
54 buildah manifest create mylist:v1.11
55 941c1259e4b85bebf23580a044e4838aa3c1e627528422c9bf9262ff1661fca9
56 buildah manifest create --amend mylist:v1.11
57 941c1259e4b85bebf23580a044e4838aa3c1e627528422c9bf9262ff1661fca9
58
59
60
61 buildah manifest create mylist:v1.11 docker://fedora
62 941c1259e4b85bebf23580a044e4838aa3c1e627528422c9bf9262ff1661fca9
63
64
65
66 buildah manifest create --all mylist:v1.11 docker://fedora
67 941c1259e4b85bebf23580a044e4838aa3c1e627528422c9bf9262ff1661fca9
68
69
70
72 buildah(1), buildah-manifest(1), buildah-manifest-add(1), buildah-mani‐
73 fest-remove(1), buildah-manifest-annotate(1), buildah-manifest-in‐
74 spect(1), buildah-manifest-push(1), buildah-rmi(1)
75
76
77
78buildah August 2022 buildah-manifest-create(16)