aboutsummaryrefslogtreecommitdiff
path: root/.devcontainer/x86-64
diff options
context:
space:
mode:
authorMatteo Gmür <matteo.gmuer1@ost.ch>2024-10-26 09:39:26 +0000
committerMatteo Gmür <matteo.gmuer1@ost.ch>2024-10-26 09:39:26 +0000
commit8bc46560bf201dc6919d6fb72f7880812d7ecc98 (patch)
treeff6c55ec291b105d7816e6a6a5473a2991f99ae0 /.devcontainer/x86-64
parente56964da2dd54e598d3a7fca20fc0071f32026a4 (diff)
downloadteachos-8bc46560bf201dc6919d6fb72f7880812d7ecc98.tar.xz
teachos-8bc46560bf201dc6919d6fb72f7880812d7ecc98.zip
Add automatic fetching of newest image to devcontainer rebuild
Diffstat (limited to '.devcontainer/x86-64')
-rw-r--r--.devcontainer/x86-64/devcontainer.json3
1 files changed, 2 insertions, 1 deletions
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",
}