Commit 145612b
Switch Docker builds from OCI to Docker v2 manifests
Quay.io responds to Docker v2 manifest requests with a wrong answer
(a v1 manifest) when the v2 manifest does not exist, which happens
because the current build produces OCI-format manifests. This causes
problems for tools like Cromwell that expect Docker v2 format.
Changes:
- Set provenance: false to disable OCI-only attestation manifests
- Set sbom: false to disable SBOM attestation
- Use outputs with oci-mediatypes=false to force Docker v2 media types
- Move push control into outputs parameter
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 8c8f836 commit 145612b
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
81 | 80 | | |
82 | 81 | | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
83 | 85 | | |
84 | 86 | | |
85 | 87 | | |
| |||
0 commit comments