improving and adding tests to the slim version
Some checks failed
Test Actions (self-test) / AMD64 - Build tiny multi-arch image (runner-full-amd64) (push) Failing after 2s
Test Actions (self-test) / AMD64 - Build tiny multi-arch image (runner-slim-amd64) (push) Failing after 4s
Test Actions (self-test) / AMD64 - Test Kubernetes actions (runner-full-amd64) (push) Failing after 2s
Test Actions (self-test) / AMD64 - Test SSH deploy action (runner-full-amd64) (push) Failing after 1s
Build and Push Runner Images / Build Full Runner Image (push) Successful in 10s
Test Actions (self-test) / AMD64 - Test Kubernetes actions (runner-slim-amd64) (push) Successful in 6s
Test Actions (self-test) / ARM64 - Build tiny multi-arch image (runner-full-arm64) (push) Failing after 23s
Test Actions (self-test) / ARM64 - Test Kubernetes actions (runner-full-arm64) (push) Failing after 26s
Build and Push Runner Images / Build Slim Runner Image (push) Successful in 29s
Test Actions (self-test) / ARM64 - Test SSH deploy action (runner-full-arm64) (push) Failing after 25s
Test Actions (self-test) / ARM64 - Build tiny multi-arch image (runner-slim-arm64) (push) Failing after 48s
Test Actions (self-test) / ARM64 - Test SSH deploy action (runner-slim-arm64) (push) Failing after 25s
Test Actions (self-test) / ARM64 - Test Kubernetes actions (runner-slim-arm64) (push) Failing after 1m0s
Test Actions (self-test) / AMD64 - Test SSH deploy action (runner-slim-amd64) (push) Failing after 7m7s

This commit is contained in:
2026-07-13 21:31:00 -03:00
parent 1dd3d9b85c
commit e77fd4075e
2 changed files with 191 additions and 10 deletions

View File

@@ -12,7 +12,8 @@ RUN apk add --no-cache \
ca-certificates \
tar \
gzip \
nodejs
nodejs \
docker-cli
# Download and install kubectl matching the target architecture
RUN KUBE_VER=$(curl -L -s https://dl.k8s.io/release/stable.txt) && \