custom_act_runner/Dockerfile
ties 71ece28773
Some checks failed
Build docker container / Build image (push) Failing after 7s
Update Dockerfile
2024-08-27 11:11:20 +00:00

8 lines
195 B
Docker

FROM bitnami/kubectl:1.30.4
USER root
RUN useradd -m -u 1001 -g 1001 -o -s /bin/bash notroot
USER notroot
COPY createHelmYaml.sh /usr/local/bin/
ENTRYPOINT bash /usr/local/bin/createHelmYaml.sh