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

Fix digests of layers meta #352

Merged
merged 2 commits into from
Oct 2, 2024
Merged

Fix digests of layers meta #352

merged 2 commits into from
Oct 2, 2024

Commits on Oct 1, 2024

  1. apps: Store layer digest with algo prefix

    Represent layer digest with the algorithm prefix so layers are
    consistently identified when layers metadata are stored and used.
    
    Signed-off-by: Mike Sul <[email protected]>
    mike-sul committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    c3dc44d View commit details
    Browse the repository at this point in the history
  2. apps: Use short ref if image hosted in docker hub

    Images hosted in the docker.io hub are referenced in a short form
    without `docker.io` or `docker.io/library` prefixes. Therefore, the
    algorithm should take it into account when looking for an image in the
    local docker store (`repositiories.io`).
    
    Signed-off-by: Mike Sul <[email protected]>
    mike-sul committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    7b99e84 View commit details
    Browse the repository at this point in the history