RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1879622 - `podman images --all` fails on images with digest
Summary: `podman images --all` fails on images with digest
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: podman
Version: 8.3
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: rc
: 8.0
Assignee: Jindrich Novy
QA Contact: atomic-bugs@redhat.com
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-09-16 16:20 UTC by Valentin Rothberg
Modified: 2021-09-03 15:18 UTC (History)
11 users (show)

Fixed In Version: podman-2.0.5-5.el8
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-11-04 03:06:49 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2020:4694 0 None None None 2020-11-04 03:07:04 UTC

Description Valentin Rothberg 2020-09-16 16:20:00 UTC
Description of problem:

After pulling an image by digest, listing _all_ images fails with a parsing error.

Version-Release number of selected component (if applicable):

Podman v2.0.5

How reproducible:

Always.

Steps to Reproduce:
1. podman pull docker.io/library/hello-world@sha256:4cf9c47f86df71d48364001ede3a4fcd85ae80ce02ebad74156906caff5378bc
2. podman images -a

Actual results:

Error: error parsing repository tag "docker.io/library/hello-world:sha256:4cf9c47f86df71d48364001ede3a4fcd85ae80ce02ebad74156906caff5378bc":: invalid reference format


Expected results:

REPOSITORY                     TAG     IMAGE ID      CREATED        SIZE
docker.io/library/hello-world  <none>  bf756fb1ae65  8 months ago   20 kB



Additional info:

The issue was filed upstream and there is already an upstream PR against main branch: https://github.com/containers/podman/pull/7654

Comment 9 Alex Jia 2020-09-24 02:39:22 UTC
I can reproduce this bug on 2.0.5-4.module+el8.3.0+8152+c5c3262e.x86_64
and verified it on podman-2.0.5-5.module+el8.3.0+8221+97165c3f.x86_64.

[root@ibm-x3650m4-01-vm-14 ~]# podman pull docker.io/library/hello-world@sha256:4cf9c47f86df71d48364001ede3a4fcd85ae80ce02ebad74156906caff5378bc                                                                                                Trying to pull docker.io/library/hello-world@sha256:4cf9c47f86df71d48364001ede3a4fcd85ae80ce02ebad74156906caff5378bc...
Getting image source signatures
Copying blob 0e03bdcc26d7 done                                                                                          Copying config bf756fb1ae done                                                                                          Writing manifest to image destination                                                                                   Storing signatures                                                                                                      bf756fb1ae65adf866bd8c456593cd24beb6a0a061dedf42b26a993176745f6b

[root@ibm-x3650m4-01-vm-14 ~]# podman images -a                                                                         REPOSITORY                                                   TAG     IMAGE ID      CREATED       SIZE
localhost/add-grp-img                                        latest  16d0515a77f1  7 hours ago   75.6 MB
docker.io/library/ubuntu                                     latest  bb0eaf4eee00  7 days ago    75.3 MB
registry-proxy.engineering.redhat.com/rh-osbs/rhel8-buildah  8.3-9   0fa66c458d70  13 days ago   340 MB                 docker.io/library/hello-world                                <none>  bf756fb1ae65  8 months ago  20 kB

Comment 12 errata-xmlrpc 2020-11-04 03:06:49 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (Moderate: container-tools:rhel8 security, bug fix, and enhancement update), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHSA-2020:4694


Note You need to log in before you can comment on or make changes to this bug.