kustomize-ci/Dockerfile

5 lines
201 B
Text
Raw Normal View History

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