Update Dockerfile
All checks were successful
Build docker container / Build image (push) Successful in 13s
All checks were successful
Build docker container / Build image (push) Successful in 13s
This commit is contained in:
parent
71ece28773
commit
e31221236b
@ -1,7 +1,7 @@
|
||||
FROM bitnami/kubectl:1.30.4
|
||||
|
||||
USER root
|
||||
RUN useradd -m -u 1001 -g 1001 -o -s /bin/bash notroot
|
||||
RUN useradd -m -u 1001 -o -s /bin/bash notroot
|
||||
USER notroot
|
||||
COPY createHelmYaml.sh /usr/local/bin/
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user