Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable provenance attestations in buildx #6052

Merged
merged 1 commit into from
Jun 27, 2023

Commits on Jun 27, 2023

  1. Disable provenance attestations in buildx

    Buildx version >=0.10 generates a new OCI format
    with support for provenance. As a result the
    following error is generated on M1/M2 while inspecting
    the manifest
    
    > OCI manifest found, but accept header does not support OCI manifests
    
    The suggested fix is to temporarily disable provenance.
    
    Fixes: open-policy-agent#5877
    
    Signed-off-by: Ashutosh Narkar <anarkar4387@gmail.com>
    ashutosh-narkar committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    01ce0b7 View commit details
    Browse the repository at this point in the history