Skip to content
Snippets Groups Projects
Commit 34002737 authored by Andrew Newdigate's avatar Andrew Newdigate
Browse files

Merge branch 'renovate/googlecontainertools-kaniko-1.x' into 'main'

chore(deps): update dependency googlecontainertools/kaniko to v1.22.0

See merge request gitlab-com/gl-infra/common-ci-tasks!505
parents ceb6eb33 e3010d2b
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -5,7 +5,7 @@ variables:
GL_COMMON_CI_TASKS_DEFAULT_GITLEAKS_VERSION: "8.18.4" # datasource=github-releases depName=zricethezav/gitleaks
GL_COMMON_CI_TASKS_YAMLLINT_VERSION: "1.35.1" # datasource=github-tags depName=adrienverge/yamllint
GL_COMMON_CI_TASKS_HCLFMT_VERSION: "2.20.1" # datasource=github-tags depName=hashicorp/hcl
GL_COMMON_CI_TASKS_KANIKO_VERSION: "v1.19.2" # datasource=github-releases depName=GoogleContainerTools/kaniko
GL_COMMON_CI_TASKS_KANIKO_VERSION: "1.23.1" # datasource=github-releases depName=GoogleContainerTools/kaniko
GL_COMMON_CI_TASKS_CONTAINER_DIFF_VERSION: "0.19.0" # datasource=github-releases depName=GoogleContainerTools/container-diff
 
# These are versions used in the Renovate runner image
Loading
Loading
Loading
Loading
@@ -5,7 +5,7 @@ include:
 
.kaniko_base:
image:
name: gcr.io/kaniko-project/executor:${GL_COMMON_CI_TASKS_KANIKO_VERSION}-debug
name: gcr.io/kaniko-project/executor:v${GL_COMMON_CI_TASKS_KANIKO_VERSION}-debug
entrypoint: [""]
# Kaniko builds can be flaky, do retries
retry: 2
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment