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

c8d: Adjust "image list" to return only a single item for each image store entry #45967

Merged
merged 1 commit into from
Feb 26, 2024

Commits on Feb 14, 2024

  1. c8d: Adjust "image list" to return only a single item for each image …

    …store entry
    
    This will return a single entry for each name/value pair, and for now
    all the "image specific" metadata (labels, config, size) should be
    either "default platform" or "first platform we have locally" (which
    then matches the logic for commands like `docker image inspect`, etc)
    with everything else (just ID, maybe?) coming from the manifest
    list/index.
    
    That leaves room for the longer-term implementation to add new fields to
    describe the _other_ images that are part of the manifest list/index.
    
    Co-authored-by: Tianon Gravi <admwiggin@gmail.com>
    
    Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
    vvoland committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    bddd892 View commit details
    Browse the repository at this point in the history