From d4e391e6f24fca7a5f9cbf530dd88725e43581e1 Mon Sep 17 00:00:00 2001 From: Christof Kaufmann <christof.kaufmann@hs-bochum.de> Date: Tue, 19 Nov 2024 09:09:02 +0100 Subject: [PATCH] Bump kaniko to 1.23.2 --- .gitlab-ci.yml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e3431f2..88b16d3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ variables: default: image: - name: gcr.io/kaniko-project/executor:v1.22.0-debug + name: gcr.io/kaniko-project/executor:v1.23.2-debug entrypoint: [""] tfcpu.image: diff --git a/README.md b/README.md index 34ec9b5..ec2b926 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ Pushing to docker hub is done from CI/CD automatically when the Dockerfile chang cd tensorflow-cpu-with-vscode docker run \ -v .:/workspace \ - gcr.io/kaniko-project/executor:v1.22.0-debug \ + gcr.io/kaniko-project/executor:v1.23.2-debug \ --context dir:///workspace/ \ --dockerfile /workspace/Dockerfile \ --no-push \ @@ -153,7 +153,7 @@ cd tensorflow-gpu-with-vscode cd keras3-gpu docker run \ -v ".:/workspace" \ - gcr.io/kaniko-project/executor:v1.22.0-debug \ + gcr.io/kaniko-project/executor:v1.23.2-debug \ --context dir:///workspace/ \ --dockerfile /workspace/Dockerfile \ --no-push \ -- GitLab