From 26e09c5ffecc109e739d8592367f3545f0afef35 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Sun, 3 Nov 2024 21:28:10 +0100 Subject: [PATCH] fix(devcontainer): version pin devcontainer --- .devcontainer/devcontainer.json | 4 ++-- .../generic/root/DOTREPLACEdevcontainer/devcontainer.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 5cee465925d76..7bb4035cf3cc4 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,8 +1,8 @@ { "$schema": "https://raw.githubusercontent.com/devcontainers/spec/main/schemas/devContainer.schema.json", "name": "ClusterTool Cluster", - "image": "tccr.io/tccr/devcontainer:latest", - "initializeCommand": "docker pull tccr.io/tccr/devcontainer:latest", + "image": "tccr.io/tccr/devcontainer:v1.0.0-RC24", + "initializeCommand": "docker pull tccr.io/tccr/devcontainer:v1.0.0-RC24", "postCreateCommand": { "setup": "bash ${containerWorkspaceFolder}/.devcontainer/postCreateCommand.sh" }, diff --git a/clustertool/embed/generic/root/DOTREPLACEdevcontainer/devcontainer.json b/clustertool/embed/generic/root/DOTREPLACEdevcontainer/devcontainer.json index 5225815b33ddf..e3ea1ec994502 100644 --- a/clustertool/embed/generic/root/DOTREPLACEdevcontainer/devcontainer.json +++ b/clustertool/embed/generic/root/DOTREPLACEdevcontainer/devcontainer.json @@ -1,8 +1,8 @@ { "$schema": "https://raw.githubusercontent.com/devcontainers/spec/main/schemas/devContainer.schema.json", "name": "TrueCharts", - "image": "tccr.io/tccr/devcontainer:latest", - "initializeCommand": "docker pull tccr.io/tccr/devcontainer:latest", + "image": "tccr.io/tccr/devcontainer:v1.0.0-RC24", + "initializeCommand": "docker pull tccr.io/tccr/devcontainer:v1.0.0-RC24", "postCreateCommand": { "setup": "bash ${containerWorkspaceFolder}/.devcontainer/postCreateCommand.sh" },