modified: .gitea/workflows/act-runner.docker.deploy.yml
All checks were successful
/ build-docker-image (push) Successful in 9s

renamed:    docker/act-runner_ansible/Dockerfile -> docker/act-runner-network-stack/Dockerfile
renamed:    docker/act-runner_ansible/docker-compose.yml -> docker/act-runner-network-stack/docker-compose.yml
This commit is contained in:
2025-11-16 22:54:45 +00:00
parent ea11b35bdd
commit 9dc5c8428c
3 changed files with 3 additions and 3 deletions

View File

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