summaryrefslogtreecommitdiff
path: root/.devcontainer
diff options
context:
space:
mode:
authorWouter Deconinck <wdconinc@gmail.com>2024-09-12 06:40:05 -0500
committerGitHub <noreply@github.com>2024-09-12 13:40:05 +0200
commit3fea1d67103a83d37c0d6eed9757ecc475746cbc (patch)
tree58ceb20cc28d2891f437fe9f525ffc5ed41b629d /.devcontainer
parent257ebce1083624ed77bc028650af4c4c1578a738 (diff)
downloadspack-3fea1d67103a83d37c0d6eed9757ecc475746cbc.tar.gz
spack-3fea1d67103a83d37c0d6eed9757ecc475746cbc.tar.bz2
spack-3fea1d67103a83d37c0d6eed9757ecc475746cbc.tar.xz
spack-3fea1d67103a83d37c0d6eed9757ecc475746cbc.zip
codespaces: add ubuntu22.04 (#46100)
Diffstat (limited to '.devcontainer')
-rw-r--r--.devcontainer/ubuntu20.04/devcontainer.json (renamed from .devcontainer/devcontainer.json)1
-rw-r--r--.devcontainer/ubuntu22.04/devcontainer.json5
2 files changed, 6 insertions, 0 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/ubuntu20.04/devcontainer.json
index ec4c2690b7..325e6e57fd 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/ubuntu20.04/devcontainer.json
@@ -1,4 +1,5 @@
{
+ "name": "Ubuntu 20.04",
"image": "ghcr.io/spack/ubuntu20.04-runner-amd64-gcc-11.4:2023.08.01",
"postCreateCommand": "./.devcontainer/postCreateCommand.sh"
}
diff --git a/.devcontainer/ubuntu22.04/devcontainer.json b/.devcontainer/ubuntu22.04/devcontainer.json
new file mode 100644
index 0000000000..c4b5d24302
--- /dev/null
+++ b/.devcontainer/ubuntu22.04/devcontainer.json
@@ -0,0 +1,5 @@
+{
+ "name": "Ubuntu 22.04",
+ "image": "ghcr.io/spack/ubuntu-22.04:v2024-05-07",
+ "postCreateCommand": "./.devcontainer/postCreateCommand.sh"
+}