Skip to content

Commit

Permalink
Update to 13-ea+12
Browse files Browse the repository at this point in the history
  • Loading branch information
docker-library-bot committed Mar 15, 2019
1 parent 1aeda8a commit cb138b5
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions 13/jdk/oracle/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ ENV JAVA_HOME /usr/java/openjdk-13
ENV PATH $JAVA_HOME/bin:$PATH

# https://jdk.java.net/
ENV JAVA_VERSION 13-ea+11
ENV JAVA_URL https://download.java.net/java/early_access/jdk13/11/GPL/openjdk-13-ea+11_linux-x64_bin.tar.gz
ENV JAVA_SHA256 037e818139570fd76ecb2084d01be82bd9ffec9dafe3f7fc0707244c488cbd82
ENV JAVA_VERSION 13-ea+12
ENV JAVA_URL https://download.java.net/java/early_access/jdk13/12/GPL/openjdk-13-ea+12_linux-x64_bin.tar.gz
ENV JAVA_SHA256 6197fb0d5ae3d6f92ced7cbfc71f4f01dbe3eda3d416536abd0a5980b62da2a9

RUN set -eux; \
\
Expand Down
6 changes: 3 additions & 3 deletions 13/jdk/windows/nanoserver-sac2016/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ RUN $newPath = ('{0}\bin;{1}' -f $env:JAVA_HOME, $env:PATH); \
setx /M PATH $newPath

# https://jdk.java.net/
ENV JAVA_VERSION 13-ea+11
ENV JAVA_URL https://download.java.net/java/early_access/jdk13/11/GPL/openjdk-13-ea+11_windows-x64_bin.zip
ENV JAVA_SHA256 af7bf81dc9c78bc4c58c8aef2001d31c34417a35d99087e97464fd59323a009e
ENV JAVA_VERSION 13-ea+12
ENV JAVA_URL https://download.java.net/java/early_access/jdk13/12/GPL/openjdk-13-ea+12_windows-x64_bin.zip
ENV JAVA_SHA256 46275b07fae2cc714c43e423fa5db4c512ccabf3b9eec54efefe4eb848697501

RUN Write-Host ('Downloading {0} ...' -f $env:JAVA_URL); \
Invoke-WebRequest -Uri $env:JAVA_URL -OutFile 'openjdk.zip'; \
Expand Down
6 changes: 3 additions & 3 deletions 13/jdk/windows/windowsservercore-1709/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ RUN $newPath = ('{0}\bin;{1}' -f $env:JAVA_HOME, $env:PATH); \
setx /M PATH $newPath

# https://jdk.java.net/
ENV JAVA_VERSION 13-ea+11
ENV JAVA_URL https://download.java.net/java/early_access/jdk13/11/GPL/openjdk-13-ea+11_windows-x64_bin.zip
ENV JAVA_SHA256 af7bf81dc9c78bc4c58c8aef2001d31c34417a35d99087e97464fd59323a009e
ENV JAVA_VERSION 13-ea+12
ENV JAVA_URL https://download.java.net/java/early_access/jdk13/12/GPL/openjdk-13-ea+12_windows-x64_bin.zip
ENV JAVA_SHA256 46275b07fae2cc714c43e423fa5db4c512ccabf3b9eec54efefe4eb848697501

RUN Write-Host ('Downloading {0} ...' -f $env:JAVA_URL); \
Invoke-WebRequest -Uri $env:JAVA_URL -OutFile 'openjdk.zip'; \
Expand Down
6 changes: 3 additions & 3 deletions 13/jdk/windows/windowsservercore-1803/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ RUN $newPath = ('{0}\bin;{1}' -f $env:JAVA_HOME, $env:PATH); \
setx /M PATH $newPath

# https://jdk.java.net/
ENV JAVA_VERSION 13-ea+11
ENV JAVA_URL https://download.java.net/java/early_access/jdk13/11/GPL/openjdk-13-ea+11_windows-x64_bin.zip
ENV JAVA_SHA256 af7bf81dc9c78bc4c58c8aef2001d31c34417a35d99087e97464fd59323a009e
ENV JAVA_VERSION 13-ea+12
ENV JAVA_URL https://download.java.net/java/early_access/jdk13/12/GPL/openjdk-13-ea+12_windows-x64_bin.zip
ENV JAVA_SHA256 46275b07fae2cc714c43e423fa5db4c512ccabf3b9eec54efefe4eb848697501

RUN Write-Host ('Downloading {0} ...' -f $env:JAVA_URL); \
Invoke-WebRequest -Uri $env:JAVA_URL -OutFile 'openjdk.zip'; \
Expand Down
6 changes: 3 additions & 3 deletions 13/jdk/windows/windowsservercore-1809/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ RUN $newPath = ('{0}\bin;{1}' -f $env:JAVA_HOME, $env:PATH); \
setx /M PATH $newPath

# https://jdk.java.net/
ENV JAVA_VERSION 13-ea+11
ENV JAVA_URL https://download.java.net/java/early_access/jdk13/11/GPL/openjdk-13-ea+11_windows-x64_bin.zip
ENV JAVA_SHA256 af7bf81dc9c78bc4c58c8aef2001d31c34417a35d99087e97464fd59323a009e
ENV JAVA_VERSION 13-ea+12
ENV JAVA_URL https://download.java.net/java/early_access/jdk13/12/GPL/openjdk-13-ea+12_windows-x64_bin.zip
ENV JAVA_SHA256 46275b07fae2cc714c43e423fa5db4c512ccabf3b9eec54efefe4eb848697501

RUN Write-Host ('Downloading {0} ...' -f $env:JAVA_URL); \
Invoke-WebRequest -Uri $env:JAVA_URL -OutFile 'openjdk.zip'; \
Expand Down
6 changes: 3 additions & 3 deletions 13/jdk/windows/windowsservercore-ltsc2016/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ RUN $newPath = ('{0}\bin;{1}' -f $env:JAVA_HOME, $env:PATH); \
setx /M PATH $newPath

# https://jdk.java.net/
ENV JAVA_VERSION 13-ea+11
ENV JAVA_URL https://download.java.net/java/early_access/jdk13/11/GPL/openjdk-13-ea+11_windows-x64_bin.zip
ENV JAVA_SHA256 af7bf81dc9c78bc4c58c8aef2001d31c34417a35d99087e97464fd59323a009e
ENV JAVA_VERSION 13-ea+12
ENV JAVA_URL https://download.java.net/java/early_access/jdk13/12/GPL/openjdk-13-ea+12_windows-x64_bin.zip
ENV JAVA_SHA256 46275b07fae2cc714c43e423fa5db4c512ccabf3b9eec54efefe4eb848697501

RUN Write-Host ('Downloading {0} ...' -f $env:JAVA_URL); \
Invoke-WebRequest -Uri $env:JAVA_URL -OutFile 'openjdk.zip'; \
Expand Down

0 comments on commit cb138b5

Please sign in to comment.