Error: container has runAsNonRoot and image has non-numeric user (appuser), cannot verify user is non-root code example
Example: container has runAsNonRoot and image has non-numeric user
USER oracle --> USER 100 # change this in dockerfile
USER oracle --> USER 100 # change this in dockerfile