File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed
windowsservercore-ltsc2016 Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ ENV JAVA_HOME /usr/java/openjdk-13
1919ENV PATH $JAVA_HOME/bin:$PATH
2020
2121# https://jdk.java.net/
22- ENV JAVA_VERSION 13-ea+21
23- ENV JAVA_URL https://download.java.net/java/early_access/jdk13/21 /GPL/openjdk-13-ea+21_linux -x64_bin.tar.gz
24- ENV JAVA_SHA256 0708b5eb0402af007a0a29a5e0082f8be6eacb224afb28cf1e193b32ee8c84c0
22+ ENV JAVA_VERSION 13-ea+22
23+ ENV JAVA_URL https://download.java.net/java/early_access/jdk13/22 /GPL/openjdk-13-ea+22_linux -x64_bin.tar.gz
24+ ENV JAVA_SHA256 2cf6762a965ffa9cc7d37b948d10ff26b732b523fb0358a339b826370458e439
2525
2626RUN set -eux; \
2727 \
Original file line number Diff line number Diff line change @@ -23,9 +23,9 @@ RUN $newPath = ('{0}\bin;{1}' -f $env:JAVA_HOME, $env:PATH); \
2323 setx /M PATH $newPath
2424
2525# https://jdk.java.net/
26- ENV JAVA_VERSION 13-ea+21
27- ENV JAVA_URL https://download.java.net/java/early_access/jdk13/21 /GPL/openjdk-13-ea+21_windows -x64_bin.zip
28- ENV JAVA_SHA256 7ce289b3349a7605e3c673f1926d80cf3eb2256a6e5f707eb7111b7f817948f0
26+ ENV JAVA_VERSION 13-ea+22
27+ ENV JAVA_URL https://download.java.net/java/early_access/jdk13/22 /GPL/openjdk-13-ea+22_windows -x64_bin.zip
28+ ENV JAVA_SHA256 710888429ea792087a98d43a1a66b6329c2b810be5684494208f722559e731d0
2929
3030RUN Write-Host ('Downloading {0} ...' -f $env:JAVA_URL); \
3131 Invoke-WebRequest -Uri $env:JAVA_URL -OutFile 'openjdk.zip' ; \
Original file line number Diff line number Diff line change @@ -23,9 +23,9 @@ RUN $newPath = ('{0}\bin;{1}' -f $env:JAVA_HOME, $env:PATH); \
2323 setx /M PATH $newPath
2424
2525# https://jdk.java.net/
26- ENV JAVA_VERSION 13-ea+21
27- ENV JAVA_URL https://download.java.net/java/early_access/jdk13/21 /GPL/openjdk-13-ea+21_windows -x64_bin.zip
28- ENV JAVA_SHA256 7ce289b3349a7605e3c673f1926d80cf3eb2256a6e5f707eb7111b7f817948f0
26+ ENV JAVA_VERSION 13-ea+22
27+ ENV JAVA_URL https://download.java.net/java/early_access/jdk13/22 /GPL/openjdk-13-ea+22_windows -x64_bin.zip
28+ ENV JAVA_SHA256 710888429ea792087a98d43a1a66b6329c2b810be5684494208f722559e731d0
2929
3030RUN Write-Host ('Downloading {0} ...' -f $env:JAVA_URL); \
3131 Invoke-WebRequest -Uri $env:JAVA_URL -OutFile 'openjdk.zip' ; \
Original file line number Diff line number Diff line change @@ -23,9 +23,9 @@ RUN $newPath = ('{0}\bin;{1}' -f $env:JAVA_HOME, $env:PATH); \
2323 setx /M PATH $newPath
2424
2525# https://jdk.java.net/
26- ENV JAVA_VERSION 13-ea+21
27- ENV JAVA_URL https://download.java.net/java/early_access/jdk13/21 /GPL/openjdk-13-ea+21_windows -x64_bin.zip
28- ENV JAVA_SHA256 7ce289b3349a7605e3c673f1926d80cf3eb2256a6e5f707eb7111b7f817948f0
26+ ENV JAVA_VERSION 13-ea+22
27+ ENV JAVA_URL https://download.java.net/java/early_access/jdk13/22 /GPL/openjdk-13-ea+22_windows -x64_bin.zip
28+ ENV JAVA_SHA256 710888429ea792087a98d43a1a66b6329c2b810be5684494208f722559e731d0
2929
3030RUN Write-Host ('Downloading {0} ...' -f $env:JAVA_URL); \
3131 Invoke-WebRequest -Uri $env:JAVA_URL -OutFile 'openjdk.zip' ; \
You can’t perform that action at this time.
0 commit comments