Delete Dockerfile.11u2-zulu-jdk

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

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

@ -1,20 +0,0 @@
# 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