Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
Red Hat Satellite engineering is moving the tracking of its product development work on Satellite 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 "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. 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 "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-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.
Description of problem:
[root@zzzz yum.repos.d]# hammer -u admin -p changeme docker image info --id c6ec22dd-3f41-4a6e-8a70-d3421101faf2
/usr/lib/ruby/gems/1.8/gems/hammer_cli-0.1.4/lib/hammer_cli/./apipie/../abstract.rb:68: warning: already initialized constant DEFAULT_LABEL_INDENT
ID: c6ec22dd-3f41-4a6e-8a70-d3421101faf2
Image ID: 6cece30db4f924da43969a12fdf47492ada22b372a0968d6ca8b71d25876629f
Size: 360271936
Tags:
1) Repository ID: 7
Tag:
2) Repository ID: 7
Tag:
Version-Release number of selected component (if applicable):
Beta-snap1-compose3
How reproducible:
always
Steps to Reproduce:
1. create a docker repo and sync few iamges
2. use 'hammer -u admin -p changeme docker image info --id c6ec22dd-3f41-4a6e-8a70-d3421101faf2' to display the image info.
3. Notice no, tags information is displayed.
Actual results:
No tags information is displayed.
Expected results:
Tag information should be displayed
Additional info:
Comment 1RHEL Program Management
2015-02-06 12:03:41 UTC
Since this issue was entered in Red Hat Bugzilla, the release flag has been
set to ? to ensure that it is properly evaluated for this release.
Comment 2RHEL Program Management
2015-02-06 12:33:19 UTC
Since this issue was entered in Red Hat Bugzilla, the release flag has been
set to ? to ensure that it is properly evaluated for this release.
So some tag information is displayed (like repo id) but now the tag name should be showing. EG:
ID: c6ec22dd-3f41-4a6e-8a70-d3421101faf2
Image ID: 6cece30db4f924da43969a12fdf47492ada22b372a0968d6ca8b71d25876629f
Size: 360271936
Tags:
1) Repository ID: 7
Tag: latest
2) Repository ID: 7
Tag: 2.1
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, 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-2015:1592
Description of problem: [root@zzzz yum.repos.d]# hammer -u admin -p changeme docker image info --id c6ec22dd-3f41-4a6e-8a70-d3421101faf2 /usr/lib/ruby/gems/1.8/gems/hammer_cli-0.1.4/lib/hammer_cli/./apipie/../abstract.rb:68: warning: already initialized constant DEFAULT_LABEL_INDENT ID: c6ec22dd-3f41-4a6e-8a70-d3421101faf2 Image ID: 6cece30db4f924da43969a12fdf47492ada22b372a0968d6ca8b71d25876629f Size: 360271936 Tags: 1) Repository ID: 7 Tag: 2) Repository ID: 7 Tag: Version-Release number of selected component (if applicable): Beta-snap1-compose3 How reproducible: always Steps to Reproduce: 1. create a docker repo and sync few iamges 2. use 'hammer -u admin -p changeme docker image info --id c6ec22dd-3f41-4a6e-8a70-d3421101faf2' to display the image info. 3. Notice no, tags information is displayed. Actual results: No tags information is displayed. Expected results: Tag information should be displayed Additional info: