зеркало из https://github.com/microsoft/java.git
Added October 2019 PSU Dockerfiles
This commit is contained in:
Родитель
419e96ee87
Коммит
89734d15d0
|
@ -0,0 +1,15 @@
|
|||
|
||||
# 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 centos:latest
|
||||
MAINTAINER Zulu Enterprise Container Images <azul-zulu-images@microsoft.com>
|
||||
|
||||
RUN rpm --import http://repos.azul.com/azul-repo.key && \
|
||||
curl http://repos.azul.com/azure-only/zulu-azure.repo -o /etc/yum.repos.d/zulu-azure.repo && \
|
||||
yum -q -y update && \
|
||||
yum -q -y install zulu-11-azure-jdk-11.35+13
|
||||
|
||||
ENV JAVA_HOME=/usr/lib/jvm/zulu-11-azure
|
|
@ -0,0 +1,15 @@
|
|||
|
||||
# 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 centos:latest
|
||||
MAINTAINER Zulu Enterprise Container Images <azul-zulu-images@microsoft.com>
|
||||
|
||||
RUN rpm --import http://repos.azul.com/azul-repo.key && \
|
||||
curl http://repos.azul.com/azure-only/zulu-azure.repo -o /etc/yum.repos.d/zulu-azure.repo && \
|
||||
yum -q -y update && \
|
||||
yum -q -y install zulu-11-azure-jre-11.35+13
|
||||
|
||||
ENV JAVA_HOME=/usr/lib/jvm/jre-11-azure
|
|
@ -0,0 +1,15 @@
|
|||
|
||||
# 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 centos:latest
|
||||
MAINTAINER Zulu Enterprise Container Images <azul-zulu-images@microsoft.com>
|
||||
|
||||
RUN rpm --import http://repos.azul.com/azul-repo.key && \
|
||||
curl http://repos.azul.com/azure-only/zulu-azure.repo -o /etc/yum.repos.d/zulu-azure.repo && \
|
||||
yum -q -y update && \
|
||||
yum -q -y install zulu-11-azure-jre-headless-11.35+13
|
||||
|
||||
ENV JAVA_HOME=/usr/lib/jvm/zre-hl-11-azure
|
|
@ -0,0 +1,15 @@
|
|||
|
||||
# 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 centos:latest
|
||||
MAINTAINER Zulu Enterprise Container Images <azul-zulu-images@microsoft.com>
|
||||
|
||||
RUN rpm --import http://repos.azul.com/azul-repo.key && \
|
||||
curl http://repos.azul.com/azure-only/zulu-azure.repo -o /etc/yum.repos.d/zulu-azure.repo && \
|
||||
yum -q -y update && \
|
||||
yum -q -y install zulu-13-azure-jdk-13.28+11
|
||||
|
||||
ENV JAVA_HOME=/usr/lib/jvm/zulu-13-azure
|
|
@ -0,0 +1,15 @@
|
|||
|
||||
# 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 centos:latest
|
||||
MAINTAINER Zulu Enterprise Container Images <azul-zulu-images@microsoft.com>
|
||||
|
||||
RUN rpm --import http://repos.azul.com/azul-repo.key && \
|
||||
curl http://repos.azul.com/azure-only/zulu-azure.repo -o /etc/yum.repos.d/zulu-azure.repo && \
|
||||
yum -q -y update && \
|
||||
yum -q -y install zulu-13-azure-jre-13.28+11
|
||||
|
||||
ENV JAVA_HOME=/usr/lib/jvm/jre-13-azure
|
|
@ -0,0 +1,15 @@
|
|||
|
||||
# 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 centos:latest
|
||||
MAINTAINER Zulu Enterprise Container Images <azul-zulu-images@microsoft.com>
|
||||
|
||||
RUN rpm --import http://repos.azul.com/azul-repo.key && \
|
||||
curl http://repos.azul.com/azure-only/zulu-azure.repo -o /etc/yum.repos.d/zulu-azure.repo && \
|
||||
yum -q -y update && \
|
||||
yum -q -y install zulu-13-azure-jre-headless-13.28+11
|
||||
|
||||
ENV JAVA_HOME=/usr/lib/jvm/zre-hl-13-azure
|
|
@ -0,0 +1,15 @@
|
|||
|
||||
# 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 centos:latest
|
||||
MAINTAINER Zulu Enterprise Container Images <azul-zulu-images@microsoft.com>
|
||||
|
||||
RUN rpm --import http://repos.azul.com/azul-repo.key && \
|
||||
curl http://repos.azul.com/azure-only/zulu-azure.repo -o /etc/yum.repos.d/zulu-azure.repo && \
|
||||
yum -q -y update && \
|
||||
yum -q -y install zulu-7-azure-jdk-7.34.0.5
|
||||
|
||||
ENV JAVA_HOME=/usr/lib/jvm/zulu-7-azure
|
|
@ -0,0 +1,15 @@
|
|||
|
||||
# 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 centos:latest
|
||||
MAINTAINER Zulu Enterprise Container Images <azul-zulu-images@microsoft.com>
|
||||
|
||||
RUN rpm --import http://repos.azul.com/azul-repo.key && \
|
||||
curl http://repos.azul.com/azure-only/zulu-azure.repo -o /etc/yum.repos.d/zulu-azure.repo && \
|
||||
yum -q -y update && \
|
||||
yum -q -y install zulu-7-azure-jre-7.34.0.5
|
||||
|
||||
ENV JAVA_HOME=/usr/lib/jvm/zre-7-azure
|
|
@ -0,0 +1,15 @@
|
|||
|
||||
# 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 centos:latest
|
||||
MAINTAINER Zulu Enterprise Container Images <azul-zulu-images@microsoft.com>
|
||||
|
||||
RUN rpm --import http://repos.azul.com/azul-repo.key && \
|
||||
curl http://repos.azul.com/azure-only/zulu-azure.repo -o /etc/yum.repos.d/zulu-azure.repo && \
|
||||
yum -q -y update && \
|
||||
yum -q -y install zulu-7-azure-jre-headless-7.34.0.5
|
||||
|
||||
ENV JAVA_HOME=/usr/lib/jvm/zre-hl-7-azure
|
|
@ -0,0 +1,15 @@
|
|||
|
||||
# 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 centos:latest
|
||||
MAINTAINER Zulu Enterprise Container Images <azul-zulu-images@microsoft.com>
|
||||
|
||||
RUN rpm --import http://repos.azul.com/azul-repo.key && \
|
||||
curl http://repos.azul.com/azure-only/zulu-azure.repo -o /etc/yum.repos.d/zulu-azure.repo && \
|
||||
yum -q -y update && \
|
||||
yum -q -y install zulu-8-azure-jdk-8.42.0.21
|
||||
|
||||
ENV JAVA_HOME=/usr/lib/jvm/zulu-8-azure
|
|
@ -0,0 +1,15 @@
|
|||
|
||||
# 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 centos:latest
|
||||
MAINTAINER Zulu Enterprise Container Images <azul-zulu-images@microsoft.com>
|
||||
|
||||
RUN rpm --import http://repos.azul.com/azul-repo.key && \
|
||||
curl http://repos.azul.com/azure-only/zulu-azure.repo -o /etc/yum.repos.d/zulu-azure.repo && \
|
||||
yum -q -y update && \
|
||||
yum -q -y install zulu-8-azure-jre-8.42.0.21
|
||||
|
||||
ENV JAVA_HOME=/usr/lib/jvm/zre-8-azure
|
|
@ -0,0 +1,15 @@
|
|||
|
||||
# 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 centos:latest
|
||||
MAINTAINER Zulu Enterprise Container Images <azul-zulu-images@microsoft.com>
|
||||
|
||||
RUN rpm --import http://repos.azul.com/azul-repo.key && \
|
||||
curl http://repos.azul.com/azure-only/zulu-azure.repo -o /etc/yum.repos.d/zulu-azure.repo && \
|
||||
yum -q -y update && \
|
||||
yum -q -y install zulu-8-azure-jre-headless-8.42.0.21
|
||||
|
||||
ENV JAVA_HOME=/usr/lib/jvm/zre-hl-8-azure
|
Загрузка…
Ссылка в новой задаче