Bug 1774642
| Summary: | `oc adm release extract --tools` fails on macOS | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Samuel Padgett <spadgett> |
| Component: | oc | Assignee: | Yaakov Selkowitz <yselkowi> |
| Status: | CLOSED ERRATA | QA Contact: | zhou ying <yinzhou> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.3.0 | CC: | aos-bugs, jforrest, jokerman, mfojtik, wking |
| Target Milestone: | --- | ||
| Target Release: | 4.3.0 | ||
| 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: | 2020-01-23 11:13:20 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: | |||
oc#171 is sufficient for this, oc#172 was an alternative and shouldn't block this bug getting verified. Can't reproduce the issue with latest oc client and payload: Zhous-MacBook-Pro:1125 zhouying$ oc version Client Version: openshift-clients-4.3.0-201910250623-68-g9d412f42 Zhous-MacBook-Pro:1125 zhouying$ oc adm release extract --tools registry.svc.ci.openshift.org/ocp/release:4.3.0-0.ci-2019-11-22-122829 Zhous-MacBook-Pro:1125 zhouying$ ll total 251152 -rwxr-xr-x 1 zhouying wheel 26M Nov 22 00:45 openshift-client-mac-4.3.0-0.ci-2019-11-22-122829.tar.gz -rwxr-xr-x 1 zhouying wheel 83M Nov 22 05:54 openshift-install-mac-4.3.0-0.ci-2019-11-22-122829.tar.gz -rw-r--r-- 1 zhouying wheel 18K Nov 26 16:49 release.txt -rw-r--r-- 1 zhouying wheel 325B Nov 26 16:49 sha256sum.txt 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/RHBA-2020:0062 |
This command fails on macOS: $ oc adm release extract --tools registry.svc.ci.openshift.org/ocp/release:4.3.0-0.ci-2019-11-20-121416 error: image did not contain usr/share/openshift/mac/oc Previous releases like registry.svc.ci.openshift.org/ocp/release:4.3.0-0.ci-2019-11-17-192542 seem OK. $ oc version Client Version: version.Info{Major:"4", Minor:"1+", GitVersion:"v4.1.0+b4261e0", GitCommit:"b4261e07ed", GitTreeState:"clean", BuildDate:"2019-07-06T03:16:01Z", GoVersion:"go1.12.6", Compiler:"gc", Platform:"darwin/amd64"} Server Version: version.Info{Major:"1", Minor:"16+", GitVersion:"v1.16.2", GitCommit:"c6489fd", GitTreeState:"clean", BuildDate:"2019-11-20T00:55:37Z", GoVersion:"go1.12.9", Compiler:"gc", Platform:"linux/amd64"}