From 34b69979a2222f5f35a33e1371e0de4ca75fd950 Mon Sep 17 00:00:00 2001 From: battye Date: Thu, 25 Sep 2025 15:41:19 +0200 Subject: [PATCH] [ticket/17544] Changes from review PHPBB-17544 --- .devcontainer/customisations-team/devcontainer.json | 2 +- .devcontainer/customisations-team/setup.sh | 10 +++------- .devcontainer/development-team/devcontainer.json | 2 +- .devcontainer/development-team/setup.sh | 8 ++------ 4 files changed, 7 insertions(+), 15 deletions(-) diff --git a/.devcontainer/customisations-team/devcontainer.json b/.devcontainer/customisations-team/devcontainer.json index 5a0803656e..1e418d5242 100644 --- a/.devcontainer/customisations-team/devcontainer.json +++ b/.devcontainer/customisations-team/devcontainer.json @@ -5,7 +5,7 @@ "build": { "dockerfile": "../Dockerfile", "args": { - "VARIANT": "ubuntu-22.04" + "VARIANT": "ubuntu-24.04" } }, diff --git a/.devcontainer/customisations-team/setup.sh b/.devcontainer/customisations-team/setup.sh index 5511a2eb54..a29d5681b6 100644 --- a/.devcontainer/customisations-team/setup.sh +++ b/.devcontainer/customisations-team/setup.sh @@ -10,10 +10,6 @@ sudo service mysql start echo "[Codespaces] Start Apache" sudo apache2ctl start -# Add SSH key -# echo "[Codespaces] Add SSH key" -# echo "$SSH_KEY" > /home/vscode/.ssh/id_rsa && chmod 600 /home/vscode/.ssh/id_rsa - # Create a MySQL user to use echo "[Codespaces] Create MySQL user" sudo mysql -u root< /home/vscode/.ssh/id_rsa && chmod 600 /home/vscode/.ssh/id_rsa - # Create a MySQL user to use echo "[Codespaces] Create MySQL user" sudo mysql -u root<