modifying the images
All checks were successful
Build and Push Runner Images / Build Slim Runner Image (push) Successful in 1m3s
Build and Push Runner Images / Build Full Runner Image (push) Successful in 5m15s

This commit is contained in:
2026-07-13 21:54:44 -03:00
parent e77fd4075e
commit dd95efc1a1
2 changed files with 24 additions and 2 deletions

View File

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