File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- FROM strimzi/kafka:latest-kafka-2.5 .0 as builder
1+ FROM strimzi/kafka:latest-kafka-2.6 .0 as builder
22
33FROM ibmjava:8-jre
44
@@ -10,7 +10,7 @@ COPY --chown=esuser:esgroup --from=builder /opt/kafka/libs/ /opt/kafka/libs/
1010COPY --chown=esuser:esgroup --from=builder /opt/kafka/config/connect-distributed.properties /opt/kafka/config/
1111COPY --chown=esuser:esgroup --from=builder /opt/kafka/config/connect-log4j.properties /opt/kafka/config/
1212RUN mkdir /opt/kafka/logs && chown esuser:esgroup /opt/kafka/logs
13- COPY --chown=esuser:esgroup target/kafka-connect-mq-sink-1.3.0 -jar-with-dependencies.jar /opt/kafka/libs/
13+ COPY --chown=esuser:esgroup target/kafka-connect-mq-sink-1.3.1 -jar-with-dependencies.jar /opt/kafka/libs/
1414
1515WORKDIR /opt/kafka
1616
You can’t perform that action at this time.
0 commit comments