update zookeeper

Signed-off-by: Jess Frazelle <jess@oxide.computer>
This commit is contained in:
Jess Frazelle 2020-05-15 09:33:29 -07:00
parent 3c7a823307
commit dc804860d8
No known key found for this signature in database
GPG key ID: 18F3685C0022BFF3
3 changed files with 4 additions and 3 deletions

View file

@ -1,4 +1,4 @@
FROM golang:1.12 as builder
FROM golang:latest as builder
MAINTAINER Jessica Frazelle <jess@linux.com>
ENV PATH /go/bin:/usr/local/go/bin:$PATH

View file

@ -20,6 +20,7 @@ RUN cd /usr/src \
&& dpkg -i /tmp/powershell.deb \
&& ln -snf "/opt/microsoft/powershell/7/pwsh" /usr/bin/pwsh \
&& apt-get install -fy \
&& rm -rf /var/lib/apt/lists/* /usr/src/* /tmp/powershell.deb
&& rm -rf /var/lib/apt/lists/* /usr/src/* /tmp/powershell.deb \
&& which pwsh
ENTRYPOINT [ "/usr/bin/pwsh" ]

View file

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