1buildah-manifest-annotate(1)General Commands Manualbuildah-manifest-annotate(1)
2
3
4
6 buildah-manifest-annotate - Add and update information about an image
7 to a manifest list or image index.
8
9
11 buildah manifest annotate [options...] listNameOrIndexName imageMani‐
12 festDigest
13
14
16 Adds or updates information about an image included in a manifest list
17 or image index.
18
19
21 The list image's ID and the digest of the image's manifest.
22
23
25 --annotation annotation=value
26
27
28 Set an annotation on the entry for the specified image.
29
30
31 --arch
32
33
34 Override the architecture which the list or index records as a require‐
35 ment for the image. This is usually automatically retrieved from the
36 image's configuration information, so it is rarely necessary to use
37 this option.
38
39
40 --features
41
42
43 Specify the features list which the list or index records as require‐
44 ments for the image. This option is rarely used.
45
46
47 --os
48
49
50 Override the OS which the list or index records as a requirement for
51 the image. This is usually automatically retrieved from the image's
52 configuration information, so it is rarely necessary to use this op‐
53 tion.
54
55
56 --os-features
57
58
59 Specify the OS features list which the list or index records as re‐
60 quirements for the image. This option is rarely used.
61
62
63 --os-version
64
65
66 Specify the OS version which the list or index records as a requirement
67 for the image. This option is rarely used.
68
69
70 --variant
71
72
73 Specify the variant which the list or index records for the image.
74 This option is typically used to distinguish between multiple entries
75 which share the same architecture value, but which expect different
76 versions of its instruction set.
77
78
80 buildah manifest annotate --arch arm64 --variant v8 mylist:v1.11 sha256:c829b1810d2dbb456e74a695fd3847530c8319e5a95dca623e9f1b1b89020d8b
81 506d8f4bb54931ea03a7e70173a0ed6302e3fb92dfadb3955ba5c17812e95c51: sha256:c829b1810d2dbb456e74a695fd3847530c8319e5a95dca623e9f1b1b89020d8b
82
83
84
86 buildah(1), buildah-manifest(1), buildah-manifest-create(1), buildah-
87 manifest-add(1), buildah-manifest-remove(1), buildah-manifest-in‐
88 spect(1), buildah-manifest-push(1), buildah-rmi(1)
89
90
91
92buildah September 2019 buildah-manifest-annotate(1)