This commit is contained in:
Tom Karbowski 2019-01-27 11:45:33 -06:00 коммит произвёл GitHub
Родитель 825d5a64b7
Коммит f00520b0e0
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
8 изменённых файлов: 160 добавлений и 0 удалений

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

@ -0,0 +1,20 @@
# 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.2.3-11.0.1-win_x64.msi
RUN setx PACKAGE_DIR zulu-11/11.0.1
RUN setx ZULU_DIR zulu/zulu-11
RUN setx /m PATH "%PATH%;C:\Program Files\%ZULU_DIR%\bin"
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%
RUN del C:\%PACKAGE%
RUN java -version

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

@ -0,0 +1,20 @@
# 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.2.3-11.0.1-win_x64.msi
RUN setx PACKAGE_DIR zulu-11/11.0.1
RUN setx ZULU_DIR zulu/zulu-11
RUN setx /m PATH "%PATH%;C:\Program Files\%ZULU_DIR%\bin"
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%
RUN del C:\%PACKAGE%
RUN java -version

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

@ -0,0 +1,20 @@
# 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.29.3-11.0.2-win_x64.msi
RUN setx PACKAGE_DIR zulu-11/11.0.2
RUN setx ZULU_DIR zulu/zulu-11
RUN setx /m PATH "%PATH%;C:\Program Files\%ZULU_DIR%\bin"
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%
RUN del C:\%PACKAGE%
RUN java -version

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

@ -0,0 +1,20 @@
# 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.29.3-11.0.2-win_x64.msi
RUN setx PACKAGE_DIR zulu-11/11.0.2
RUN setx ZULU_DIR zulu/zulu-11
RUN setx /m PATH "%PATH%;C:\Program Files\%ZULU_DIR%\bin"
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%
RUN del C:\%PACKAGE%
RUN java -version

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

@ -0,0 +1,20 @@
# 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.27.0.1-7.0.211-win_x64.msi
RUN setx PACKAGE_DIR zulu-7/7u211
RUN setx ZULU_DIR zulu/zulu-7
RUN setx /m PATH "%PATH%;C:\Program Files\%ZULU_DIR%\bin"
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%
RUN del C:\%PACKAGE%
RUN java -version

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

@ -0,0 +1,20 @@
# 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.27.0.1-7.0.211-win_x64.msi
RUN setx PACKAGE_DIR zulu-7/7u211
RUN setx ZULU_DIR zulu/zulu-7
RUN setx /m PATH "%PATH%;C:\Program Files\%ZULU_DIR%\bin"
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%
RUN del C:\%PACKAGE%
RUN java -version

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

@ -0,0 +1,20 @@
# 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.35.0.3-8.0.202-win_x64.msi
RUN setx PACKAGE_DIR zulu-8/8u202
RUN setx ZULU_DIR zulu/zulu-8
RUN setx /m PATH "%PATH%;C:\Program Files\%ZULU_DIR%\bin"
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%
RUN del C:\%PACKAGE%
RUN java -version

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

@ -0,0 +1,20 @@
# 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.35.0.3-8.0.202-win_x64.msi
RUN setx PACKAGE_DIR zulu-8/8u202
RUN setx ZULU_DIR zulu/zulu-8
RUN setx /m PATH "%PATH%;C:\Program Files\%ZULU_DIR%\bin"
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%
RUN del C:\%PACKAGE%
RUN java -version