kustomize-ci/Dockerfile

5 lines
204 B
Text
Raw Normal View History

2024-12-06 00:04:56 +01:00
FROM alpine:3.21.0
2024-09-24 21:08:22 +02:00
RUN apk add --no-cache git curl bash jq
2023-02-14 11:58:22 +01:00
RUN curl -s https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh | bash
RUN mv /kustomize /bin/kustomize