This commit is contained in:
commit
5a0c043799
4 changed files with 52 additions and 0 deletions
4
Dockerfile
Normal file
4
Dockerfile
Normal file
|
@ -0,0 +1,4 @@
|
|||
FROM alpine:3.17.1
|
||||
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
|
Loading…
Add table
Add a link
Reference in a new issue