We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9a011b commit 91149f1Copy full SHA for 91149f1
Dockerfile
@@ -19,7 +19,7 @@ RUN mkdir -p ${WEBVIEW_HOME} && \
19
WORKDIR ${WEBVIEW_HOME}
20
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-1031/content/org/sourcelab/kafka-webview-ui/${WEBVIEW_VER}/kafka-webview-ui-${WEBVIEW_VER}-bin.zip
+RUN curl -fSL -o /tmp/kafka-webview-ui-bin.zip https://github.com/SourceLabOrg/kafka-webview/releases/download/v${WEBVIEW_VER}/kafka-webview-ui-${WEBVIEW_VER}-bin.zip
23
24
# Verify SHA1 hash and extract.
25
RUN echo "${WEBVIEW_SHA1} /tmp/kafka-webview-ui-bin.zip" | sha1sum -c - && \
0 commit comments