moresandeep opened a new pull request, #1209: URL: https://github.com/apache/knox/pull/1209
[KNOX-3304](https://issues.apache.org/jira/browse/KNOX-3304) - Support for Openshift/SCC + Make docker entrypoint idempotent ## What changes were proposed in this pull request? The current docker image that is generated does not work with Openshift and ECS platform due to restrictions imposed by the platforms. Specifically, there are two requirements - The helm chart that installs Knox image should use an arbitrary `runAsUse`r - The helm chart should not have any `runAsGroup` and `fsUser` This PR addresses that problem by adding knox user to root group and adding knox artifacts to root user group. ## How was this patch tested? This patch was tested locally on a docker. ## Integration Tests N/A ## UI changes N/A -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
