File tree 4 files changed +7
-6
lines changed
4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ versions += [
105
105
kafka_34 : " 3.4.1" ,
106
106
kafka_35 : " 3.5.2" ,
107
107
kafka_36 : " 3.6.2" ,
108
- kafka_37 : " 3.7.1 " ,
108
+ kafka_37 : " 3.7.2 " ,
109
109
kafka_38 : " 3.8.1" ,
110
110
kafka_39 : " 3.9.0" ,
111
111
log4j2 : " 2.24.1" ,
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ RUN mkdir -p "/opt/kafka-3.3.2" && chmod a+rw /opt/kafka-3.3.2 && curl -s "$KAFK
99
99
RUN mkdir -p "/opt/kafka-3.4.1" && chmod a+rw /opt/kafka-3.4.1 && curl -s "$KAFKA_MIRROR/kafka_2.12-3.4.1.tgz" | tar xz --strip-components=1 -C "/opt/kafka-3.4.1"
100
100
RUN mkdir -p "/opt/kafka-3.5.2" && chmod a+rw /opt/kafka-3.5.2 && curl -s "$KAFKA_MIRROR/kafka_2.12-3.5.2.tgz" | tar xz --strip-components=1 -C "/opt/kafka-3.5.2"
101
101
RUN mkdir -p "/opt/kafka-3.6.2" && chmod a+rw /opt/kafka-3.6.2 && curl -s "$KAFKA_MIRROR/kafka_2.12-3.6.2.tgz" | tar xz --strip-components=1 -C "/opt/kafka-3.6.2"
102
- RUN mkdir -p "/opt/kafka-3.7.1 " && chmod a+rw /opt/kafka-3.7.1 && curl -s "$KAFKA_MIRROR/kafka_2.12-3.7.1 .tgz" | tar xz --strip-components=1 -C "/opt/kafka-3.7.1 "
102
+ RUN mkdir -p "/opt/kafka-3.7.2 " && chmod a+rw /opt/kafka-3.7.2 && curl -s "$KAFKA_MIRROR/kafka_2.12-3.7.2 .tgz" | tar xz --strip-components=1 -C "/opt/kafka-3.7.2 "
103
103
RUN mkdir -p "/opt/kafka-3.8.1" && chmod a+rw /opt/kafka-3.8.1 && curl -s "$KAFKA_MIRROR/kafka_2.12-3.8.1.tgz" | tar xz --strip-components=1 -C "/opt/kafka-3.8.1"
104
104
RUN mkdir -p "/opt/kafka-3.9.0" && chmod a+rw /opt/kafka-3.9.0 && curl -s "$KAFKA_MIRROR/kafka_2.12-3.9.0.tgz" | tar xz --strip-components=1 -C "/opt/kafka-3.9.0"
105
105
@@ -124,7 +124,7 @@ RUN curl -s "$KAFKA_MIRROR/kafka-streams-3.3.2-test.jar" -o /opt/kafka-3.3.2/lib
124
124
RUN curl -s "$KAFKA_MIRROR/kafka-streams-3.4.1-test.jar" -o /opt/kafka-3.4.1/libs/kafka-streams-3.4.1-test.jar
125
125
RUN curl -s "$KAFKA_MIRROR/kafka-streams-3.5.2-test.jar" -o /opt/kafka-3.5.2/libs/kafka-streams-3.5.2-test.jar
126
126
RUN curl -s "$KAFKA_MIRROR/kafka-streams-3.6.2-test.jar" -o /opt/kafka-3.6.2/libs/kafka-streams-3.6.2-test.jar
127
- RUN curl -s "$KAFKA_MIRROR/kafka-streams-3.7.1 -test.jar" -o /opt/kafka-3.7.1 /libs/kafka-streams-3.7.1 -test.jar
127
+ RUN curl -s "$KAFKA_MIRROR/kafka-streams-3.7.2 -test.jar" -o /opt/kafka-3.7.2 /libs/kafka-streams-3.7.2 -test.jar
128
128
RUN curl -s "$KAFKA_MIRROR/kafka-streams-3.8.1-test.jar" -o /opt/kafka-3.8.1/libs/kafka-streams-3.8.1-test.jar
129
129
RUN curl -s "$KAFKA_MIRROR/kafka-streams-3.9.0-test.jar" -o /opt/kafka-3.9.0/libs/kafka-streams-3.9.0-test.jar
130
130
Original file line number Diff line number Diff line change @@ -218,7 +218,8 @@ def get_version(node=None):
218
218
# 3.7.x version
219
219
V_3_7_0 = KafkaVersion ("3.7.0" )
220
220
V_3_7_1 = KafkaVersion ("3.7.1" )
221
- LATEST_3_7 = V_3_7_1
221
+ V_3_7_2 = KafkaVersion ("3.7.2" )
222
+ LATEST_3_7 = V_3_7_2
222
223
223
224
# 3.8.x version
224
225
V_3_8_0 = KafkaVersion ("3.8.0" )
Original file line number Diff line number Diff line change @@ -154,8 +154,8 @@ get_kafka 3.5.2 2.12
154
154
chmod a+rw /opt/kafka-3.5.2
155
155
get_kafka 3.6.2 2.12
156
156
chmod a+rw /opt/kafka-3.6.2
157
- get_kafka 3.7.1 2.12
158
- chmod a+rw /opt/kafka-3.7.1
157
+ get_kafka 3.7.2 2.12
158
+ chmod a+rw /opt/kafka-3.7.2
159
159
get_kafka 3.8.1 2.12
160
160
chmod a+rw /opt/kafka-3.8.1
161
161
get_kafka 3.9.0 2.12
You can’t perform that action at this time.
0 commit comments