dockerfiles
dockerfiles copied to clipboard
mysql-backup-s3: Container should not run as root
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).