Files
gitea/docker/act-runner-network-stack/Dockerfile
Márcio Fernandes 2f37fa6f8d
All checks were successful
/ build-docker-image (push) Successful in 49s
added envsubst to act runner
2025-11-22 03:55:52 +00:00

13 lines
422 B
Docker

FROM gitea/act_runner:0.2.13
RUN echo "build started.." && \
apk add --no-cache openssh-client curl ansible nodejs rclone rsync nodejs envsubst
#download latest stable version of kubectl
RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl
RUN chmod +x ./kubectl
RUN mv ./kubectl /usr/local/bin