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

ci: add a OCI registry test for referrers support #3253

Merged
merged 2 commits into from
Oct 17, 2023
Merged

Commits on Oct 16, 2023

  1. ci: add a OCI registry test for referrers support

    zot is a strongly OCI conformant registry with referrers support.
    
    ---
    
    Note the new --registry-referrers-mode flag which must be set to
    “oci-1-1”.
    
    References:
    
    [1] https://www.chainguard.dev/unchained/building-towards-oci-v1-1-support-in-cosign
    
    [2] https://zotregistry.io
    
    Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
    rchincha committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    a2eb9f2 View commit details
    Browse the repository at this point in the history
  2. fix: verification via --registry-referrers-mode=oci-1-1 is broken

    5b2d30a added a CLI option that was
    never parsed.
    
    Setting --experimental-oci11=true has no effect.
    
    Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
    rchincha committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    eae7a6e View commit details
    Browse the repository at this point in the history