1buildah-manifest-add(1) General Commands Manual buildah-manifest-add(1)
2
3
4
6 buildah-manifest-add - Add an image to a manifest list or image index.
7
8
10 buildah manifest add listNameOrIndexName imageName
11
12
14 Adds the specified image to the specified manifest list or image index.
15
16
18 The list image's ID and the digest of the image's manifest.
19
20
22 --all
23
24
25 If the image which should be added to the list or index is itself a
26 list or index, add all of the contents to the local list. By default,
27 only one image from such a list or index will be added to the list or
28 index. Combining --all with any of the other options described below
29 is NOT recommended.
30
31
32 --annotation annotation=value
33
34
35 Set an annotation on the entry for the newly-added image.
36
37
38 --arch
39
40
41 Override the architecture which the list or index records as a require‐
42 ment for the image. If imageName refers to a manifest list or image
43 index, the architecture information will be retrieved from it. Other‐
44 wise, it will be retrieved from the image's configuration information.
45
46
47 --features
48
49
50 Specify the features list which the list or index records as require‐
51 ments for the image. This option is rarely used.
52
53
54 --os
55
56
57 Override the OS which the list or index records as a requirement for
58 the image. If imageName refers to a manifest list or image index, the
59 OS information will be retrieved from it. Otherwise, it will be
60 retrieved from the image's configuration information.
61
62
63 --os-features
64
65
66 Specify the OS features list which the list or index records as
67 requirements for the image. This option is rarely used.
68
69
70 --os-version
71
72
73 Specify the OS version which the list or index records as a requirement
74 for the image. This option is rarely used.
75
76
77 --variant
78
79
80 Specify the variant which the list or index records for the image.
81 This option is typically used to distinguish between multiple entries
82 which share the same architecture value, but which expect different
83 versions of its instruction set.
84
85
87 buildah manifest add mylist:v1.11 docker://fedora
88 506d8f4bb54931ea03a7e70173a0ed6302e3fb92dfadb3955ba5c17812e95c51: sha256:f81f09918379d5442d20dff82a298f29698197035e737f76e511d5af422cabd7
89
90
91
92 buildah manifest add --all mylist:v1.11 docker://fedora
93 506d8f4bb54931ea03a7e70173a0ed6302e3fb92dfadb3955ba5c17812e95c51: sha256:f81f09918379d5442d20dff82a298f29698197035e737f76e511d5af422cabd7
94
95
96
97 buildah manifest add --arch arm64 --variant v8 mylist:v1.11 docker://fedora@sha256:c829b1810d2dbb456e74a695fd3847530c8319e5a95dca623e9f1b1b89020d8b
98 506d8f4bb54931ea03a7e70173a0ed6302e3fb92dfadb3955ba5c17812e95c51: sha256:c829b1810d2dbb456e74a695fd3847530c8319e5a95dca623e9f1b1b89020d8b
99
100
101
103 buildah(1), buildah-manifest(1), buildah-manifest-create(1), buil‐
104 dah-manifest-remove(1), buildah-manifest-annotate(1), buildah-mani‐
105 fest-inspect(1), buildah-manifest-push(1), buildah-rmi(1)
106
107
108
109buildah September 2019 buildah-manifest-add(1)