Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/test-all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:
baseImage:
[
"ubuntu:jammy",
"debian:11",
"debian:12",
"mcr.microsoft.com/devcontainers/base:ubuntu",
"mcr.microsoft.com/devcontainers/base:debian",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-pr-arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
features: ${{ fromJSON(needs.detect-changes.outputs.features) }}
# NOTE: ubuntu:focal and debian:11 are excluded because they ship
# GLIBC 2.31, but PowerShell >= 7.6.0 requires GLIBC 2.33+ on arm64.
# ubuntu:focal reached EOL Apr 2025; debian:11 reaches EOL Aug 2026.
# ubuntu:focal reached EOL Apr 2025; debian:11 reached EOL Aug 2026.
baseImage:
[
"ubuntu:jammy",
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ jobs:
baseImage:
[
"ubuntu:jammy",
"debian:11",
"debian:12",
"mcr.microsoft.com/devcontainers/base:ubuntu",
"mcr.microsoft.com/devcontainers/base:debian",
Expand Down
30 changes: 0 additions & 30 deletions test/anaconda/install_anaconda_bullseye.sh

This file was deleted.

9 changes: 0 additions & 9 deletions test/anaconda/scenarios.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,6 @@
}
}
},
"install_anaconda_bullseye": {
"image": "mcr.microsoft.com/devcontainers/base:bullseye",
"user": "vscode",
"features": {
"anaconda": {
"version": "latest"
}
}
},
"install_anaconda_noble_without_user": {
"image": "mcr.microsoft.com/devcontainers/base:noble",
"features": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ check "user is vscode" whoami | grep vscode
check "version" az --version

echo -e "\n\n🔄 Testing 'O.S'"
if cat /etc/os-release | grep -q 'PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"'; then
echo -e "\n\n✅ Passed 'O.S is Linux 11 (bullseye)'!"
if cat /etc/os-release | grep -q 'PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"'; then
echo -e "\n\n✅ Passed 'O.S is Linux 12 (bookworm)'!"
else
echo -e "\n\n❌ Failed 'O.S is other than Linux 11 (bullseye)'!"
echo -e "\n\n❌ Failed 'O.S is other than Linux 12 (bookworm)'!"
fi


Expand Down
4 changes: 2 additions & 2 deletions test/azure-cli/scenarios.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@
}
}
},
"install_using_python_with_python_3_11_bullseye": {
"image": "mcr.microsoft.com/devcontainers/python:1-3.11-bullseye",
"install_using_python_with_python_3_11_bookworm": {
"image": "mcr.microsoft.com/devcontainers/python:1-3.11-bookworm",
"user": "vscode",
"features": {
"azure-cli": {
Expand Down
14 changes: 0 additions & 14 deletions test/common-utils/bullseye.sh

This file was deleted.

13 changes: 3 additions & 10 deletions test/common-utils/scenarios.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@
"common-utils": {}
}
},
"bullseye": {
"image": "debian:bullseye",
"remoteUser": "devcontainer",
"features": {
"common-utils": {}
}
},
"bookworm": {
"image": "debian:bookworm",
"remoteUser": "devcontainer",
Expand Down Expand Up @@ -114,7 +107,7 @@
}
},
"alternate-values": {
"image": "debian:bullseye",
"image": "debian:bookworm",
"features": {
"common-utils": {
"username": "alternate",
Expand All @@ -127,7 +120,7 @@
}
},
"username-default": {
"image": "debian:bullseye",
"image": "debian:bookworm",
"features": {
"common-utils": {}
}
Expand Down Expand Up @@ -166,7 +159,7 @@
}
},
"configure_zsh_no_template_first_step": {
"image": "debian:bullseye",
"image": "debian:bookworm",
"remoteUser": "devcontainer",
"features": {
"common-utils": {
Expand Down
17 changes: 0 additions & 17 deletions test/git/install_git_from_src_bullseye.sh

This file was deleted.

9 changes: 0 additions & 9 deletions test/git/scenarios.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,6 @@
}
}
},
"install_git_from_src_bullseye": {
"image": "debian:bullseye",
"features": {
"git": {
"version": "latest",
"ppa": "false"
}
}
},
"install_git_from_src_bookworm": {
"image": "debian:bookworm",
"features": {
Expand Down
2 changes: 1 addition & 1 deletion test/java/scenarios.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
},
"install_maven_specific_version_no_java": {
"image": "mcr.microsoft.com/devcontainers/java:1-8-bullseye",
"image": "mcr.microsoft.com/devcontainers/java:1-17-bookworm",
"features": {
"java": {
"version": "none",
Expand Down
4 changes: 2 additions & 2 deletions test/node/scenarios.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
}
},
"nvm_test_fallback": {
"image": "debian:11",
"image": "debian:12",
"features": {
"node": {
"version": "lts"
}
}
},
"install_additional_node": {
"image": "debian:11",
"image": "debian:12",
"features": {
"node": {
"version": "lts",
Expand Down
8 changes: 4 additions & 4 deletions test/python/scenarios.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
}
},
"install_os_provided_python_deb": {
"image": "mcr.microsoft.com/devcontainers/base:1-bullseye",
"image": "mcr.microsoft.com/devcontainers/base:1-bookworm",
"features": {
"python": "os-provided"
}
Expand All @@ -128,7 +128,7 @@
}
},
"install_jupyterlab_from_python_image": {
"image": "mcr.microsoft.com/devcontainers/python:3.10-bullseye",
"image": "mcr.microsoft.com/devcontainers/python:3.10-bookworm",
"remoteUser": "vscode",
"features": {
"python": {
Expand All @@ -139,13 +139,13 @@
}
},
"install_via_oryx": {
"image": "mcr.microsoft.com/oryx/build:full-debian-bullseye",
"image": "mcr.microsoft.com/oryx/build:github-actions-debian-bookworm",
"features": {
"python": "3.10"
}
},
"install_jupyterlab_debian": {
"image": "debian:bullseye-slim",
"image": "debian:bookworm-slim",
"features": {
"python": {
"version": "3.11",
Expand Down
Loading