Skip to content

Commit

Permalink
Merge pull request #93 from Joel-hanson/patch-1
Browse files Browse the repository at this point in the history
Replace Broken Kafka Binary Link In Dockerfile
  • Loading branch information
neeraj-laad authored Aug 12, 2024
2 parents d04461c + 5fab51b commit cc6c4c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kafka-connect/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM alpine as builder
RUN apk update
RUN apk --no-cache add curl

RUN curl -L "https://downloads.apache.org/kafka/3.4.1/kafka_2.12-3.4.1.tgz" -o kafka.tgz
RUN curl -L "https://downloads.apache.org/kafka/3.6.2/kafka_2.12-3.6.2.tgz" -o kafka.tgz
RUN mkdir /opt/kafka \
&& tar -xf kafka.tgz -C /opt/kafka --strip-components=1

Expand Down

0 comments on commit cc6c4c4

Please # to comment.