Skip to content
Snippets Groups Projects
Commit d4e391e6 authored by Christof Kaufmann's avatar Christof Kaufmann
Browse files

Bump kaniko to 1.23.2

parent df027b1c
No related branches found
No related tags found
1 merge request!36Update code-server, install utils
......@@ -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:
......
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment