diff --git a/.devcontainer/ubuntu_20.04_12/devcontainer.json b/.devcontainer/ubuntu_20.04_12/devcontainer.json index d7ab8d12f..5926424d3 100644 --- a/.devcontainer/ubuntu_20.04_12/devcontainer.json +++ b/.devcontainer/ubuntu_20.04_12/devcontainer.json @@ -9,6 +9,9 @@ "ghcr.io/devcontainers/features/python": { "version": "3.11" }, + "ghcr.io/devcontainers/features/sshd:1": { + "version": "latest" + }, // Switch to the "official" version as soon as // https://github.com/devcontainers-community/features-cmake/pull/2 // merged diff --git a/.devcontainer/ubuntu_22.04_13/devcontainer.json b/.devcontainer/ubuntu_22.04_13/devcontainer.json index 761614543..b2a9de7b6 100644 --- a/.devcontainer/ubuntu_22.04_13/devcontainer.json +++ b/.devcontainer/ubuntu_22.04_13/devcontainer.json @@ -9,6 +9,9 @@ "ghcr.io/devcontainers/features/python": { "version": "3.11" }, + "ghcr.io/devcontainers/features/sshd:1": { + "version": "latest" + }, // Switch to the "official" version as soon as // https://github.com/devcontainers-community/features-cmake/pull/2 // merged diff --git a/.devcontainer/ubuntu_22.04_14/devcontainer.json b/.devcontainer/ubuntu_22.04_14/devcontainer.json index 33f34653c..7ae580b41 100644 --- a/.devcontainer/ubuntu_22.04_14/devcontainer.json +++ b/.devcontainer/ubuntu_22.04_14/devcontainer.json @@ -9,6 +9,9 @@ "ghcr.io/devcontainers/features/python": { "version": "3.11" }, + "ghcr.io/devcontainers/features/sshd:1": { + "version": "latest" + }, // Switch to the "official" version as soon as // https://github.com/devcontainers-community/features-cmake/pull/2 // merged diff --git a/.devcontainer/ubuntu_22.04_15/devcontainer.json b/.devcontainer/ubuntu_22.04_15/devcontainer.json index 9d769f97e..36d8c3820 100644 --- a/.devcontainer/ubuntu_22.04_15/devcontainer.json +++ b/.devcontainer/ubuntu_22.04_15/devcontainer.json @@ -9,6 +9,9 @@ "ghcr.io/devcontainers/features/python": { "version": "3.11" }, + "ghcr.io/devcontainers/features/sshd:1": { + "version": "latest" + }, // Switch to the "official" version as soon as // https://github.com/devcontainers-community/features-cmake/pull/2 // merged diff --git a/.devcontainer/ubuntu_24.04_14/devcontainer.json b/.devcontainer/ubuntu_24.04_14/devcontainer.json index 54e2671da..b095e4a7a 100644 --- a/.devcontainer/ubuntu_24.04_14/devcontainer.json +++ b/.devcontainer/ubuntu_24.04_14/devcontainer.json @@ -9,6 +9,9 @@ "ghcr.io/devcontainers/features/python": { "version": "3.11" }, + "ghcr.io/devcontainers/features/sshd:1": { + "version": "latest" + }, // Switch to the "official" version as soon as // https://github.com/devcontainers-community/features-cmake/pull/2 // merged diff --git a/.devcontainer/ubuntu_24.04_15/devcontainer.json b/.devcontainer/ubuntu_24.04_15/devcontainer.json index e7fc2a01f..3b1094150 100644 --- a/.devcontainer/ubuntu_24.04_15/devcontainer.json +++ b/.devcontainer/ubuntu_24.04_15/devcontainer.json @@ -9,6 +9,9 @@ "ghcr.io/devcontainers/features/python": { "version": "3.11" }, + "ghcr.io/devcontainers/features/sshd:1": { + "version": "latest" + }, // Switch to the "official" version as soon as // https://github.com/devcontainers-community/features-cmake/pull/2 // merged diff --git a/.devcontainer/ubuntu_24.04_16/devcontainer.json b/.devcontainer/ubuntu_24.04_16/devcontainer.json index d73e58efd..9d17eea13 100644 --- a/.devcontainer/ubuntu_24.04_16/devcontainer.json +++ b/.devcontainer/ubuntu_24.04_16/devcontainer.json @@ -9,6 +9,9 @@ "ghcr.io/devcontainers/features/python": { "version": "3.11" }, + "ghcr.io/devcontainers/features/sshd:1": { + "version": "latest" + }, // Switch to the "official" version as soon as // https://github.com/devcontainers-community/features-cmake/pull/2 // merged diff --git a/.devcontainer/ubuntu_24.04_17/devcontainer.json b/.devcontainer/ubuntu_24.04_17/devcontainer.json index a01d4dbb6..3c07537e6 100644 --- a/.devcontainer/ubuntu_24.04_17/devcontainer.json +++ b/.devcontainer/ubuntu_24.04_17/devcontainer.json @@ -9,6 +9,9 @@ "ghcr.io/devcontainers/features/python": { "version": "3.11" }, + "ghcr.io/devcontainers/features/sshd:1": { + "version": "latest" + }, // Switch to the "official" version as soon as // https://github.com/devcontainers-community/features-cmake/pull/2 // merged diff --git a/.devcontainer/ubuntu_24.04_18/devcontainer.json b/.devcontainer/ubuntu_24.04_18/devcontainer.json index 658ff94fe..88f129582 100644 --- a/.devcontainer/ubuntu_24.04_18/devcontainer.json +++ b/.devcontainer/ubuntu_24.04_18/devcontainer.json @@ -9,6 +9,9 @@ "ghcr.io/devcontainers/features/python": { "version": "3.11" }, + "ghcr.io/devcontainers/features/sshd:1": { + "version": "latest" + }, // Switch to the "official" version as soon as // https://github.com/devcontainers-community/features-cmake/pull/2 // merged diff --git a/infrastructure/templates/devcontainers/ubuntu/devcontainer.json.mustache b/infrastructure/templates/devcontainers/ubuntu/devcontainer.json.mustache index 1935950c3..fb202cda8 100644 --- a/infrastructure/templates/devcontainers/ubuntu/devcontainer.json.mustache +++ b/infrastructure/templates/devcontainers/ubuntu/devcontainer.json.mustache @@ -9,6 +9,9 @@ "ghcr.io/devcontainers/features/python": { "version": "3.11" }, + "ghcr.io/devcontainers/features/sshd:1": { + "version": "latest" + }, // Switch to the "official" version as soon as // https://github.com/devcontainers-community/features-cmake/pull/2 // merged