Bug 1507784
Summary: | [atomic registry] Repository column shows unknown for any images | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Xingxing Xia <xxia> | ||||||
Component: | Registry Console | Assignee: | Martin Pitt <mpitt> | ||||||
Status: | CLOSED DEFERRED | QA Contact: | Yadan Pei <yapei> | ||||||
Severity: | low | Docs Contact: | |||||||
Priority: | medium | ||||||||
Version: | 3.7.0 | CC: | aos-bugs, yapei | ||||||
Target Milestone: | --- | Keywords: | Reopened | ||||||
Target Release: | 3.9.z | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2019-11-20 19:07:29 UTC | Type: | Bug | ||||||
Regression: | --- | Mount Type: | --- | ||||||
Documentation: | --- | CRM: | |||||||
Verified Versions: | Category: | --- | |||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||
Embargoed: | |||||||||
Attachments: |
|
*** This bug has been marked as a duplicate of bug 1507460 *** At the time closing this, it was thought this bug and the other bug are irrelevant (see next paragraph), the closing deserves check again after the other bug is verified. Now bug 1507460 is verified in cockpit 155, but check again this bug, this bug still happens. Reopening and the severity could be lower Are you seeing the same behavior in the openshift webconsole? Looks like the field we and the openshift console were using has been depreciated. https://github.com/openshift/origin/pull/16181/commits/856dfa1793c4aee02cdd33ca08c52728cfdca09c Guess we need to re-figure the design as there is no 1-1 replacement. Created attachment 1351784 [details]
3.7 openshift console images page column.png
As of latest v3.7, openshift console has a corresponding column "Docker Repo", see attachment
Maybe need re-figure when depreciated in future
You are right, this isn't depreciated yet. Fixing upstream here: https://github.com/cockpit-project/registry-image-widgets/pull/13 Checked in latest 3.9 env with reg-aws openshift3/registry-console:v3.9.0-0.23.0 (image id ca8fc61eb1fa, cockpit 155), "Repository" column still shows "unknown". Seems the fix does not come in latest registry-console image? OCP 3.6-3.10 is no longer on full support [1]. Marking CLOSED DEFERRED. If you have a customer case with a support exception or have reproduced on 3.11+, please reopen and include those details. When reopening, please set the Target Release to the appropriate version where needed. [1]: https://access.redhat.com/support/policy/updates/openshift |
Created attachment 1345776 [details] repository column Description of problem: In registry console "Images" page, "Repository" column shows "unknown" for any images Version-Release number of selected component (if applicable): openshift v3.7.0-0.184.0 registry.reg-aws.../openshift3/registry-console:v3.7 (cockpit version 151) How reproducible: Always Steps to Reproduce: 1. In registry console, create project 2. Create image stream by setting "Pull from" openshift/hello-openshift 3. In "Images" page, check "Repository" column for the image stream 4. Create empty image stream, push image to it by `docker tag/push ...`, check step 3 for the pushed image Actual results: 3 and 4: "Repository" column shows "unknown", no matter the image is made via pulled or pushed, see attachment Expected results: 3 and 4: "Repository" column should show proper value Additional info: