custom_act_runner/Dockerfile
ties b006253888
Some checks failed
Build docker container / Build image (push) Failing after 7s
Update Dockerfile
2024-08-28 10:18:51 +00:00

9 lines
338 B
Docker

FROM bitnami/kubectl:1.30.4
USER root
RUN wget https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 -O get_helm.sh && chmod +x get_helm.sh && ./get_helm.sh && rm get_helm.sh
RUN useradd -m -u 1001 -o -s /bin/bash notroot
USER notroot
COPY createHelmYaml.sh /usr/local/bin/
ENTRYPOINT bash /usr/local/bin/createHelmYaml.sh