Bug 1709985
Summary: | [4.1.z] Builds fail to commit/push if registries are whitelisted | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Adam Kaplan <adam.kaplan> |
Component: | Build | Assignee: | Adam Kaplan <adam.kaplan> |
Status: | CLOSED ERRATA | QA Contact: | Wenjing Zheng <wzheng> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 4.1.0 | CC: | adam.kaplan, aos-bugs, nalin, vzharov, wewang, wzheng, xtian |
Target Milestone: | --- | ||
Target Release: | 4.1.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | No Doc Update | |
Doc Text: | Story Points: | --- | |
Clone Of: | 1709945 | Environment: | |
Last Closed: | 2019-06-04 10:48:48 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Bug Depends On: | 1709945 | ||
Bug Blocks: |
Description
Adam Kaplan
2019-05-14 17:15:41 UTC
release-4.1 PR: https://github.com/openshift/builder/pull/73 Verified on 4.1.0-0.nightly-2019-05-16-001402, build can succeed after making below change to images.config.openshift.io: spec: allowedRegistriesForImport: - domainName: registry.redhat.io insecure: false - domainName: quay.io insecure: false - domainName: registry.access.redhat.com insecure: false registrySources: allowedRegistries: - registry.redhat.io - registry.access.redhat.com - image-registry.openshift-image-registry.svc:5000 - quay.io *** Bug 1709945 has been marked as a duplicate of this bug. *** 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-2019:0758 |