Bug 1847456
Summary: | Dockerfile.rhel7 fails ART builds | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Tomáš Nožička <tnozicka> |
Component: | config-operator | Assignee: | Tomáš Nožička <tnozicka> |
Status: | CLOSED ERRATA | QA Contact: | Ke Wang <kewang> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 4.5 | CC: | aos-bugs, xxia |
Target Milestone: | --- | ||
Target Release: | 4.5.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | No Doc Update | |
Doc Text: | Story Points: | --- | |
Clone Of: | 1847455 | Environment: | |
Last Closed: | 2020-07-13 17:44:18 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: | 1847455 | ||
Bug Blocks: | 1847457 |
Description
Tomáš Nožička
2020-06-16 12:15:21 UTC
Since this is a typo, just check if the related PR was merged in latest OCP 4.5 payload, $ oc adm release info --commits registry.svc.ci.openshift.org/ocp/release:4.5.0-0.nightly-2020-06-17-234944 | grep cluster-config-operator cluster-config-operator https://github.com/openshift/cluster-config-operator 018af1c260c626689c6a472eeb483520ef54b3d1 $ git log --date local --pretty="%h %an %cd - %s" 018af1c26 | grep '#137' Nothing found. Waiting for the next payload. $ oc adm release info --commits registry.svc.ci.openshift.org/ocp/release:4.5.0-0.nightly-2020-06-19-024326 | grep cluster-config-operator cluster-config-operator https://github.com/openshift/cluster-config-operator d841cead04a9dfb828cb82e01383e8e3e3d13a6b $ git log --date local --pretty="%h %an %cd - %s" d841cead | grep '#137' d841cead OpenShift Merge Robot Wed Jun 17 15:27:33 2020 - Merge pull request #137 from tnozicka/fix-dockerfiles-4.5 Related PR has been merged into latest payload, move the bug 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://access.redhat.com/errata/RHBA-2020:2409 |