diff --git a/build-all-multiplatform.sh b/build-all-multiplatform.sh index c43e3d23..0216a827 100755 --- a/build-all-multiplatform.sh +++ b/build-all-multiplatform.sh @@ -2,7 +2,7 @@ set -eo pipefail -DEBEZIUM_VERSION="2.6" +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 96371d90..fa903786 100755 --- a/build-all.sh +++ b/build-all.sh @@ -2,7 +2,7 @@ set -eo pipefail -DEBEZIUM_VERSION="2.6" +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 f310ab48..be573955 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.6.Final" \ +ENV DEBEZIUM_VERSION="2.3.7.Final" \ MAVEN_REPO_CENTRAL="" \ MAVEN_REPOS_ADDITIONAL="" \ MAVEN_DEP_DESTINATION=$KAFKA_CONNECT_PLUGINS_DIR \ - MONGODB_MD5=1ded42cc5cc459057a3e626d0db4e905 \ - MYSQL_MD5=7af5146f7d16e7607dcda7453434feac \ - POSTGRES_MD5=df6f51f77099364358aef949ad3906e7 \ - SQLSERVER_MD5=5b68ba7238e3dea1daefbc8e5e413b31 \ - ORACLE_MD5=7b341064c22929f8d7f88a307e6ac0c3 \ - DB2_MD5=d38ce55eafaca9217e5b2a6041b40ffd \ - SPANNER_MD5=205537d272d5e4be5c74cb9bf1416f44 \ - VITESS_MD5=fb0f31fd24344c4bdd94098a72d42427 \ - JDBC_MD5=c46d27e54561936e406b1f41c2a8497d \ - KCRESTEXT_MD5=c553e0795382f0be9da931cdd24c3da5 \ - SCRIPTING_MD5=ae7b3859413a594e8fe043af99424bc3 + MONGODB_MD5=172a26afe154f3fe68dd0c29749be609 \ + MYSQL_MD5=ba04d15ec301bf5c8f084ef4e1e0172d \ + POSTGRES_MD5=be442fc694f16f0cafbd9517b57bd82a \ + SQLSERVER_MD5=b38a0b976a757bfa67b719c011ee6b52 \ + ORACLE_MD5=d9da21bc4d1933004f7fc9ad10acef6f \ + DB2_MD5=371ac4e8b0ebd184c36c4478d1ccd91b \ + SPANNER_MD5=4d5d6a8137dcd7bde61c8fd055ab4621 \ + VITESS_MD5=dfa1c2590b47d534fd0b8b70405d4514 \ + JDBC_MD5=dbf14cbd2b3da9465127bcfc5cdeefbb \ + KCRESTEXT_MD5=29efa6c1e3fa126b0d75cc0444fc867f \ + SCRIPTING_MD5=2630de8de4f10f70b046159c32100114 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 a7c77efe..5e5bede7 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.6.Final +ARG DEBEZIUM_VERSION=2.3.7.Final ENV DEBEZIUM_VERSION=${DEBEZIUM_VERSION} # -------- testing --------- diff --git a/connect/snapshot/Dockerfile b/connect/snapshot/Dockerfile index 237022e7..d5f20967 100644 --- a/connect/snapshot/Dockerfile +++ b/connect/snapshot/Dockerfile @@ -2,7 +2,7 @@ FROM quay.io/debezium/connect-base:2.6 LABEL maintainer="Debezium Community" -ARG DEBEZIUM_VERSION=2.6.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 f8e0f41a..69643740 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.6.Final \ +ENV DEBEZIUM_VERSION=2.3.7.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=53e37e2ca6cc4417763d4ac9cc2c6b79 + OPERATOR_MD5=94339d8737e8ba5318bad63211c137b6 USER root # diff --git a/operator/snapshot/Dockerfile b/operator/snapshot/Dockerfile index cc0f5681..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.6.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 039b6a1a..6a3a276d 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.6.0.Alpha1 +ENV PLUGIN_VERSION=v2.3.7.Final ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/10/Dockerfile b/postgres/10/Dockerfile index 8d17f1de..12b25ede 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.6.0.Alpha1 +ENV PLUGIN_VERSION=v2.3.7.Final ENV PROTOC_VERSION=1.4 ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/11-alpine/Dockerfile b/postgres/11-alpine/Dockerfile index b2613015..432f2f7c 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.6.0.Alpha1 +ENV PLUGIN_VERSION=v2.3.7.Final ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/11/Dockerfile b/postgres/11/Dockerfile index 088eb052..44009059 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.6.0.Alpha1 +ENV PLUGIN_VERSION=v2.3.7.Final ENV PROTOC_VERSION=1.4 ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/12-alpine/Dockerfile b/postgres/12-alpine/Dockerfile index 80f7c052..1d33d176 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.6.0.Alpha1 +ENV PLUGIN_VERSION=v2.3.7.Final ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/12/Dockerfile b/postgres/12/Dockerfile index d7c3b6e7..360800d5 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.6.0.Alpha1 +ENV PLUGIN_VERSION=v2.3.7.Final ENV PROTOC_VERSION=1.4 ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/13-alpine/Dockerfile b/postgres/13-alpine/Dockerfile index 0826d786..00566639 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.6.0.Alpha1 +ENV PLUGIN_VERSION=v2.3.7.Final ENV WAL2JSON_COMMIT_ID=wal2json_2_3 diff --git a/postgres/13/Dockerfile b/postgres/13/Dockerfile index e9d6995b..69156327 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.6.0.Alpha1 +ENV PLUGIN_VERSION=v2.3.7.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 86262dcb..962608d9 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.6.0.Alpha1 +ENV PLUGIN_VERSION=v2.3.7.Final ENV WAL2JSON_COMMIT_ID=wal2json_2_3 diff --git a/postgres/14/Dockerfile b/postgres/14/Dockerfile index 7d669682..1c0fc7bc 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.6.0.Alpha1 +ENV PLUGIN_VERSION=v2.3.7.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 62413597..f95293b9 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.6.0.Alpha1 +ENV PLUGIN_VERSION=v2.3.7.Final RUN apk add --no-cache protobuf-c-dev diff --git a/postgres/15/Dockerfile b/postgres/15/Dockerfile index f0ed34ce..dae73a07 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.6.0.Alpha1 +ENV PLUGIN_VERSION=v2.3.7.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 8bd35ec8..62caa8ab 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.6.0.Alpha1 +ENV PLUGIN_VERSION=v2.3.7.Final ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/9.6/Dockerfile b/postgres/9.6/Dockerfile index ca19e4a5..fba796c3 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.6.0.Alpha1 +ENV PLUGIN_VERSION=v2.3.7.Final ENV PROTOC_VERSION=1.4 ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/server/2.3/Dockerfile b/server/2.3/Dockerfile index 0d22c828..b457198b 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.6.Final \ +ENV DEBEZIUM_VERSION=2.3.7.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=b720129903930612f025f50e318240fc + SERVER_MD5=375cb234cfd4855a8496c64c3765f162 # # Create a directory for Debezium Server diff --git a/server/snapshot/Dockerfile b/server/snapshot/Dockerfile index 677c7e20..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.6.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 acb0368e..0822e5a0 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.6.Final +ARG BRANCH=v2.3.7.Final ENV LANG='en_US.UTF-8' \ LANGUAGE='en_US:en' \