diff options
| author | Matteo Gmür <matteo.gmuer1@ost.ch> | 2024-10-26 09:39:26 +0000 |
|---|---|---|
| committer | Matteo Gmür <matteo.gmuer1@ost.ch> | 2024-10-26 09:39:26 +0000 |
| commit | 8bc46560bf201dc6919d6fb72f7880812d7ecc98 (patch) | |
| tree | ff6c55ec291b105d7816e6a6a5473a2991f99ae0 | |
| parent | e56964da2dd54e598d3a7fca20fc0071f32026a4 (diff) | |
| download | teachos-8bc46560bf201dc6919d6fb72f7880812d7ecc98.tar.xz teachos-8bc46560bf201dc6919d6fb72f7880812d7ecc98.zip | |
Add automatic fetching of newest image to devcontainer rebuild
| -rw-r--r-- | .devcontainer/x86-64/devcontainer.json | 3 |
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", } |
