docker-kube-node-tools/Dockerfile

12 lines
139 B
Docker
Raw Permalink Normal View History

2024-03-11 15:27:03 +00:00
ARG ALPINE=3.19
FROM alpine:${ALPINE}
RUN apk add \
yq \
jq \
kubectl \
util-linux \
bash \
--no-cache