[gimp/barthalion/update-kaniko] gitlab-ci: Update Kaniko to newer build
- From: Bartłomiej Piotrowski <bpiotrowski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/barthalion/update-kaniko] gitlab-ci: Update Kaniko to newer build
- Date: Sat, 12 Mar 2022 19:36:52 +0000 (UTC)
commit 19c384677c88dd317ece4790c91b526b13af5f54
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date: Sat Mar 12 20:35:32 2022 +0100
gitlab-ci: Update Kaniko to newer build
The debug and v1.8.0-debug tags appear to contain the previous release
which does not work correctly with cgroups v2-enabled runners. The
newer Kaniko should work fine.
.gitlab-ci.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 555cd1dfb6..34e6a57a30 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -64,7 +64,7 @@ build-image:
GIT_STRATEGY: none
cache: {}
image:
- name: gcr.io/kaniko-project/executor:debug
+ name: gcr.io/kaniko-project/executor:f38043ff593db001abc69567b05ae67f0b06ac56-debug
entrypoint: [""]
script:
- mkdir -p /kaniko/.docker
@@ -91,7 +91,7 @@ build-image-win64:
GIT_STRATEGY: none
cache: {}
image:
- name: gcr.io/kaniko-project/executor:debug
+ name: gcr.io/kaniko-project/executor:f38043ff593db001abc69567b05ae67f0b06ac56-debug
entrypoint: [""]
script:
- mkdir -p /kaniko/.docker
@@ -113,7 +113,7 @@ build-image-win32:
GIT_STRATEGY: none
cache: {}
image:
- name: gcr.io/kaniko-project/executor:debug
+ name: gcr.io/kaniko-project/executor:f38043ff593db001abc69567b05ae67f0b06ac56-debug
entrypoint: [""]
script:
- mkdir -p /kaniko/.docker
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]