Bug 1992591
Summary: | 2 different oc binaries are used in the `cli-artifacts` image | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Christophe Fergeau <cfergeau> |
Component: | oc | Assignee: | Maciej Szulik <maszulik> |
Status: | CLOSED ERRATA | QA Contact: | zhou ying <yinzhou> |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | 4.8 | CC: | aos-bugs, jokerman, maszulik, mfojtik |
Target Milestone: | --- | ||
Target Release: | 4.9.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | No Doc Update | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2021-10-18 17:45:51 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
Christophe Fergeau
2021-08-11 11:38:01 UTC
Confirmed , can't reproduce the issue now: [root@localhost ~]# oc adm release info registry.ci.openshift.org/ocp/release:4.9.0-0.nightly-2021-09-15-125245 --pullspecs |grep cli cli quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:4b819490f66e1cfe523a62f67eb3020afd758a03462f1cf7482e46a90d80033e cli-artifacts quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:cb20322b5b51925470ed436e247d844a6e3505a864038e6c909c023d0511af4b [root@localhost ~]# podman pull quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:cb20322b5b51925470ed436e247d844a6e3505a864038e6c909c023d0511af4b Trying to pull quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:cb20322b5b51925470ed436e247d844a6e3505a864038e6c909c023d0511af4b... [root@localhost ~]# podman run -it --rm --entrypoint=sha256sum a5efac45ec4c /usr/share/openshift/linux_amd64/oc 4adcff5b39348e632c75c3823ee5ca77473258fad1d78ba4816bc40b74c72b3f /usr/share/openshift/linux_amd64/oc [root@localhost ~]# podman run -it --rm --entrypoint=sha256sum a5efac45ec4c /usr/bin/oc 4adcff5b39348e632c75c3823ee5ca77473258fad1d78ba4816bc40b74c72b3f /usr/bin/oc 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 (Moderate: OpenShift Container Platform 4.9.0 bug fix and security update), 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-2021:3759 |