Update Dockerfile
All checks were successful
Build docker container / Build image (push) Successful in 13s

This commit is contained in:
ties 2024-08-27 11:12:04 +00:00
parent 71ece28773
commit e31221236b

View File

@ -1,7 +1,7 @@
FROM bitnami/kubectl:1.30.4 FROM bitnami/kubectl:1.30.4
USER root 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 USER notroot
COPY createHelmYaml.sh /usr/local/bin/ COPY createHelmYaml.sh /usr/local/bin/