From 8bc46560bf201dc6919d6fb72f7880812d7ecc98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matteo=20Gm=C3=BCr?= Date: Sat, 26 Oct 2024 09:39:26 +0000 Subject: Add automatic fetching of newest image to devcontainer rebuild --- .devcontainer/x86-64/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.devcontainer') diff --git a/.devcontainer/x86-64/devcontainer.json b/.devcontainer/x86-64/devcontainer.json index 6899c4c..1eb5859 100644 --- a/.devcontainer/x86-64/devcontainer.json +++ b/.devcontainer/x86-64/devcontainer.json @@ -10,5 +10,6 @@ "zixuanwang.linkerscript" ] } - } + }, + "initializeCommand": "docker pull registry.gitlab.ost.ch:45023/teachos/devcontainers/x86-64:14.2.0", } -- cgit v1.2.3