Skip to content

Commit ac0ba15

Browse files
author
Stephen Powis
committed
Updated Dockerfile for 2.1.2 release
1 parent 14f96a7 commit ac0ba15

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ FROM openjdk:8-jre-alpine
55
MAINTAINER SourceLab.org <[email protected]>
66

77
## Define what version of Kafka Webview to build the image using.
8-
ENV WEBVIEW_VER="2.1.1" \
9-
WEBVIEW_SHA1="f8f5996c1aacb0563f155cdc5008330e747015e2" \
8+
ENV WEBVIEW_VER="2.1.2" \
9+
WEBVIEW_SHA1="9b321f3955c884282d18f0a1c6821fcb84b70afb" \
1010
WEBVIEW_HOME="/app"
1111

1212
# Create app and data directories
@@ -19,7 +19,7 @@ RUN mkdir -p ${WEBVIEW_HOME} && \
1919
WORKDIR ${WEBVIEW_HOME}
2020

2121
# Download KafkaWebview Release from Github project
22-
RUN curl -fSL -o /tmp/kafka-webview-ui-bin.zip https://oss.sonatype.org/service/local/repositories/orgsourcelab-1014/content/org/sourcelab/kafka-webview-ui/${WEBVIEW_VER}/kafka-webview-ui-${WEBVIEW_VER}-bin.zip
22+
RUN curl -fSL -o /tmp/kafka-webview-ui-bin.zip https://oss.sonatype.org/service/local/repositories/orgsourcelab-1015/content/org/sourcelab/kafka-webview-ui/${WEBVIEW_VER}/kafka-webview-ui-${WEBVIEW_VER}-bin.zip
2323

2424
# Verify SHA1 hash and extract.
2525
RUN echo "${WEBVIEW_SHA1} /tmp/kafka-webview-ui-bin.zip" | sha1sum -c - && \

0 commit comments

Comments
 (0)