Hiroyuki Kaneko
Results
2
issues of
Hiroyuki Kaneko
Changes as follows: - Give permissions to the root group - Set USER as 1001 (non-root user) I confirmed the container works with restricted SCC on an OpenShift environment. #15
If the service doesn't require privileges, it is a good way to use `USER` to change to non-root user(1). That makes easy to run on Kubernetes and OpenShift(2). (1) https://docs.docker.com/develop/develop-images/dockerfile_best-practices/...