From 339a6370dd893f92677799f7e4b9248c7b7013e4 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 30 Nov 2023 00:03:21 +0000 Subject: [PATCH] chore(deps): update gcr.io/kaniko-project/executor docker tag to v1.19.0 --- ci/cloudbuild.yaml | 2 +- cloud-run-hello-world/cloudbuild.yaml | 2 +- getting-started/gke/cloudbuild.yaml | 2 +- populate-bucket/cloudbuild.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ci/cloudbuild.yaml b/ci/cloudbuild.yaml index bdd2b2e..40566df 100644 --- a/ci/cloudbuild.yaml +++ b/ci/cloudbuild.yaml @@ -23,7 +23,7 @@ substitutions: steps: # Create a container will all the development tools - - name: 'gcr.io/kaniko-project/executor:v1.18.0' + - name: 'gcr.io/kaniko-project/executor:v1.19.0' args: [ "--context=dir:///workspace/", "--dockerfile=ci/devtools.Dockerfile", diff --git a/cloud-run-hello-world/cloudbuild.yaml b/cloud-run-hello-world/cloudbuild.yaml index fb99fd4..651d992 100644 --- a/cloud-run-hello-world/cloudbuild.yaml +++ b/cloud-run-hello-world/cloudbuild.yaml @@ -21,7 +21,7 @@ substitutions: steps: # Create a container, use Kaniko to cache the temporary results. - - name: 'gcr.io/kaniko-project/executor:v1.18.0' + - name: 'gcr.io/kaniko-project/executor:v1.19.0' args: [ # Using a substitution here allows us to call this script from # the top-level directory, as Cloud Build does. diff --git a/getting-started/gke/cloudbuild.yaml b/getting-started/gke/cloudbuild.yaml index 5163565..6de057c 100644 --- a/getting-started/gke/cloudbuild.yaml +++ b/getting-started/gke/cloudbuild.yaml @@ -20,7 +20,7 @@ substitutions: _CONTEXT: 'dir:///workspace/' steps: - - name: 'gcr.io/kaniko-project/executor:v1.18.0' + - name: 'gcr.io/kaniko-project/executor:v1.19.0' args: [ # Using a substitution here allows us to call this script from # the top-level directory, as Cloud Build does. diff --git a/populate-bucket/cloudbuild.yaml b/populate-bucket/cloudbuild.yaml index fdd2add..c886236 100644 --- a/populate-bucket/cloudbuild.yaml +++ b/populate-bucket/cloudbuild.yaml @@ -20,7 +20,7 @@ substitutions: _CONTEXT: 'dir:///workspace/' steps: - - name: 'gcr.io/kaniko-project/executor:v1.18.0' + - name: 'gcr.io/kaniko-project/executor:v1.19.0' args: [ # Using a substitution here allows us to call this script from # the top-level directory, as Cloud Build does.