Bug 1480312
Summary: | Directory permissions are incorrect when using Image Source input | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Ben Parees <bparees> |
Component: | Build | Assignee: | Ben Parees <bparees> |
Status: | CLOSED ERRATA | QA Contact: | Wenjing Zheng <wzheng> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 3.7.0 | CC: | aos-bugs, bparees, dyan, wzheng |
Target Milestone: | --- | Keywords: | Regression |
Target Release: | 3.7.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
Cause: Permissions on directories injected as a build input via the image source input mechanism have user-only access permissions.
Consequence: The resulting application image cannot access the content when run as a random user id.
Fix: The directories will be injected with group permissions which will allow the container user to access the directories.
Result: The directories will be accessible at runtime as desired.
|
Story Points: | --- |
Clone Of: | 1479130 | Environment: | |
Last Closed: | 2017-11-28 22:07:08 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: | |||
Bug Depends On: | 1479130 | ||
Bug Blocks: |
Description
Ben Parees
2017-08-10 16:27:12 UTC
Commit pushed to master at https://github.com/openshift/origin https://github.com/openshift/origin/commit/144b7ad67751f59d3bf7d43aa4894d4891de92be bump(github.com/openshift/source-to-image): 06c9446cd6b580cbcb13a1489efcb3e943b470af https://bugzilla.redhat.com/show_bug.cgi?id=1480312 bug 1480312 Verified openshift v3.7.0-0.125.0 kubernetes v1.7.0+695f48a16f etcd 3.2.1 cannot reproduce 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/RHSA-2017:3188 |