This repository was archived by the owner on Nov 30, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
containers/codespaces-linux Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 2
2
# Copyright (c) Microsoft Corporation. All rights reserved.
3
3
# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information.
4
4
# -------------------------------------------------------------------------------------------------------------
5
- FROM mcr.microsoft.com/oryx/build:vso-focal-20211102 .1 as kitchensink
5
+ FROM mcr.microsoft.com/oryx/build:vso-focal-20211210 .1 as kitchensink
6
6
7
7
ARG USERNAME=codespace
8
8
ARG USER_UID=1000
@@ -97,10 +97,10 @@ RUN bash /tmp/scripts/node-debian.sh "${NVM_DIR}" "none" "${USERNAME}" \
97
97
# Clean up
98
98
&& rm -rf ${NVM_DIR}/.git ${NVS_HOME}/.git
99
99
100
- # Install SDKMAN, OpenJDK8 (JDK 11 already present), gradle (maven already present)
100
+ # Install SDKMAN, OpenJDK8 (JDK 17 already present), gradle (maven already present)
101
101
RUN bash /tmp/scripts/gradle-debian.sh "latest" "${SDKMAN_DIR}" "${USERNAME}" "true" \
102
102
&& su ${USERNAME} -c ". ${SDKMAN_DIR}/bin/sdkman-init.sh \
103
- && sdk install java 11-opt-java /opt/java/11 .0 \
103
+ && sdk install java 11-opt-java /opt/java/17 .0 \
104
104
&& sdk install java lts-opt-java /opt/java/lts"
105
105
106
106
# Install Rust, Go, remove scripts now that we're done with them
Original file line number Diff line number Diff line change 1
1
{
2
- "definitionVersion" : " 1.6.9 " ,
2
+ "definitionVersion" : " 1.7.0 " ,
3
3
"build" : {
4
4
"latest" : true ,
5
5
"rootDistro" : " debian" ,
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ check "oryx" oryx --version
16
16
check " dotnet" dotnet --list-sdks
17
17
check " oryx-install-dotnet-3.1.0" oryx prep --skip-detection --platforms-and-versions dotnet=3.1.0
18
18
check " dotnet-3.1.0-installed" bash -c ' dotnet --info | grep -E "\s3\.1\.0\s"'
19
+ check " dotnet-6-installed-by-oryx" dotnet --info | grep " /opt/dotnet/6\.0\.[0-9]*/sdk"
19
20
20
21
# Check Python
21
22
check " python" python --version
You can’t perform that action at this time.
0 commit comments