Added July 2019 PSU Dockerfiles

This commit is contained in:
Tom Karbowski 2019-07-16 09:18:51 -05:00 коммит произвёл GitHub
Родитель 03b21d532f
Коммит aa5af35e89
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
8 изменённых файлов: 152 добавлений и 0 удалений

Просмотреть файл

@ -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.33.15-11.0.4-win_x64.msi && \
setx PACKAGE_DIR zulu-11/11.0.4 && \
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.33.15-11.0.4-win_x64.msi && \
setx PACKAGE_DIR zulu-11/11.0.4 && \
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-12-azure-jdk_12.3.11-12.0.2-win_x64.msi && \
setx PACKAGE_DIR zulu-12/12.0.2 && \
setx /m JAVA_HOME "C:\Program Files\zulu\zulu-12"
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-12-azure-jre_12.3.11-12.0.2-win_x64.msi && \
setx PACKAGE_DIR zulu-12/12.0.2 && \
setx /m JAVA_HOME "C:\Program Files\zulu\zulu-12"
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.31.0.5-7.0.232-win_x64.msi && \
setx PACKAGE_DIR zulu-7/7u232 && \
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.31.0.5-7.0.232-win_x64.msi && \
setx PACKAGE_DIR zulu-7/7u232 && \
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.40.0.25-8.0.222-win_x64.msi && \
setx PACKAGE_DIR zulu-8/8u222 && \
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.40.0.25-8.0.222-win_x64.msi && \
setx PACKAGE_DIR zulu-8/8u222 && \
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