From 4220df2b0a516935ba1d0c8452ad2976586668b7 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Wed, 29 May 2024 18:54:57 +0200 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=94=A7=20Update=20supported=20Ubuntu?= =?UTF-8?q?=20versions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 54d0f7c..326d7ea 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,7 @@ build: parallel: matrix: - - UBUNTU_VERSION: [trusty, xenial, bionic, focal, jammy, lunar] + - UBUNTU_VERSION: [trusty, xenial, bionic, focal, jammy, mantic, noble] rules: - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_PIPELINE_SOURCE == "schedule" From a118fe3d3bc570e5c0cae0aac958f81eecebb59a Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Wed, 29 May 2024 18:57:04 +0200 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=94=A7=20Update=20kniko=20executor=20?= =?UTF-8?q?version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 326d7ea..0bdf1dd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ build: stage: build image: - name: gcr.io/kaniko-project/executor:v1.13.0-debug + name: gcr.io/kaniko-project/executor:v1.23.0-debug entrypoint: [""] script: