kustomize-ci/Dockerfile

5 lines
201 B
Text
Raw Normal View History

2024-09-07 01:20:57 +02:00
FROM alpine:3.20.3
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