Commit f58a4dd
authored
ci: disable provenance in metadata to avoid size limits (#384)
Docker Buildx 0.31.0 includes full provenance attestations in the
metadata output for multi-platform builds, resulting in 444KB+ JSON that
exceeds bash argument list limits.
Setting BUILDX_METADATA_PROVENANCE=disabled excludes provenance from the
metadata file while keeping attestations attached to images in the
registry.
Related: cloudnative-pg/cloudnative-pg#9826
Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>1 parent 60085b8 commit f58a4dd
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| 103 | + | |
103 | 104 | | |
104 | 105 | | |
105 | 106 | | |
| |||
0 commit comments