# SOURCE INTERNE STRICTE (Giteastry) FROM container.rym.local/mirror/alpine:3.19 # Outillage pré-installé dans le runner central RUN apk add --no-cache \ bash \ curl \ git \ python3 \ py3-pip \ docker-cli RUN pip install --no-cache-dir yamllint && \ curl -sSLo /usr/local/bin/kubectl "https://dl.k8s.io/release/v1.36.3/bin/linux/amd64/kubectl" && \ curl -sSLo /usr/local/bin/helm "https://get.helm.sh/helm-v3.14.0-linux-amd64.tar.gz" && \ chmod +x /usr/local/bin/kubectl