diff --git a/build-all-multiplatform.sh b/build-all-multiplatform.sh index 9f235790..0216a827 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.3" if [ -z "$DEBEZIUM_VERSIONS" ]; then DEBEZIUM_VERSIONS="$DEBEZIUM_VERSION" fi diff --git a/build-all.sh b/build-all.sh index e688c210..fa903786 100755 --- a/build-all.sh +++ b/build-all.sh @@ -2,7 +2,7 @@ set -eo pipefail -DEBEZIUM_VERSION="2.5" +DEBEZIUM_VERSION="2.3" if [ -z "$DEBEZIUM_VERSIONS" ]; then DEBEZIUM_VERSIONS="$DEBEZIUM_VERSION" fi diff --git a/connect/2.3/Dockerfile b/connect/2.3/Dockerfile index 612e1302..e724b316 100644 --- a/connect/2.3/Dockerfile +++ b/connect/2.3/Dockerfile @@ -3,21 +3,21 @@ FROM $DEBEZIUM_DOCKER_REGISTRY_PRIMARY_NAME/connect-base:2.3 LABEL maintainer="Debezium Community" -ENV DEBEZIUM_VERSION="2.3.4.Final" \ +ENV DEBEZIUM_VERSION="2.3.5.Final" \ MAVEN_REPO_CENTRAL="" \ MAVEN_REPOS_ADDITIONAL="" \ MAVEN_DEP_DESTINATION=$KAFKA_CONNECT_PLUGINS_DIR \ - MONGODB_MD5=fb50f25d43983bfa7b639152ee86a027 \ - MYSQL_MD5=0edaba4dba83eb239f7a46716bb4b7df \ - POSTGRES_MD5=360045e21fb3715dc2a3eca360df281f \ - SQLSERVER_MD5=74a1796b59d6a3b3f8032604d7b33ab4 \ - ORACLE_MD5=d8fe46f8896c3f812cea9f975b209b99 \ - DB2_MD5=116a394617e8f82023a7328e13b89655 \ - SPANNER_MD5=7cb0f7124ce48fa74b95f894eeb453ca \ - VITESS_MD5=d78c58be8a57970cc221e830956b55ef \ - JDBC_MD5=a4c4e2d2e1e002ed055fbf3edbeeac79 \ - KCRESTEXT_MD5=e9820573baac824f33bc884253113931 \ - SCRIPTING_MD5=a539d7490d150fc1ca278aaf815e2632 + MONGODB_MD5=b90b52e643b94938fb493f7d2a2ca4f4 \ + MYSQL_MD5=42295b860383b96f924eedc1bd726681 \ + POSTGRES_MD5=f3cbed0945cdcf95879a2fe4afc76ec5 \ + SQLSERVER_MD5=110932881c359341effc95f5209c371e \ + ORACLE_MD5=85b92901a6e95aa05620fc035300dc50 \ + DB2_MD5=063e7fbecf81ce5d7cf0fbaefa349b34 \ + SPANNER_MD5=c70eed8b485b8c96c4598f832eebc37f \ + VITESS_MD5=1b1177a92f276f788057dfeac19254ea \ + JDBC_MD5=94146868278b55b54e6593f094c50162 \ + KCRESTEXT_MD5=ef81f705dad2c30590d6a2e513e31b35 \ + SCRIPTING_MD5=a5e5725ba7e84e910c8b9f808351a464 RUN docker-maven-download debezium mongodb "$DEBEZIUM_VERSION" "$MONGODB_MD5" && \ docker-maven-download debezium mysql "$DEBEZIUM_VERSION" "$MYSQL_MD5" && \ diff --git a/connect/2.3/Dockerfile.local b/connect/2.3/Dockerfile.local index 647f3bd1..38e73831 100644 --- a/connect/2.3/Dockerfile.local +++ b/connect/2.3/Dockerfile.local @@ -2,7 +2,7 @@ FROM quay.io/debezium/connect-base:2.2 LABEL maintainer="Debezium Community" -ARG DEBEZIUM_VERSION=2.3.4.Final +ARG DEBEZIUM_VERSION=2.3.5.Final ENV DEBEZIUM_VERSION=${DEBEZIUM_VERSION} # -------- testing --------- diff --git a/connect/snapshot/Dockerfile b/connect/snapshot/Dockerfile index 883ee3af..55acf7d9 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.3.0-SNAPSHOT ENV DEBEZIUM_VERSION=$DEBEZIUM_VERSION \ MAVEN_OSS_SNAPSHOT="https://oss.sonatype.org/content/repositories/snapshots" diff --git a/operator/2.3/Dockerfile b/operator/2.3/Dockerfile index cb2cc356..29774a58 100644 --- a/operator/2.3/Dockerfile +++ b/operator/2.3/Dockerfile @@ -84,11 +84,11 @@ LABEL maintainer="Debezium Community" # Set the version, home directory # ENV LANGUAGE='en_US:en' -ENV DEBEZIUM_VERSION=2.3.4.Final \ +ENV DEBEZIUM_VERSION=2.3.5.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=cb105b08ca1e291ce1009de90b7a6ff8 + OPERATOR_MD5=c043f52a717ad1c35532db3f1da25b59 USER root # diff --git a/operator/snapshot/Dockerfile b/operator/snapshot/Dockerfile index f355c086..44e29521 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.3.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 063b838f..6e030a48 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.CR1 +ENV PLUGIN_VERSION=v2.3.5.Final ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/10/Dockerfile b/postgres/10/Dockerfile index 746e969b..aabe6485 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.CR1 +ENV PLUGIN_VERSION=v2.3.5.Final ENV PROTOC_VERSION=1.4 ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/11-alpine/Dockerfile b/postgres/11-alpine/Dockerfile index 68725395..3fdde9d4 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.CR1 +ENV PLUGIN_VERSION=v2.3.5.Final ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/11/Dockerfile b/postgres/11/Dockerfile index fa200da2..766ecf23 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.CR1 +ENV PLUGIN_VERSION=v2.3.5.Final ENV PROTOC_VERSION=1.4 ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/12-alpine/Dockerfile b/postgres/12-alpine/Dockerfile index c01152c5..7a2eaae1 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.CR1 +ENV PLUGIN_VERSION=v2.3.5.Final ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/12/Dockerfile b/postgres/12/Dockerfile index bf6b63bc..c7f8d3ad 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.CR1 +ENV PLUGIN_VERSION=v2.3.5.Final ENV PROTOC_VERSION=1.4 ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/13-alpine/Dockerfile b/postgres/13-alpine/Dockerfile index 2855ee89..3c60e273 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.CR1 +ENV PLUGIN_VERSION=v2.3.5.Final ENV WAL2JSON_COMMIT_ID=wal2json_2_3 diff --git a/postgres/13/Dockerfile b/postgres/13/Dockerfile index 3c3e15b3..1f2605b4 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.CR1 +ENV PLUGIN_VERSION=v2.3.5.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 15a5e7e4..bf9f8ff4 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.CR1 +ENV PLUGIN_VERSION=v2.3.5.Final ENV WAL2JSON_COMMIT_ID=wal2json_2_3 diff --git a/postgres/14/Dockerfile b/postgres/14/Dockerfile index a3092a57..27d2a6d1 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.CR1 +ENV PLUGIN_VERSION=v2.3.5.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 1e71707e..386a390b 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.CR1 +ENV PLUGIN_VERSION=v2.3.5.Final RUN apk add --no-cache protobuf-c-dev diff --git a/postgres/15/Dockerfile b/postgres/15/Dockerfile index 81fd2dd2..656ef81e 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.CR1 +ENV PLUGIN_VERSION=v2.3.5.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 71fef982..fdfb597a 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.CR1 +ENV PLUGIN_VERSION=v2.3.5.Final ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/9.6/Dockerfile b/postgres/9.6/Dockerfile index 7e60ebcf..6f8b199e 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.CR1 +ENV PLUGIN_VERSION=v2.3.5.Final ENV PROTOC_VERSION=1.4 ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/server/2.3/Dockerfile b/server/2.3/Dockerfile index 243600c5..532deb13 100644 --- a/server/2.3/Dockerfile +++ b/server/2.3/Dockerfile @@ -5,11 +5,11 @@ LABEL maintainer="Debezium Community" # # Set the version, home directory, and MD5 hash. # -ENV DEBEZIUM_VERSION=2.3.4.Final \ +ENV DEBEZIUM_VERSION=2.3.5.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=cd0f51a86e1a4f4ea5ae3b5ff35fd2c3 + SERVER_MD5=5a591c0f5e1ec54f455d47126c4476cb # # Create a directory for Debezium Server diff --git a/server/snapshot/Dockerfile b/server/snapshot/Dockerfile index 37506d6e..f234d0b1 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.3.0-SNAPSHOT ENV DEBEZIUM_VERSION=$DEBEZIUM_VERSION \ SERVER_HOME=/debezium \ diff --git a/ui/2.3/Dockerfile b/ui/2.3/Dockerfile index 079a661d..8f71261c 100644 --- a/ui/2.3/Dockerfile +++ b/ui/2.3/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.3.4.Final +ARG BRANCH=v2.3.5.Final ENV LANG='en_US.UTF-8' \ LANGUAGE='en_US:en' \