Update Dockerfile
All checks were successful
Build docker container / Build image (push) Successful in 16s
All checks were successful
Build docker container / Build image (push) Successful in 16s
This commit is contained in:
parent
503fdd7503
commit
fa688b6a86
@ -7,8 +7,8 @@ RUN curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/
|
||||
RUN curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
|
||||
RUN wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/bin/yq
|
||||
RUN chmod +x /usr/bin/yq
|
||||
COPY createHelmYaml.sh /usr/local/bin/
|
||||
RUN chmod +x /usr/local/bin/createHelmYaml.sh
|
||||
COPY *.sh /usr/local/bin/
|
||||
RUN chmod +x /usr/local/bin/*.sh
|
||||
|
||||
USER root
|
||||
WORKDIR /root/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user