@@ -12,33 +12,33 @@ check "Oryx version" oryx --version
1212check " Dotnet is not removed if it is not installed by the Oryx Feature" dotnet --version
1313
1414# Install platforms with oryx build tool
15- check " oryx-install-dotnet-8 .0" oryx prep --skip-detection --platforms-and-versions dotnet=8 .0.23
16- check " dotnet-2 -installed-by-oryx" ls /opt/dotnet/ | grep 8 .0
15+ check " oryx-install-dotnet-10 .0" oryx prep --skip-detection --platforms-and-versions dotnet=10 .0.4
16+ check " dotnet-10 -installed-by-oryx" ls /opt/dotnet/ | grep 10 .0
1717
18- check " oryx-install-nodejs-20.11 .0" oryx prep --skip-detection --platforms-and-versions nodejs=20.11 .0
19- check " nodejs-20.11 .0-installed-by-oryx" ls /opt/nodejs/ | grep 20.11 .0
18+ check " oryx-install-nodejs-24.13 .0" oryx prep --skip-detection --platforms-and-versions nodejs=24.13 .0
19+ check " nodejs-24.13 .0-installed-by-oryx" ls /opt/nodejs/ | grep 24.13 .0
2020
21- check " oryx-install-php-8.1.30 " oryx prep --skip-detection --platforms-and-versions php=8.1.30
22- check " php-8.1.30 -installed-by-oryx" ls /opt/php/ | grep 8.1.30
21+ check " oryx-install-php-8.5.1 " oryx prep --skip-detection --platforms-and-versions php=8.5.1
22+ check " php-8.5.1 -installed-by-oryx" ls /opt/php/ | grep 8.5.1
2323
2424# Replicates Oryx's behavior for universal image
2525mkdir -p /opt/oryx
26- echo " vso-focal " >> /opt/oryx/.imagetype
26+ echo " vso-bookworm " >> /opt/oryx/.imagetype
2727
2828mkdir -p /opt/dotnet/lts
2929cp -R /usr/share/dotnet/dotnet /opt/dotnet/lts
3030cp -R /usr/share/dotnet/LICENSE.txt /opt/dotnet/lts
3131cp -R /usr/share/dotnet/ThirdPartyNotices.txt /opt/dotnet/lts
3232
3333# Install platforms with oryx build tool
34- check " oryx-install-dotnet-8 .0" oryx prep --skip-detection --platforms-and-versions dotnet=8 .0.23
35- check " dotnet-2 -installed-by-oryx" ls /opt/dotnet/ | grep 8 .0
34+ check " oryx-install-dotnet-10 .0" oryx prep --skip-detection --platforms-and-versions dotnet=10 .0.4
35+ check " dotnet-10 -installed-by-oryx" ls /opt/dotnet/ | grep 10 .0
3636
37- check " oryx-install-nodejs-20.11 .0" oryx prep --skip-detection --platforms-and-versions nodejs=20.11 .0
38- check " nodejs-20.11 .0-installed-by-oryx" ls /opt/nodejs/ | grep 20.11 .0
37+ check " oryx-install-nodejs-24.13 .0" oryx prep --skip-detection --platforms-and-versions nodejs=24.13 .0
38+ check " nodejs-24.13 .0-installed-by-oryx" ls /opt/nodejs/ | grep 24.13 .0
3939
40- check " oryx-install-php-8.1.30 " oryx prep --skip-detection --platforms-and-versions php=8.1.30
41- check " php-8.1.30 -installed-by-oryx" ls /opt/php/ | grep 8.1.30
40+ check " oryx-install-php-8.5.1 " oryx prep --skip-detection --platforms-and-versions php=8.5.1
41+ check " php-8.5.1 -installed-by-oryx" ls /opt/php/ | grep 8.5.1
4242
4343# Report result
4444reportResults
0 commit comments