docker-kube-node-tools/Dockerfile
James Andariese 47fa32878b
All checks were successful
Github Actions Demo / Explore-Gitea-Actions (push) Successful in 27s
initial import
2024-03-11 10:27:22 -05:00

12 lines
139 B
Docker

ARG ALPINE=3.19
FROM alpine:${ALPINE}
RUN apk add \
yq \
jq \
kubectl \
util-linux \
bash \
--no-cache