switch to openjdk

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-10-05 12:19:08 -04:00
parent 56292b8573
commit 4f5bab0d32
No known key found for this signature in database
GPG key ID: 18F3685C0022BFF3
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
FROM java:8-alpine
FROM openjdk:8-alpine
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apk add --no-cache \

View file

@ -1,4 +1,4 @@
FROM java:8-alpine
FROM openjdk:8-alpine
RUN set -x \
&& apk add --no-cache --virtual .build-deps \

View file

@ -1,4 +1,4 @@
FROM java:8-alpine
FROM openjdk:8-alpine
ENV ZOOKEEPER_VERSION 3.4.12
ENV PATH $PATH:/opt/zookeeper/bin/