зеркало из https://github.com/microsoft/java.git
Added January 2020 PSU Dockerfiles
This commit is contained in:
Родитель
976d9c5b70
Коммит
bbeef7d4c7
|
@ -0,0 +1,19 @@
|
|||
|
||||
# This Zulu OpenJDK Dockerfile and corresponding Docker image are
|
||||
# to be used solely with Java applications or Java application components
|
||||
# that are being developed for deployment on Microsoft Azure or Azure Stack,
|
||||
# and are not intended to be used for any other purpose.
|
||||
|
||||
FROM microsoft/windowsservercore:ltsc2016
|
||||
MAINTAINER Zulu Enterprise Container Images <azul-zulu-images@microsoft.com>
|
||||
|
||||
RUN setx PACKAGE zulu-11-azure-jdk_11.37.17-11.0.6-win_x64.msi && \
|
||||
setx PACKAGE_DIR zulu-11/11.0.6 && \
|
||||
setx /m JAVA_HOME "C:\Program Files\zulu\zulu-11"
|
||||
|
||||
RUN powershell -Command (new-object System.Net.WebClient).DownloadFile('http://repos.azul.com/azure-only/zulu/packages/%PACKAGE_DIR%/%PACKAGE%', 'C:\%PACKAGE%')
|
||||
RUN msiexec /quiet /i C:\%PACKAGE% && \
|
||||
del C:\%PACKAGE%
|
||||
|
||||
RUN java -version
|
||||
|
|
@ -0,0 +1,19 @@
|
|||
|
||||
# This Zulu OpenJDK Dockerfile and corresponding Docker image are
|
||||
# to be used solely with Java applications or Java application components
|
||||
# that are being developed for deployment on Microsoft Azure or Azure Stack,
|
||||
# and are not intended to be used for any other purpose.
|
||||
|
||||
FROM microsoft/windowsservercore:ltsc2016
|
||||
MAINTAINER Zulu Enterprise Container Images <azul-zulu-images@microsoft.com>
|
||||
|
||||
RUN setx PACKAGE zulu-11-azure-jre_11.37.17-11.0.6-win_x64.msi && \
|
||||
setx PACKAGE_DIR zulu-11/11.0.6 && \
|
||||
setx /m JAVA_HOME "C:\Program Files\zulu\zulu-11"
|
||||
|
||||
RUN powershell -Command (new-object System.Net.WebClient).DownloadFile('http://repos.azul.com/azure-only/zulu/packages/%PACKAGE_DIR%/%PACKAGE%', 'C:\%PACKAGE%')
|
||||
RUN msiexec /quiet /i C:\%PACKAGE% && \
|
||||
del C:\%PACKAGE%
|
||||
|
||||
RUN java -version
|
||||
|
|
@ -0,0 +1,19 @@
|
|||
|
||||
# This Zulu OpenJDK Dockerfile and corresponding Docker image are
|
||||
# to be used solely with Java applications or Java application components
|
||||
# that are being developed for deployment on Microsoft Azure or Azure Stack,
|
||||
# and are not intended to be used for any other purpose.
|
||||
|
||||
FROM microsoft/windowsservercore:ltsc2016
|
||||
MAINTAINER Zulu Enterprise Container Images <azul-zulu-images@microsoft.com>
|
||||
|
||||
RUN setx PACKAGE zulu-13-azure-jdk_13.29.9-13.0.2-win_x64.msi && \
|
||||
setx PACKAGE_DIR zulu-13/13.0.2 && \
|
||||
setx /m JAVA_HOME "C:\Program Files\zulu\zulu-13"
|
||||
|
||||
RUN powershell -Command (new-object System.Net.WebClient).DownloadFile('http://repos.azul.com/azure-only/zulu/packages/%PACKAGE_DIR%/%PACKAGE%', 'C:\%PACKAGE%')
|
||||
RUN msiexec /quiet /i C:\%PACKAGE% && \
|
||||
del C:\%PACKAGE%
|
||||
|
||||
RUN java -version
|
||||
|
|
@ -0,0 +1,19 @@
|
|||
|
||||
# This Zulu OpenJDK Dockerfile and corresponding Docker image are
|
||||
# to be used solely with Java applications or Java application components
|
||||
# that are being developed for deployment on Microsoft Azure or Azure Stack,
|
||||
# and are not intended to be used for any other purpose.
|
||||
|
||||
FROM microsoft/windowsservercore:ltsc2016
|
||||
MAINTAINER Zulu Enterprise Container Images <azul-zulu-images@microsoft.com>
|
||||
|
||||
RUN setx PACKAGE zulu-13-azure-jre_13.29.9-13.0.2-win_x64.msi && \
|
||||
setx PACKAGE_DIR zulu-13/13.0.2 && \
|
||||
setx /m JAVA_HOME "C:\Program Files\zulu\zulu-13"
|
||||
|
||||
RUN powershell -Command (new-object System.Net.WebClient).DownloadFile('http://repos.azul.com/azure-only/zulu/packages/%PACKAGE_DIR%/%PACKAGE%', 'C:\%PACKAGE%')
|
||||
RUN msiexec /quiet /i C:\%PACKAGE% && \
|
||||
del C:\%PACKAGE%
|
||||
|
||||
RUN java -version
|
||||
|
|
@ -0,0 +1,19 @@
|
|||
|
||||
# This Zulu OpenJDK Dockerfile and corresponding Docker image are
|
||||
# to be used solely with Java applications or Java application components
|
||||
# that are being developed for deployment on Microsoft Azure or Azure Stack,
|
||||
# and are not intended to be used for any other purpose.
|
||||
|
||||
FROM microsoft/windowsservercore:ltsc2016
|
||||
MAINTAINER Zulu Enterprise Container Images <azul-zulu-images@microsoft.com>
|
||||
|
||||
RUN setx PACKAGE zulu-7-azure-jdk_7.36.0.5-7.0.252-win_x64.msi && \
|
||||
setx PACKAGE_DIR zulu-7/7u252 && \
|
||||
setx /m JAVA_HOME "C:\Program Files\zulu\zulu-7"
|
||||
|
||||
RUN powershell -Command (new-object System.Net.WebClient).DownloadFile('http://repos.azul.com/azure-only/zulu/packages/%PACKAGE_DIR%/%PACKAGE%', 'C:\%PACKAGE%')
|
||||
RUN msiexec /quiet /i C:\%PACKAGE% && \
|
||||
del C:\%PACKAGE%
|
||||
|
||||
RUN java -version
|
||||
|
|
@ -0,0 +1,19 @@
|
|||
|
||||
# This Zulu OpenJDK Dockerfile and corresponding Docker image are
|
||||
# to be used solely with Java applications or Java application components
|
||||
# that are being developed for deployment on Microsoft Azure or Azure Stack,
|
||||
# and are not intended to be used for any other purpose.
|
||||
|
||||
FROM microsoft/windowsservercore:ltsc2016
|
||||
MAINTAINER Zulu Enterprise Container Images <azul-zulu-images@microsoft.com>
|
||||
|
||||
RUN setx PACKAGE zulu-7-azure-jre_7.36.0.5-7.0.252-win_x64.msi && \
|
||||
setx PACKAGE_DIR zulu-7/7u252 && \
|
||||
setx /m JAVA_HOME "C:\Program Files\zulu\zulu-7"
|
||||
|
||||
RUN powershell -Command (new-object System.Net.WebClient).DownloadFile('http://repos.azul.com/azure-only/zulu/packages/%PACKAGE_DIR%/%PACKAGE%', 'C:\%PACKAGE%')
|
||||
RUN msiexec /quiet /i C:\%PACKAGE% && \
|
||||
del C:\%PACKAGE%
|
||||
|
||||
RUN java -version
|
||||
|
|
@ -0,0 +1,19 @@
|
|||
|
||||
# This Zulu OpenJDK Dockerfile and corresponding Docker image are
|
||||
# to be used solely with Java applications or Java application components
|
||||
# that are being developed for deployment on Microsoft Azure or Azure Stack,
|
||||
# and are not intended to be used for any other purpose.
|
||||
|
||||
FROM microsoft/windowsservercore:ltsc2016
|
||||
MAINTAINER Zulu Enterprise Container Images <azul-zulu-images@microsoft.com>
|
||||
|
||||
RUN setx PACKAGE zulu-8-azure-jdk_8.44.0.9-8.0.242-win_x64.msi && \
|
||||
setx PACKAGE_DIR zulu-8/8u242 && \
|
||||
setx /m JAVA_HOME "C:\Program Files\zulu\zulu-8"
|
||||
|
||||
RUN powershell -Command (new-object System.Net.WebClient).DownloadFile('http://repos.azul.com/azure-only/zulu/packages/%PACKAGE_DIR%/%PACKAGE%', 'C:\%PACKAGE%')
|
||||
RUN msiexec /quiet /i C:\%PACKAGE% && \
|
||||
del C:\%PACKAGE%
|
||||
|
||||
RUN java -version
|
||||
|
|
@ -0,0 +1,19 @@
|
|||
|
||||
# This Zulu OpenJDK Dockerfile and corresponding Docker image are
|
||||
# to be used solely with Java applications or Java application components
|
||||
# that are being developed for deployment on Microsoft Azure or Azure Stack,
|
||||
# and are not intended to be used for any other purpose.
|
||||
|
||||
FROM microsoft/windowsservercore:ltsc2016
|
||||
MAINTAINER Zulu Enterprise Container Images <azul-zulu-images@microsoft.com>
|
||||
|
||||
RUN setx PACKAGE zulu-8-azure-jre_8.44.0.9-8.0.242-win_x64.msi && \
|
||||
setx PACKAGE_DIR zulu-8/8u242 && \
|
||||
setx /m JAVA_HOME "C:\Program Files\zulu\zulu-8"
|
||||
|
||||
RUN powershell -Command (new-object System.Net.WebClient).DownloadFile('http://repos.azul.com/azure-only/zulu/packages/%PACKAGE_DIR%/%PACKAGE%', 'C:\%PACKAGE%')
|
||||
RUN msiexec /quiet /i C:\%PACKAGE% && \
|
||||
del C:\%PACKAGE%
|
||||
|
||||
RUN java -version
|
||||
|
Загрузка…
Ссылка в новой задаче