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

[25.0 backport] c8d: Use the same logic to get the present images #47348

Merged
merged 1 commit into from
Feb 6, 2024

Commits on Feb 6, 2024

  1. c8d: Use the same logic to get the present images

    Inspect and history used two different ways to find the present images.
    This made history fail in some cases where image inspect would work (if
    a configuration of a manifest wasn't found in the content store).
    
    With this change we now use the same logic for both inspect and history.
    
    Signed-off-by: Djordje Lukic <djordje.lukic@docker.com>
    rumpl committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    acd023d View commit details
    Browse the repository at this point in the history