kubernetes-up-and-running / kuard

Demo app for Kubernetes Up and Running book
Apache License 2.0
1.56k stars 535 forks source link

Switch to numeric USER lines to be supported by 'runAsNonRoot:true' (fixes issue #43) #44

Open ericsmalling opened 2 years ago

ericsmalling commented 2 years ago

Fixing #43 for k8s deployments where runAsNotRoot:true is required.

ericsmalling commented 2 years ago

Admittedly, this change assumes base image nobody UID and GID stay the same.

ericsmalling commented 2 years ago

Polite bump ;) @jbeda

ericsmalling commented 2 years ago

(rolled back package.json changes accidentally merged above)