From 91544920c1547b4334922fd06d4948f2516248cf Mon Sep 17 00:00:00 2001 From: Debezium Builder Date: Thu, 16 Nov 2023 13:52:14 +0000 Subject: [PATCH] Updated container images for release 2.4.1.Final --- build-all-multiplatform.sh | 2 +- build-all.sh | 2 +- connect/2.4/Dockerfile | 24 ++++++++++++------------ connect/2.4/Dockerfile.local | 2 +- connect/snapshot/Dockerfile | 2 +- operator/2.4/Dockerfile | 4 ++-- operator/snapshot/Dockerfile | 2 +- postgres/10-alpine/Dockerfile | 2 +- postgres/10/Dockerfile | 2 +- postgres/11-alpine/Dockerfile | 2 +- postgres/11/Dockerfile | 2 +- postgres/12-alpine/Dockerfile | 2 +- postgres/12/Dockerfile | 2 +- postgres/13-alpine/Dockerfile | 2 +- postgres/13/Dockerfile | 2 +- postgres/14-alpine/Dockerfile | 2 +- postgres/14/Dockerfile | 2 +- postgres/15-alpine/Dockerfile | 2 +- postgres/15/Dockerfile | 2 +- postgres/16-alpine/Dockerfile | 2 +- postgres/16/Dockerfile | 2 +- postgres/9.6-alpine/Dockerfile | 2 +- postgres/9.6/Dockerfile | 2 +- server/2.4/Dockerfile | 4 ++-- server/snapshot/Dockerfile | 2 +- ui/2.4/Dockerfile | 2 +- 26 files changed, 39 insertions(+), 39 deletions(-) diff --git a/build-all-multiplatform.sh b/build-all-multiplatform.sh index 9f235790..0811040b 100755 --- a/build-all-multiplatform.sh +++ b/build-all-multiplatform.sh @@ -2,7 +2,7 @@ set -eo pipefail -DEBEZIUM_VERSION="2.5" +DEBEZIUM_VERSION="2.4" if [ -z "$DEBEZIUM_VERSIONS" ]; then DEBEZIUM_VERSIONS="$DEBEZIUM_VERSION" fi diff --git a/build-all.sh b/build-all.sh index e688c210..1de217da 100755 --- a/build-all.sh +++ b/build-all.sh @@ -2,7 +2,7 @@ set -eo pipefail -DEBEZIUM_VERSION="2.5" +DEBEZIUM_VERSION="2.4" if [ -z "$DEBEZIUM_VERSIONS" ]; then DEBEZIUM_VERSIONS="$DEBEZIUM_VERSION" fi diff --git a/connect/2.4/Dockerfile b/connect/2.4/Dockerfile index 2c6afc82..b04dc0d4 100644 --- a/connect/2.4/Dockerfile +++ b/connect/2.4/Dockerfile @@ -3,21 +3,21 @@ FROM $DEBEZIUM_DOCKER_REGISTRY_PRIMARY_NAME/connect-base:2.4 LABEL maintainer="Debezium Community" -ENV DEBEZIUM_VERSION="2.4.0.Final" \ +ENV DEBEZIUM_VERSION="2.4.1.Final" \ MAVEN_REPO_CENTRAL="" \ MAVEN_REPOS_ADDITIONAL="" \ MAVEN_DEP_DESTINATION=$KAFKA_CONNECT_PLUGINS_DIR \ - MONGODB_MD5=a22784387e0ec8a6abb1606c2c365cb2 \ - MYSQL_MD5=4bff262afc9678f5cbc3be6315b8e71e \ - POSTGRES_MD5=b42c9e208410f39ad1ad09778b1e3f03 \ - SQLSERVER_MD5=9b8bf3c62a7c22c465a32fa27b3cffb5 \ - ORACLE_MD5=21699814400860457dc2334b165882e6 \ - DB2_MD5=0727d7f2d1deeacef39e230acac835a8 \ - SPANNER_MD5=186b07595e914e9139941889fd675044 \ - VITESS_MD5=3b4d24c8c9898df060c408a13fd3429f \ - JDBC_MD5=77c5cb9adf932ab17c041544f4ade357 \ - KCRESTEXT_MD5=25c0353f5a7304b3c4780a20f0f5d0af \ - SCRIPTING_MD5=53a3661e7a9877744f4a30d6483d7957 + MONGODB_MD5=9eca5be68943ceed317b9a75e5d31a3d \ + MYSQL_MD5=db5173f33106bf66f33a8b72343393f5 \ + POSTGRES_MD5=94a4be8a1eb7f58e140c704c2e979fb5 \ + SQLSERVER_MD5=8de2b4c5e2ed721db8dd4ce2af1d25b1 \ + ORACLE_MD5=ddca21aae4c5fb0182c66d513e1cdc07 \ + DB2_MD5=aeb0b0315861eb4645b2dc978eea5d13 \ + SPANNER_MD5=38275097c0b2c37e7fb74ef19cc91b12 \ + VITESS_MD5=7385d77dc63372be03d68d8ec2dd7a4a \ + JDBC_MD5=24ddb94502efc91ded743ba8f32eca57 \ + KCRESTEXT_MD5=5249e62b49f5f84c24b0a4747b14e344 \ + SCRIPTING_MD5=c9951753075ca2507cf530dcf94f109a RUN docker-maven-download debezium mongodb "$DEBEZIUM_VERSION" "$MONGODB_MD5" && \ docker-maven-download debezium mysql "$DEBEZIUM_VERSION" "$MYSQL_MD5" && \ diff --git a/connect/2.4/Dockerfile.local b/connect/2.4/Dockerfile.local index 5fef3e4c..4a84965a 100644 --- a/connect/2.4/Dockerfile.local +++ b/connect/2.4/Dockerfile.local @@ -2,7 +2,7 @@ FROM quay.io/debezium/connect-base:2.4 LABEL maintainer="Debezium Community" -ARG DEBEZIUM_VERSION=2.4.0.Final +ARG DEBEZIUM_VERSION=2.4.1.Final ENV DEBEZIUM_VERSION=${DEBEZIUM_VERSION} # -------- testing --------- diff --git a/connect/snapshot/Dockerfile b/connect/snapshot/Dockerfile index 883ee3af..522a4677 100644 --- a/connect/snapshot/Dockerfile +++ b/connect/snapshot/Dockerfile @@ -2,7 +2,7 @@ FROM quay.io/debezium/connect-base:2.5 LABEL maintainer="Debezium Community" -ARG DEBEZIUM_VERSION=2.5.0-SNAPSHOT +ARG DEBEZIUM_VERSION=2.4.0-SNAPSHOT ENV DEBEZIUM_VERSION=$DEBEZIUM_VERSION \ MAVEN_OSS_SNAPSHOT="https://oss.sonatype.org/content/repositories/snapshots" diff --git a/operator/2.4/Dockerfile b/operator/2.4/Dockerfile index cccb4a32..3c06b9f5 100644 --- a/operator/2.4/Dockerfile +++ b/operator/2.4/Dockerfile @@ -84,11 +84,11 @@ LABEL maintainer="Debezium Community" # Set the version, home directory # ENV LANGUAGE='en_US:en' -ENV DEBEZIUM_VERSION=2.4.0.Final \ +ENV DEBEZIUM_VERSION=2.4.1.Final \ OPERATOR_HOME=/operator \ MAVEN_REPO_CENTRAL="https://repo1.maven.org/maven2" ENV OPERATOR_URL_PATH=io/debezium/debezium-operator/$DEBEZIUM_VERSION/debezium-operator-$DEBEZIUM_VERSION.tar.gz \ - OPERATOR_MD5=30c9590daf684577c6af65c5fe271d7f + OPERATOR_MD5=2855c764ebbc1c066a0ab54ae6c1f744 USER root # diff --git a/operator/snapshot/Dockerfile b/operator/snapshot/Dockerfile index 67eb1f47..3c169546 100644 --- a/operator/snapshot/Dockerfile +++ b/operator/snapshot/Dockerfile @@ -83,7 +83,7 @@ LABEL maintainer="Debezium Community" # # Set the version, home directory # -ARG DEBEZIUM_VERSION=2.5.0-SNAPSHOT +ARG DEBEZIUM_VERSION=2.4.0-SNAPSHOT ENV LANGUAGE='en_US:en' ENV DEBEZIUM_VERSION=$DEBEZIUM_VERSION \ diff --git a/postgres/10-alpine/Dockerfile b/postgres/10-alpine/Dockerfile index 1e50375c..d5aa5fd1 100644 --- a/postgres/10-alpine/Dockerfile +++ b/postgres/10-alpine/Dockerfile @@ -1,7 +1,7 @@ FROM postgres:10-alpine LABEL maintainer="Debezium Community" -ENV PLUGIN_VERSION=v2.5.0.Alpha2 +ENV PLUGIN_VERSION=v2.4.1.Final ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/10/Dockerfile b/postgres/10/Dockerfile index 8b6753a1..9439f036 100644 --- a/postgres/10/Dockerfile +++ b/postgres/10/Dockerfile @@ -1,7 +1,7 @@ FROM postgres:10-bullseye AS build ARG USE_POSTGIS=true -ENV PLUGIN_VERSION=v2.5.0.Alpha2 +ENV PLUGIN_VERSION=v2.4.1.Final ENV PROTOC_VERSION=1.4 ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/11-alpine/Dockerfile b/postgres/11-alpine/Dockerfile index 1ed059c3..792bd4b2 100644 --- a/postgres/11-alpine/Dockerfile +++ b/postgres/11-alpine/Dockerfile @@ -1,7 +1,7 @@ FROM postgres:11-alpine LABEL maintainer="Debezium Community" -ENV PLUGIN_VERSION=v2.5.0.Alpha2 +ENV PLUGIN_VERSION=v2.4.1.Final ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/11/Dockerfile b/postgres/11/Dockerfile index a8a49ce6..6fa922d0 100644 --- a/postgres/11/Dockerfile +++ b/postgres/11/Dockerfile @@ -1,7 +1,7 @@ FROM postgres:11-bullseye AS build ARG USE_POSTGIS=true -ENV PLUGIN_VERSION=v2.5.0.Alpha2 +ENV PLUGIN_VERSION=v2.4.1.Final ENV PROTOC_VERSION=1.4 ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/12-alpine/Dockerfile b/postgres/12-alpine/Dockerfile index b2cd060c..428ab8b1 100644 --- a/postgres/12-alpine/Dockerfile +++ b/postgres/12-alpine/Dockerfile @@ -1,7 +1,7 @@ FROM postgres:12-alpine LABEL maintainer="Debezium Community" -ENV PLUGIN_VERSION=v2.5.0.Alpha2 +ENV PLUGIN_VERSION=v2.4.1.Final ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/12/Dockerfile b/postgres/12/Dockerfile index 5d63d59c..51ee5531 100644 --- a/postgres/12/Dockerfile +++ b/postgres/12/Dockerfile @@ -1,7 +1,7 @@ FROM postgres:12-bullseye AS build ARG USE_POSTGIS=true -ENV PLUGIN_VERSION=v2.5.0.Alpha2 +ENV PLUGIN_VERSION=v2.4.1.Final ENV PROTOC_VERSION=1.4 ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/13-alpine/Dockerfile b/postgres/13-alpine/Dockerfile index ff60f873..75607b5c 100644 --- a/postgres/13-alpine/Dockerfile +++ b/postgres/13-alpine/Dockerfile @@ -1,7 +1,7 @@ FROM postgres:13-alpine LABEL maintainer="Debezium Community" -ENV PLUGIN_VERSION=v2.5.0.Alpha2 +ENV PLUGIN_VERSION=v2.4.1.Final ENV WAL2JSON_COMMIT_ID=wal2json_2_3 diff --git a/postgres/13/Dockerfile b/postgres/13/Dockerfile index 34846a56..7bf95c84 100644 --- a/postgres/13/Dockerfile +++ b/postgres/13/Dockerfile @@ -1,7 +1,7 @@ FROM postgres:13-bullseye AS build ARG USE_POSTGIS=true -ENV PLUGIN_VERSION=v2.5.0.Alpha2 +ENV PLUGIN_VERSION=v2.4.1.Final ENV PROTOC_VERSION=1.4 ENV WAL2JSON_COMMIT_ID=wal2json_2_3 diff --git a/postgres/14-alpine/Dockerfile b/postgres/14-alpine/Dockerfile index 31b2700c..4a3fb7ca 100644 --- a/postgres/14-alpine/Dockerfile +++ b/postgres/14-alpine/Dockerfile @@ -1,7 +1,7 @@ FROM postgres:14-alpine LABEL maintainer="Debezium Community" -ENV PLUGIN_VERSION=v2.5.0.Alpha2 +ENV PLUGIN_VERSION=v2.4.1.Final ENV WAL2JSON_COMMIT_ID=wal2json_2_3 diff --git a/postgres/14/Dockerfile b/postgres/14/Dockerfile index f397dc87..18375b73 100644 --- a/postgres/14/Dockerfile +++ b/postgres/14/Dockerfile @@ -1,7 +1,7 @@ FROM postgres:14-bullseye AS build ARG USE_POSTGIS=true -ENV PLUGIN_VERSION=v2.5.0.Alpha2 +ENV PLUGIN_VERSION=v2.4.1.Final ENV PROTOC_VERSION=1.4 ENV WAL2JSON_COMMIT_ID=wal2json_2_3 diff --git a/postgres/15-alpine/Dockerfile b/postgres/15-alpine/Dockerfile index 5de05a57..a6a69d62 100644 --- a/postgres/15-alpine/Dockerfile +++ b/postgres/15-alpine/Dockerfile @@ -1,7 +1,7 @@ FROM postgres:15-alpine LABEL maintainer="Debezium Community" -ENV PLUGIN_VERSION=v2.5.0.Alpha2 +ENV PLUGIN_VERSION=v2.4.1.Final RUN apk add --no-cache protobuf-c-dev diff --git a/postgres/15/Dockerfile b/postgres/15/Dockerfile index 1e2f6665..096c763f 100644 --- a/postgres/15/Dockerfile +++ b/postgres/15/Dockerfile @@ -1,7 +1,7 @@ FROM postgres:15-bullseye AS build ARG USE_POSTGIS=true -ENV PLUGIN_VERSION=v2.5.0.Alpha2 +ENV PLUGIN_VERSION=v2.4.1.Final ENV PROTOC_VERSION=1.4 # Install the packages which will be required to get everything to compile diff --git a/postgres/16-alpine/Dockerfile b/postgres/16-alpine/Dockerfile index e2b9af95..9158fedb 100644 --- a/postgres/16-alpine/Dockerfile +++ b/postgres/16-alpine/Dockerfile @@ -1,7 +1,7 @@ FROM postgres:16-alpine LABEL maintainer="Debezium Community" -ENV PLUGIN_VERSION=v2.5.0.Alpha2 +ENV PLUGIN_VERSION=v2.4.1.Final RUN apk add --no-cache protobuf-c-dev diff --git a/postgres/16/Dockerfile b/postgres/16/Dockerfile index c6e408be..cd38e546 100644 --- a/postgres/16/Dockerfile +++ b/postgres/16/Dockerfile @@ -1,7 +1,7 @@ FROM postgres:16-bullseye AS build ARG USE_POSTGIS=true -ENV PLUGIN_VERSION=v2.5.0.Alpha2 +ENV PLUGIN_VERSION=v2.4.1.Final ENV PROTOC_VERSION=1.4 # Install the packages which will be required to get everything to compile diff --git a/postgres/9.6-alpine/Dockerfile b/postgres/9.6-alpine/Dockerfile index 6abc2775..65b816d2 100644 --- a/postgres/9.6-alpine/Dockerfile +++ b/postgres/9.6-alpine/Dockerfile @@ -1,7 +1,7 @@ FROM postgres:9.6-alpine LABEL maintainer="Debezium Community" -ENV PLUGIN_VERSION=v2.5.0.Alpha2 +ENV PLUGIN_VERSION=v2.4.1.Final ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/9.6/Dockerfile b/postgres/9.6/Dockerfile index 18872e12..e288bc34 100644 --- a/postgres/9.6/Dockerfile +++ b/postgres/9.6/Dockerfile @@ -1,7 +1,7 @@ FROM postgres:9.6-bullseye AS build ARG USE_POSTGIS=true -ENV PLUGIN_VERSION=v2.5.0.Alpha2 +ENV PLUGIN_VERSION=v2.4.1.Final ENV PROTOC_VERSION=1.4 ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/server/2.4/Dockerfile b/server/2.4/Dockerfile index 1bdce18a..20b3fec7 100644 --- a/server/2.4/Dockerfile +++ b/server/2.4/Dockerfile @@ -5,11 +5,11 @@ LABEL maintainer="Debezium Community" # # Set the version, home directory, and MD5 hash. # -ENV DEBEZIUM_VERSION=2.4.0.Final \ +ENV DEBEZIUM_VERSION=2.4.1.Final \ SERVER_HOME=/debezium \ MAVEN_REPO_CENTRAL="https://repo1.maven.org/maven2" ENV SERVER_URL_PATH=io/debezium/debezium-server-dist/$DEBEZIUM_VERSION/debezium-server-dist-$DEBEZIUM_VERSION.tar.gz \ - SERVER_MD5=34537ef25170a297ceb0df007c35491e + SERVER_MD5=84d51ee881cbb09e49a369b0847fc7eb # # Create a directory for Debezium Server diff --git a/server/snapshot/Dockerfile b/server/snapshot/Dockerfile index 37506d6e..baf15513 100644 --- a/server/snapshot/Dockerfile +++ b/server/snapshot/Dockerfile @@ -5,7 +5,7 @@ LABEL maintainer="Debezium Community" # # Set the version, home directory # -ARG DEBEZIUM_VERSION=2.5.0-SNAPSHOT +ARG DEBEZIUM_VERSION=2.4.0-SNAPSHOT ENV DEBEZIUM_VERSION=$DEBEZIUM_VERSION \ SERVER_HOME=/debezium \ diff --git a/ui/2.4/Dockerfile b/ui/2.4/Dockerfile index 0caec547..a1f1377e 100644 --- a/ui/2.4/Dockerfile +++ b/ui/2.4/Dockerfile @@ -6,7 +6,7 @@ FROM registry.access.redhat.com/ubi9/ubi-minimal AS builder ARG JAVA_PACKAGE=java-11-openjdk-devel -ARG BRANCH=v2.4.0.Final +ARG BRANCH=v2.4.1.Final ENV LANG='en_US.UTF-8' \ LANGUAGE='en_US:en' \