change build to local registry
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Aaron Riedel 2024-05-24 09:50:12 +02:00
parent eae7eae610
commit 9bff6b95ff
Signed by: aaron
GPG key ID: 643004654D40D577
3 changed files with 25 additions and 12 deletions

View file

@ -1,4 +1,4 @@
FROM amd64/alpine:3.20.0
FROM alpine:3.20.0
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