refactoring act-runner-network-stack, added action kubectl-setup
Some checks failed
/ build-docker-image (push) Failing after 8s

This commit is contained in:
2025-11-22 13:11:53 +00:00
parent 2f37fa6f8d
commit ce26f9df92
4 changed files with 113 additions and 17 deletions

View File

@@ -0,0 +1,11 @@
FROM gitea/act_runner:0.2.13
RUN echo "build started.." && \
apk add --no-cache openssh-client curl ansible nodejs rclone rsync nodejs envsubst
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