dockerfiles icon indicating copy to clipboard operation
dockerfiles copied to clipboard

mysql-backup-s3: Container should not run as root

Open acim opened this issue 5 years ago • 0 comments

I quickly looked at Dockerfile and used scripts and I think image should container a USER directive and run as non-root user. This is a security issue and would prevent the backup from running on clusters with PodSecurityPolicy (namely OpenShift).

acim avatar Apr 20 '20 16:04 acim