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

tree: only report artifacts that are present #1872

Merged
merged 2 commits into from May 17, 2022

Commits on May 13, 2022

  1. tree: only report artifacts that are present

    We were adding entries for artifacts, regardless of whether that
    artifact was present or had any layers.
    
    I think the expectation of the user would be for this command to show
    only the artifacts that actually exist.
    
    Signed-off-by: Rob Best <robertbest89@gmail.com>
    ribbybibby committed May 13, 2022
    Configuration menu
    Copy the full SHA
    19183b6 View commit details
    Browse the repository at this point in the history
  2. tree: tweak reference checking

    We're already fetching the references and using them in the map, so
    might as well check those when we come to print them out.
    
    Use the SBOM suffix from ociremote rather than redefining it.
    
    Signed-off-by: Rob Best <robertbest89@gmail.com>
    ribbybibby committed May 13, 2022
    Configuration menu
    Copy the full SHA
    997a01f View commit details
    Browse the repository at this point in the history