File tree 3 files changed +9
-9
lines changed
windowsservercore-ltsc2016
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ RUN $newPath = ('{0}\bin;{1}' -f $env:JAVA_HOME, $env:PATH); \
10
10
setx /M PATH $newPath
11
11
12
12
# http://jdk.java.net/
13
- ENV JAVA_VERSION 12-ea+11
14
- ENV JAVA_URL https://download.java.net/java/early_access/jdk12/11 /GPL/openjdk-12-ea+11_windows -x64_bin.zip
15
- ENV JAVA_SHA256 1065039397db6f47d45893bf20ecaf301404736b710e0ddd60f49b6480488dfd
13
+ ENV JAVA_VERSION 12-ea+12
14
+ ENV JAVA_URL https://download.java.net/java/early_access/jdk12/12 /GPL/openjdk-12-ea+12_windows -x64_bin.zip
15
+ ENV JAVA_SHA256 0cf74cff43f57e2d73466e257c15e9827bb073f18f2422cbaee20b950312ad7c
16
16
17
17
RUN Write-Host ('Downloading {0} ...' -f $env:JAVA_URL); \
18
18
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \
Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ RUN $newPath = ('{0}\bin;{1}' -f $env:JAVA_HOME, $env:PATH); \
10
10
setx /M PATH $newPath
11
11
12
12
# http://jdk.java.net/
13
- ENV JAVA_VERSION 12-ea+11
14
- ENV JAVA_URL https://download.java.net/java/early_access/jdk12/11 /GPL/openjdk-12-ea+11_windows -x64_bin.zip
15
- ENV JAVA_SHA256 1065039397db6f47d45893bf20ecaf301404736b710e0ddd60f49b6480488dfd
13
+ ENV JAVA_VERSION 12-ea+12
14
+ ENV JAVA_URL https://download.java.net/java/early_access/jdk12/12 /GPL/openjdk-12-ea+12_windows -x64_bin.zip
15
+ ENV JAVA_SHA256 0cf74cff43f57e2d73466e257c15e9827bb073f18f2422cbaee20b950312ad7c
16
16
17
17
RUN Write-Host ('Downloading {0} ...' -f $env:JAVA_URL); \
18
18
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \
Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ RUN $newPath = ('{0}\bin;{1}' -f $env:JAVA_HOME, $env:PATH); \
10
10
setx /M PATH $newPath
11
11
12
12
# http://jdk.java.net/
13
- ENV JAVA_VERSION 12-ea+11
14
- ENV JAVA_URL https://download.java.net/java/early_access/jdk12/11 /GPL/openjdk-12-ea+11_windows -x64_bin.zip
15
- ENV JAVA_SHA256 1065039397db6f47d45893bf20ecaf301404736b710e0ddd60f49b6480488dfd
13
+ ENV JAVA_VERSION 12-ea+12
14
+ ENV JAVA_URL https://download.java.net/java/early_access/jdk12/12 /GPL/openjdk-12-ea+12_windows -x64_bin.zip
15
+ ENV JAVA_SHA256 0cf74cff43f57e2d73466e257c15e9827bb073f18f2422cbaee20b950312ad7c
16
16
17
17
RUN Write-Host ('Downloading {0} ...' -f $env:JAVA_URL); \
18
18
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \
You can’t perform that action at this time.
0 commit comments