This commit is contained in:
parent
81dfdb708f
commit
5bc9886f4e
@ -1,7 +1,7 @@
|
|||||||
FROM bitnami/kubectl:1.30.4
|
FROM bitnami/kubectl:1.30.4
|
||||||
|
|
||||||
USER root
|
USER root
|
||||||
RUN wget https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 -O - | bash
|
RUN "wget https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 -O - | bash"
|
||||||
RUN useradd -m -u 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/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user