Use the latest kaniko.
All checks were successful
rust-test Build rust-test has succeeded
format Build format has succeeded
clippy Build clippy has succeeded
build Build build has succeeded

This commit is contained in:
Tom Alexander 2024-10-19 18:53:57 -04:00
parent bcdf441d77
commit e7b6dc9059
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
4 changed files with 4 additions and 4 deletions

View File

@ -87,7 +87,7 @@ spec:
- name: DOCKERFILE
value: $(params.path-to-dockerfile)
- name: BUILDER_IMAGE
value: "gcr.io/kaniko-project/executor:v1.12.1"
value: "gcr.io/kaniko-project/executor:v1.23.2"
- name: EXTRA_ARGS
value:
- "--destination=$(params.image-name)" # Also write the :latest image

View File

@ -87,7 +87,7 @@ spec:
- name: DOCKERFILE
value: $(params.path-to-dockerfile)
- name: BUILDER_IMAGE
value: "gcr.io/kaniko-project/executor:v1.12.1"
value: "gcr.io/kaniko-project/executor:v1.23.2"
- name: EXTRA_ARGS
value:
- "--target=$(params.target-name)"

View File

@ -87,7 +87,7 @@ spec:
- name: DOCKERFILE
value: $(params.path-to-dockerfile)
- name: BUILDER_IMAGE
value: "gcr.io/kaniko-project/executor:v1.12.1"
value: "gcr.io/kaniko-project/executor:v1.23.2"
- name: EXTRA_ARGS
value:
- "--target=$(params.target-name)"

View File

@ -87,7 +87,7 @@ spec:
- name: DOCKERFILE
value: $(params.path-to-dockerfile)
- name: BUILDER_IMAGE
value: "gcr.io/kaniko-project/executor:v1.12.1"
value: "gcr.io/kaniko-project/executor:v1.23.2"
- name: EXTRA_ARGS
value:
- "--target=$(params.target-name)"