File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -43,13 +43,12 @@ write to the following `<type>`s:
43
43
- The ` manifest ` (the default, as above)
44
44
- The ` manifest-descriptor `
45
45
- This adds the annotation into the image index's descriptor for the manifest
46
- - (discarded if the output does not contain an image index)
47
46
- The ` index `
48
47
- This adds the annotation into the image index root
49
- - (discarded if the output does not contain an image index)
48
+ - If the exporter does not produce an image index, the build will fail.
50
49
- The ` index-descriptor `
51
50
- This adds the annotation into the OCI layout's descriptor for the index
52
- - (discarded if the output does not contain an OCI layout)
51
+ - If the exporter does not produce an image index, the build will fail.
53
52
54
53
For example, if you want to add the annotation at the image index level, so
55
54
that the annotation is shared between all architectures, you can instead:
You can’t perform that action at this time.
0 commit comments