Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

Use OCI manifest from skopeo copy dir for analysis #1082

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 30, 2021

  1. Use OCI manifest from skopeo copy for analysis

    If layers are not compressed on the registry, skopeo copy will compress them
    on the fly when executing "skopeo copy ... oci:dir".  That causes disparity
    between image manifest that was previously fetched with "skopeo inspect",
    which had references to uncompressed layers.
    
    This change makes analysis rely on the OCI image manifest only.
    
    Fixes anchore#1080
    
    Signed-off-by: Tero Saarni <tero.saarni@est.tech>
    tsaarni committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    0616f23 View commit details
    Browse the repository at this point in the history