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: invalid badge count for images #1124

Merged
merged 1 commit into from
Jan 9, 2023
Merged

Conversation

benoitf
Copy link
Collaborator

@benoitf benoitf commented Jan 6, 2023

What does this PR do?

if 2 images have the same tag we display two lines in images list badge count should take that into account

Screenshot/screencast of this PR

image

What issues does this PR fix or reference?

fixes #1101

How to test this PR?

perform:

podman pull quay.io/podman/hello
podman tag quay.io/podman/hello quay.io/podman/hello2

check you have a badge count of 2 and not 1

Change-Id: I9de232f51c2fa0a0811543225590fd13026ba8ec
Signed-off-by: Florent Benoit fbenoit@redhat.com

if 2 images have the same tag we display two lines in images list
badge count should take that into account
fixes containers#1101

Change-Id: I9de232f51c2fa0a0811543225590fd13026ba8ec
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
@benoitf benoitf merged commit c42f44c into containers:main Jan 9, 2023
@podman-desktop-bot podman-desktop-bot added this to the 0.11.0 milestone Jan 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Images badge includes count of <none> tags, while image list excludes them
3 participants