Bug 1366599
| Summary: | Image List shows "Unknown image source" for images | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | John Prause <jprause> | ||||
| Component: | UI - OPS | Assignee: | Zohar Gal-Or <zgalor> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Einat Pacifici <epacific> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 5.6.0 | CC: | cpelland, dajohnso, dron, fsimonce, hkataria, jhardy, mpovolny, mtayer, obarenbo, simaishi | ||||
| Target Milestone: | GA | Keywords: | ZStream | ||||
| Target Release: | 5.6.2 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | container | ||||||
| Fixed In Version: | 5.6.2.0 | Doc Type: | If docs needed, set a value | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | 1365878 | Environment: | |||||
| Last Closed: | 2016-10-04 14:30:51 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | 1365878 | ||||||
| Bug Blocks: | |||||||
| Attachments: | 
            
  | 
      ||||||
This is not a bug. In some cases the image name is missing a registry and the list will still show "Unknown Image Source". For example "openshift3/ose-docker-registry:v3.2.1.15". Image parser recognizes "openshift3/ose-docker-registry" as name and "v3.2.1.15" as tag, but there is no registry. In order to find the registry, the parser looks for "." before the first "/". like in "docker.io/openshift/image-inspector:2.0". Registry will be "docker.io". Before the fix the parser failed to recognize registries with more than one "." like "registry.access.redhat.com/openshift3/metrics-cassandra:3.2.1". Now, after the fix (as we can see in the screenshot) this image registry is parsed correctly to "registry.access.redhat.com". Hope this clarifies use cases. Verified. 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://rhn.redhat.com/errata/RHSA-2016-1996.html  | 
Created attachment 1204484 [details] List showning unknown image source Assigned. Still seeing Unknown Image source.