diff --git a/Dockerfile b/Dockerfile index 5d5a8b0..a7bf070 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ LABEL maintainer=${IMG_MAINTAINER} ARG KAFKA_PORT -ARG KAFKA_VERSION="3.9.0" +ARG KAFKA_VERSION="3.9.1" ARG SCALA_VERSION="2.13" ARG KAFKA_DOWNLOAD_URL="https://downloads.apache.org/kafka/${KAFKA_VERSION}/kafka_${SCALA_VERSION}-${KAFKA_VERSION}.tgz" diff --git a/ReadMe.txt b/ReadMe.txt index 10fa337..2ef6f8f 100644 --- a/ReadMe.txt +++ b/ReadMe.txt @@ -5,7 +5,8 @@ Welcome to Rx3-Docker/Kafka docker image! This project aims to build a Kafka docker image used by other Rx3 packaging projects. Features: - - Curtently based on rx3-docker/java:1.1.2-mga9 image. + - Curtently based on rx3-docker/java:1.1.3-mga9 image, + - Kafka 3.9.1 and Scala 2.13. diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index 6a8c5c9..99b5282 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -1,3 +1,13 @@ +------------------------------------------------------------------------------------------------------------------------------------ +Rx3-Docker/Kafka V 1.0.4 - A. GIBERT - 2025/09/19 +------------------------------------------------------------------------------------------------------------------------------------ + +- Now use rx3-docker/java:1.1.3-mga9 image, +- Update Kafka to 3.9.1, +- Rebuild for updates. + + + ------------------------------------------------------------------------------------------------------------------------------------ Rx3-Docker/Kafka V 1.0.3 - A. GIBERT - 2025/04/21 ------------------------------------------------------------------------------------------------------------------------------------ diff --git a/env.dist b/env.dist index ba43b8e..4b4869c 100644 --- a/env.dist +++ b/env.dist @@ -31,7 +31,7 @@ PORT_SV_OFFSET=1000 # | Prefix | Name | URL Prefix | Name | Name Full | Version | URL Prefix | Name | Version | Name | Version | Ext | Int | Ext | Int | Name / Id | Name / Id | #------------------+----------+--------------------------+--------------------+------------------+-------------------------------+-----------------+--------------------+---------------+------------+--------------+------------+-------+-------+-------+-------+--------------+--------------+ -docker_service_add TS topic-server ${ORG_URL_PREFIX} kafka "Rx3-Docker/Kafka" 1.0.3-mga9 ${ORG_URL_PREFIX} java 1.1.2-mga9 - - 9092 9092 - - apache apache +docker_service_add TS topic-server ${ORG_URL_PREFIX} kafka "Rx3-Docker/Kafka" 1.0.4-mga9 ${ORG_URL_PREFIX} java 1.1.3-mga9 - - 9092 9092 - - apache apache