kustomize-ci/Dockerfile

5 lines
204 B
Text
Raw Normal View History

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