diff --git a/build-all-multiplatform.sh b/build-all-multiplatform.sh index f0f7c9a9..c43e3d23 100755 --- a/build-all-multiplatform.sh +++ b/build-all-multiplatform.sh @@ -2,7 +2,7 @@ set -eo pipefail -DEBEZIUM_VERSION="2.7" +DEBEZIUM_VERSION="2.6" if [ -z "$DEBEZIUM_VERSIONS" ]; then DEBEZIUM_VERSIONS="$DEBEZIUM_VERSION" fi diff --git a/build-all.sh b/build-all.sh index 66b4f293..96371d90 100755 --- a/build-all.sh +++ b/build-all.sh @@ -2,7 +2,7 @@ set -eo pipefail -DEBEZIUM_VERSION="2.7" +DEBEZIUM_VERSION="2.6" if [ -z "$DEBEZIUM_VERSIONS" ]; then DEBEZIUM_VERSIONS="$DEBEZIUM_VERSION" fi diff --git a/connect/2.6/Dockerfile b/connect/2.6/Dockerfile index 191a2e1a..1982a495 100644 --- a/connect/2.6/Dockerfile +++ b/connect/2.6/Dockerfile @@ -3,22 +3,22 @@ FROM $DEBEZIUM_DOCKER_REGISTRY_PRIMARY_NAME/connect-base:2.6 LABEL maintainer="Debezium Community" -ENV DEBEZIUM_VERSION="2.6.1.Final" \ +ENV DEBEZIUM_VERSION="2.6.2.Final" \ MAVEN_REPO_CENTRAL="" \ MAVEN_REPOS_ADDITIONAL="" \ - MONGODB_MD5=4a54c681626a8e7daa541c1af7430299 \ - MYSQL_MD5=254a736b9c42606d1cd9d5167adfe6c5 \ - POSTGRES_MD5=19c504725ae1bde425d176c3ca3952a9 \ - SQLSERVER_MD5=be9ce1d3929488718ad582873b9869d4 \ - ORACLE_MD5=39e5a749fb3d7bae3ed106aec5b11561 \ - DB2_MD5=b03f59516bbdebaedf7c974c8319981b \ - SPANNER_MD5=3900dceaae7aed8ab2cbbeb0a452d615 \ - VITESS_MD5=78b2ce29710ccc11f85109ce7316cd5f \ - JDBC_MD5=027ac34413994b9b1bc8e9a5164ba4ff \ - INFORMIX_MD5=c0b85654f2c1bac14672a1ef4f73bfcf \ - IBMI_MD5=384bc3cc450355e18a3036d10cc06b10 \ - KCRESTEXT_MD5=310b7b622ec06b6eb475f82b8cc3176c \ - SCRIPTING_MD5=01e613e9ab093b32afd796fda1cc4c05 + MONGODB_MD5=bbcbbf8880be252249b15b2f0a75c950 \ + MYSQL_MD5=f2f8f8a0fbd3d84af6ee3f6aab5b0a54 \ + POSTGRES_MD5=5e5c428927179fd6df6d727ba95e9e1c \ + SQLSERVER_MD5=e5cea53628fd46d35f525d75ac410388 \ + ORACLE_MD5=de3ba5fe660055c595012ea2cb153c28 \ + DB2_MD5=1f86d380947c31b840290ff19685bb27 \ + SPANNER_MD5=b6461bf69a1835411ec8f26639f1e52d \ + VITESS_MD5=1a21bdfd27c9edaae7493344d5299f8f \ + JDBC_MD5=ba9f5cea0c7a8dc925c4035b11ddeb71 \ + INFORMIX_MD5=3903b870a97a2ea161b7834d857e6b94 \ + IBMI_MD5=3bf900580328079c97f9e430c697b469 \ + KCRESTEXT_MD5=f291987d8df27b8019a3f7fe81f953c0 \ + SCRIPTING_MD5=7104dc0f933741c586e26ac62f9b948e RUN docker-maven-download debezium mongodb "$DEBEZIUM_VERSION" "$MONGODB_MD5" && \ docker-maven-download debezium mysql "$DEBEZIUM_VERSION" "$MYSQL_MD5" && \ diff --git a/connect/2.6/Dockerfile.local b/connect/2.6/Dockerfile.local index d0cc353f..9db50229 100644 --- a/connect/2.6/Dockerfile.local +++ b/connect/2.6/Dockerfile.local @@ -2,7 +2,7 @@ FROM quay.io/debezium/connect-base:2.6 LABEL maintainer="Debezium Community" -ARG DEBEZIUM_VERSION=2.6.1.Final +ARG DEBEZIUM_VERSION=2.6.2.Final ENV DEBEZIUM_VERSION=${DEBEZIUM_VERSION} # -------- testing --------- diff --git a/connect/snapshot/Dockerfile b/connect/snapshot/Dockerfile index d3208315..218b51f5 100644 --- a/connect/snapshot/Dockerfile +++ b/connect/snapshot/Dockerfile @@ -2,7 +2,7 @@ FROM quay.io/debezium/connect-base:2.7 LABEL maintainer="Debezium Community" -ARG DEBEZIUM_VERSION=2.7.0-SNAPSHOT +ARG DEBEZIUM_VERSION=2.6.0-SNAPSHOT ENV DEBEZIUM_VERSION=$DEBEZIUM_VERSION \ MAVEN_OSS_SNAPSHOT="https://s01.oss.sonatype.org/content/repositories/snapshots" diff --git a/operator/2.6/Dockerfile b/operator/2.6/Dockerfile index 172ed9f0..58563511 100644 --- a/operator/2.6/Dockerfile +++ b/operator/2.6/Dockerfile @@ -84,11 +84,11 @@ LABEL maintainer="Debezium Community" # Set the version, home directory # ENV LANGUAGE='en_US:en' -ENV DEBEZIUM_VERSION=2.6.1.Final \ +ENV DEBEZIUM_VERSION=2.6.2.Final \ OPERATOR_HOME=/operator \ MAVEN_REPO_CENTRAL="https://repo1.maven.org/maven2" ENV OPERATOR_URL_PATH=io/debezium/debezium-operator-dist/$DEBEZIUM_VERSION/debezium-operator-dist-$DEBEZIUM_VERSION.tar.gz \ - OPERATOR_MD5=cde70e27ab91ea47fad755406b820614 + OPERATOR_MD5=b600212916d4e6237c44be7d9a89c1b7 USER root # diff --git a/operator/snapshot/Dockerfile b/operator/snapshot/Dockerfile index 6cbd156b..e413f669 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.7.0-SNAPSHOT +ARG DEBEZIUM_VERSION=2.6.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 d4422fe8..17e92743 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.7.0.Alpha2 +ENV PLUGIN_VERSION=v2.6.2.Final ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/10/Dockerfile b/postgres/10/Dockerfile index 765ca8bf..32d56705 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.7.0.Alpha2 +ENV PLUGIN_VERSION=v2.6.2.Final ENV PROTOC_VERSION=1.4 ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/11-alpine/Dockerfile b/postgres/11-alpine/Dockerfile index 6bedf89b..1ea77709 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.7.0.Alpha2 +ENV PLUGIN_VERSION=v2.6.2.Final ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/11/Dockerfile b/postgres/11/Dockerfile index 9ae75f7e..e048333e 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.7.0.Alpha2 +ENV PLUGIN_VERSION=v2.6.2.Final ENV PROTOC_VERSION=1.4 ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/12-alpine/Dockerfile b/postgres/12-alpine/Dockerfile index 5e266bb3..ba17e1e9 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.7.0.Alpha2 +ENV PLUGIN_VERSION=v2.6.2.Final ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/12/Dockerfile b/postgres/12/Dockerfile index c162d6e0..1224ee5b 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.7.0.Alpha2 +ENV PLUGIN_VERSION=v2.6.2.Final ENV PROTOC_VERSION=1.4 ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/13-alpine/Dockerfile b/postgres/13-alpine/Dockerfile index bb597aa3..660a3774 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.7.0.Alpha2 +ENV PLUGIN_VERSION=v2.6.2.Final ENV WAL2JSON_COMMIT_ID=wal2json_2_3 diff --git a/postgres/13/Dockerfile b/postgres/13/Dockerfile index d418aefd..76233635 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.7.0.Alpha2 +ENV PLUGIN_VERSION=v2.6.2.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 cdadc73d..020fbbf8 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.7.0.Alpha2 +ENV PLUGIN_VERSION=v2.6.2.Final ENV WAL2JSON_COMMIT_ID=wal2json_2_3 diff --git a/postgres/14/Dockerfile b/postgres/14/Dockerfile index 05b41ab0..7e6434c3 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.7.0.Alpha2 +ENV PLUGIN_VERSION=v2.6.2.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 1b5631e8..ae596ae6 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.7.0.Alpha2 +ENV PLUGIN_VERSION=v2.6.2.Final RUN apk add --no-cache protobuf-c-dev diff --git a/postgres/15/Dockerfile b/postgres/15/Dockerfile index 78e39c7d..c1819dad 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.7.0.Alpha2 +ENV PLUGIN_VERSION=v2.6.2.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 fcb2f2f3..d6aba7bd 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.7.0.Alpha2 +ENV PLUGIN_VERSION=v2.6.2.Final RUN apk add --no-cache protobuf-c-dev diff --git a/postgres/16/Dockerfile b/postgres/16/Dockerfile index 3674d9cf..ed321f11 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.7.0.Alpha2 +ENV PLUGIN_VERSION=v2.6.2.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 3b8c87b2..14da8044 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.7.0.Alpha2 +ENV PLUGIN_VERSION=v2.6.2.Final ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/9.6/Dockerfile b/postgres/9.6/Dockerfile index 58946a2b..45b10d02 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.7.0.Alpha2 +ENV PLUGIN_VERSION=v2.6.2.Final ENV PROTOC_VERSION=1.4 ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/server/2.6/Dockerfile b/server/2.6/Dockerfile index c6c096ec..4131e723 100644 --- a/server/2.6/Dockerfile +++ b/server/2.6/Dockerfile @@ -6,11 +6,11 @@ LABEL maintainer="Debezium Community" # # Set the version, home directory, and MD5 hash. # -ENV DEBEZIUM_VERSION=2.6.1.Final \ +ENV DEBEZIUM_VERSION=2.6.2.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=9578c40f0bf13bb3781df4d469ea80bc + SERVER_MD5=d01824012b47e1b652002e8ccc429016 # # Create a directory for Debezium Server @@ -53,7 +53,7 @@ FROM registry.access.redhat.com/ubi8/openjdk-11 LABEL maintainer="Debezium Community" -ENV DEBEZIUM_VERSION=2.6.0.Alpha1 \ +ENV DEBEZIUM_VERSION=2.6.2.Final \ SERVER_HOME=/debezium \ MAVEN_REPO_CENTRAL="https://repo1.maven.org/maven2" diff --git a/server/snapshot/Dockerfile b/server/snapshot/Dockerfile index f24bdb41..462fca92 100644 --- a/server/snapshot/Dockerfile +++ b/server/snapshot/Dockerfile @@ -6,7 +6,7 @@ LABEL maintainer="Debezium Community" # # Set the version, home directory # -ARG DEBEZIUM_VERSION=2.7.0-SNAPSHOT +ARG DEBEZIUM_VERSION=2.6.0-SNAPSHOT ENV DEBEZIUM_VERSION=$DEBEZIUM_VERSION \ SERVER_HOME=/debezium \ diff --git a/ui/2.6/Dockerfile b/ui/2.6/Dockerfile index baed4db2..c1e55bc4 100644 --- a/ui/2.6/Dockerfile +++ b/ui/2.6/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.6.1.Final +ARG BRANCH=v2.6.2.Final ENV LANG='en_US.UTF-8' \ LANGUAGE='en_US:en' \