Bug 1895093
Summary: | Dockerfile builds cannot change /etc/pki/ca-trust | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | OpenShift BugZilla Robot <openshift-bugzilla-robot> |
Component: | Build | Assignee: | Adam Kaplan <adam.kaplan> |
Status: | CLOSED ERRATA | QA Contact: | wewang <wewang> |
Severity: | urgent | Docs Contact: | Rolfe Dlugy-Hegwer <rdlugyhe> |
Priority: | unspecified | ||
Version: | 4.6 | CC: | aaleman, adam.kaplan, aos-bugs, bparees, gmontero, rdlugyhe, wking, wzheng |
Target Milestone: | --- | Keywords: | Regression |
Target Release: | 4.6.z | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
* Previously, Dockerfile builds could not change permissions of `/etc/pki/ca-trust` or create files inside it. This issue was caused by fixing link:https://bugzilla.redhat.com/show_bug.cgi?id=1826183[] in version 4.6, which added support for HTTPS proxies with CAs for builds and ALWAYS mounted `/etc/pki/ca-trust`. This prevented builds that included their own CAs or modified the system trust store from working correctly at runtime. The current release fixes this issue by reverting Bug 1826183. Now, builder images that include their own CAs work again.
(link:https://bugzilla.redhat.com/show_bug.cgi?id=1895093[*BZ#1895093*])
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2020-11-16 14:37:43 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: | 1891759 | ||
Bug Blocks: |
Description
OpenShift BugZilla Robot
2020-11-05 18:12:08 UTC
Verified in version: 4.6.0-0.nightly-2020-11-07-035509 ``` STEP 1: FROM registry.svc.ci.openshift.org/ocp/4.7:base STEP 2: RUN chmod a+w -R /etc/pki/ca-trust/extracted --> e416ed50a7b STEP 3: RUN ls -ld /etc/pki/ca-trust/extracted drwxrwxrwx. 1 root root 70 Sep 1 19:39 /etc/pki/ca-trust/extracted ``` 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 (OpenShift Container Platform 4.6.4 bug fix 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/RHBA-2020:4987 Replaced the doc text with the one from the "older sibling" clone. Published in the enterprise-4.7 OpenShift release notes. |