File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ FROM openjdk:8-jre-alpine
5
5
MAINTAINER SourceLab.org <
[email protected] >
6
6
7
7
# # Define what version of Kafka Webview to build the image using.
8
- ENV WEBVIEW_VER="2.1.4 " \
9
- WEBVIEW_SHA1="bf30d73ab5559d2b1d90f288bd03366a90cc4ad9 " \
8
+ ENV WEBVIEW_VER="2.2.0 " \
9
+ WEBVIEW_SHA1="fd08647bd2277514f84ec0f4cabe43cba9d2bccf " \
10
10
WEBVIEW_HOME="/app"
11
11
12
12
# Create app and data directories
@@ -19,7 +19,7 @@ RUN mkdir -p ${WEBVIEW_HOME} && \
19
19
WORKDIR ${WEBVIEW_HOME}
20
20
21
21
# 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-1021 /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-1022 /content/org/sourcelab/kafka-webview-ui/${WEBVIEW_VER}/kafka-webview-ui-${WEBVIEW_VER}-bin.zip
23
23
24
24
# Verify SHA1 hash and extract.
25
25
RUN echo "${WEBVIEW_SHA1} /tmp/kafka-webview-ui-bin.zip" | sha1sum -c - && \
You can’t perform that action at this time.
0 commit comments