Bug 1475989
| Summary: | Cant list all images in the OCP internal registry with cluster-admin role. | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Ryan Howe <rhowe> |
| Component: | Image Registry | Assignee: | Michal Fojtik <mfojtik> |
| Status: | CLOSED NOTABUG | QA Contact: | ge liu <geliu> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 3.5.0 | CC: | aos-bugs, pweil |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| 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: | 2017-07-27 18:02:43 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: | |||
|
Description
Ryan Howe
2017-07-27 17:39:38 UTC
The /v2/_catalog endpoint is not implemented in the OpenShift integrated registry. We are tracking this feature in trello: https://trello.com/c/AZINw5qI/964-8-registry-implement-catalog-api-call Please note that the catalog api specification allows a registry to fully control the output of the response so implementation is registry specific: https://docs.docker.com/registry/spec/api/#listing-repositories. An alternative here would be listing the imagestreams or, if you're trying to search, oc new-app --search may be an option: --search=false: Search all templates, image streams, and Docker images that match the arguments provided. |