The Wayback Machine - https://web.archive.org/web/20251014205513/https://github.com/docker/cli/pull/4065
Skip to content

Conversation

vvoland
Copy link
Collaborator

@vvoland vvoland commented Mar 2, 2023

Starting from API 1.43 version RepoTags and RepoDigests will be empty for dangling images, instead of being an one-item array with magic constant string (<none>:<none>/<none>@<none>).

CLI output is not impacted and will still display <none> strings.

(cherry picked from commit 89687d5)

- What I did
Consider images with empty RepoTags and RepoDigests as dangling.

- How I did it

- How to verify it

- Description for the changelog

- A picture of a cute animal (not mandatory but encouraged)

Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
(cherry picked from commit 89687d5)
Copy link
Member

@thaJeztah thaJeztah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@thaJeztah thaJeztah merged commit 92164b0 into docker:23.0 Mar 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment