Compare commits

...

1 commit
v1.1.0 ... main

Author SHA1 Message Date
dbb8da86cf
chore: update kaniko to v1.23.0, update crane to v0.19.1 2024-05-31 12:59:54 +02:00

View file

@ -1,4 +1,4 @@
FROM gcr.io/kaniko-project/executor:v1.21.0-debug FROM gcr.io/kaniko-project/executor:v1.23.0-debug
SHELL ["/busybox/sh", "-c"] SHELL ["/busybox/sh", "-c"]
@ -6,12 +6,12 @@ SHELL ["/busybox/sh", "-c"]
RUN set -eux; \ RUN set -eux; \
case "$(arch)" in \ case "$(arch)" in \
'x86_64') \ 'x86_64') \
url='https://github.com/google/go-containerregistry/releases/download/v0.19.0/go-containerregistry_Linux_x86_64.tar.gz'; \ url='https://github.com/google/go-containerregistry/releases/download/v0.19.1/go-containerregistry_Linux_x86_64.tar.gz'; \
sha256='daa629648e1d1d10fc8bde5e6ce4176cbc0cd48a32211b28c3fd806e0fa5f29b'; \ sha256='5f2b43c32a901adaaabaa78755d56cea71183954de7547cb4c4bc64b9ac6b2ff'; \
;; \ ;; \
'aarch64') \ 'aarch64') \
url='https://github.com/google/go-containerregistry/releases/download/v0.19.0/go-containerregistry_Linux_arm64.tar.gz'; \ url='https://github.com/google/go-containerregistry/releases/download/v0.19.1/go-containerregistry_Linux_arm64.tar.gz'; \
sha256='d439957c1a9d6bc0870be921e25753a7fa67bf2b2691b77ce48a6fc25bc719a0'; \ sha256='9118c29cdf2197441c4a934cf517df76c021ba12a70edc14ee9dc4dc08226680'; \
;; \ ;; \
*) echo >&2 "error: unsupported architecture '$arch' (likely packaging update needed)"; exit 1 ;; \ *) echo >&2 "error: unsupported architecture '$arch' (likely packaging update needed)"; exit 1 ;; \
esac; \ esac; \