File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 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
55MAINTAINER  SourceLab.org <
[email protected] >
66
77# # Define what version of Kafka Webview to build the image using.
8- ENV  WEBVIEW_VER="2.3 .0"  \
9-     WEBVIEW_SHA1="372880f8558541a90bb4753aea25122252817a28 "  \
8+ ENV  WEBVIEW_VER="2.4 .0"  \
9+     WEBVIEW_SHA1="dd0a511ef77864c369646ba01b0755927194c8d7 "  \
1010    WEBVIEW_HOME="/app" 
1111
1212#  Create app and data directories
@@ -19,7 +19,7 @@ RUN mkdir -p ${WEBVIEW_HOME} && \
1919WORKDIR  ${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-1028 /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-1030 /content/org/sourcelab/kafka-webview-ui/${WEBVIEW_VER}/kafka-webview-ui-${WEBVIEW_VER}-bin.zip
2323
2424#  Verify SHA1 hash and extract.
2525RUN  echo "${WEBVIEW_SHA1}  /tmp/kafka-webview-ui-bin.zip"  | sha1sum -c - && \
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments