Skip to content

Commit

Permalink
Upgrade to 7.7.0 ccs (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
laxmanchekka authored Aug 20, 2024
1 parent 580084f commit 3a1fa8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ubuntu:22.04 AS install

# Use latest stable release here
ENV CONFLUENT_VERSION=7.5.4
ENV CONFLUENT_VERSION=7.7.0

USER root
WORKDIR /install
Expand Down
4 changes: 2 additions & 2 deletions docker/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ set -eux

echo "*** Downloading Schema Registry"
# download confluent binaries
curl -sSL http://packages.confluent.io/archive/7.5/confluent-community-$CONFLUENT_VERSION.tar.gz | tar xz \
curl -sSL http://packages.confluent.io/archive/7.7/confluent-community-$CONFLUENT_VERSION.tar.gz | tar xz \
confluent-$CONFLUENT_VERSION/bin/schema-registry-run-class \
confluent-$CONFLUENT_VERSION/etc/schema-registry \
confluent-$CONFLUENT_VERSION/share/java/confluent-common \
confluent-$CONFLUENT_VERSION/share/java/rest-utils \
confluent-$CONFLUENT_VERSION/share/java/schema-registry \
confluent-$CONFLUENT_VERSION/share/java/kafka \
confluent-$CONFLUENT_VERSION/share/java/ksqldb \
confluent-$CONFLUENT_VERSION/share/java/kafka-serde-tools/commons-codec-1.15.jar \
confluent-$CONFLUENT_VERSION/share/java/kafka-serde-tools/commons-codec-1.16.1.jar \

mv confluent-$CONFLUENT_VERSION/* .

Expand Down

0 comments on commit 3a1fa8b

Please sign in to comment.