Skip to content
Snippets Groups Projects
Commit 63cafdd1 authored by Nicolas Dandrimont's avatar Nicolas Dandrimont
Browse files

Bump kafka to 3.5.0 (3.3.2 is archived now)

parent 59644293
No related branches found
No related tags found
No related merge requests found
......@@ -4,10 +4,10 @@ FROM $REGISTRY/tox as kafka_fetcher
# retrieve and uncompress kafka application, checking it's the
# expected archive we retrieve
ARG SCALA_VERSION=2.13
ARG KAFKA_VERSION=3.3.2
ARG KAFKA_VERSION=3.5.0
ARG KAFKA_APP=kafka_${SCALA_VERSION}-${KAFKA_VERSION}
ARG TARBALL=${KAFKA_APP}.tgz
ARG KAFKA_SHA512SUM=f56657105a67f6195c1d4795b5fb4a00fc5e2f5cce061d7f7a504063778187b325c6fbe51d7c59f57cd7ef323a37d4c2c780c27a5609a2008852cbfa944287b3
ARG KAFKA_SHA512SUM=7b79bd0844db683c06c3491955bb183d48a47fa4639d2e241b9f4ff4060c4b70814dac7d96bea87dffca0c8ae038278c4fabf68d4ea1194228d67d9c3b1d247c
ARG CHECKSUMS=${TARBALL}.sha512
ARG APACHE_MIRROR_URL=https://dlcdn.apache.org
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment