4 Commits
v1.1.0 ... v1

Author SHA1 Message Date
ThetaDev
e528090290 chore: update crane to v0.20.6 2025-07-20 01:46:38 +02:00
ThetaDev
71f14860d8 chore: update kaniko to v1.24.0 2025-07-20 01:37:59 +02:00
ThetaDev
4be1d51afa update action URL 2025-03-22 15:16:54 +01:00
ThetaDev
dbb8da86cf chore: update kaniko to v1.23.0, update crane to v0.19.1 2024-05-31 12:59:54 +02:00
2 changed files with 6 additions and 6 deletions

View File

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

View File

@@ -15,7 +15,7 @@ Viscreanu.
```yaml
steps:
- name: Build docker image
uses: https://code.thetadev.de/ThetaDev/action-kaniko@v1
uses: https://code.thetadev.de/actions/kaniko@v1
with:
image: thetadev256/test-actions-helloworld2
username: thetadev256