kustomize-ci/Dockerfile

5 lines
207 B
Docker
Raw Normal View History

2023-06-16 02:33:34 +02:00
FROM amd64/alpine:3.18.2
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