diff --git a/build-all-multiplatform.sh b/build-all-multiplatform.sh index 3ec08417..f0f7c9a9 100755 --- a/build-all-multiplatform.sh +++ b/build-all-multiplatform.sh @@ -2,7 +2,7 @@ set -eo pipefail -DEBEZIUM_VERSION="3.0" +DEBEZIUM_VERSION="2.7" if [ -z "$DEBEZIUM_VERSIONS" ]; then DEBEZIUM_VERSIONS="$DEBEZIUM_VERSION" fi diff --git a/build-all.sh b/build-all.sh index c154da86..439ea274 100755 --- a/build-all.sh +++ b/build-all.sh @@ -2,7 +2,7 @@ set -eo pipefail -DEBEZIUM_VERSION="3.0" +DEBEZIUM_VERSION="2.7" if [ -z "$DEBEZIUM_VERSIONS" ]; then DEBEZIUM_VERSIONS="$DEBEZIUM_VERSION" fi diff --git a/connect/2.7/Dockerfile b/connect/2.7/Dockerfile index 2d827ee1..c7022409 100644 --- a/connect/2.7/Dockerfile +++ b/connect/2.7/Dockerfile @@ -3,23 +3,23 @@ FROM $DEBEZIUM_DOCKER_REGISTRY_PRIMARY_NAME/connect-base:2.7 LABEL maintainer="Debezium Community" -ENV DEBEZIUM_VERSION="2.7.0.Final" \ +ENV DEBEZIUM_VERSION="2.7.1.Final" \ MAVEN_REPO_CENTRAL="" \ MAVEN_REPOS_ADDITIONAL="" \ - MONGODB_MD5=df1ad43f9e3ebdfa1ab4a52b7c28a49b \ - MYSQL_MD5=154efb8d280613370f0925a4ce6d2ad9 \ - MARIADB_MD5=872ca4c78984cad002fd9ae3cc5193f9 \ - POSTGRES_MD5=41bf19186ac1c2bddd3c50d6a6fd13c7 \ - SQLSERVER_MD5=7cd6d68ec4ed48dac278d496852511da \ - ORACLE_MD5=45a211d574bf1e1871733a71f2163756 \ - DB2_MD5=5db5add8781ab7c3a6354e4511066b95 \ - SPANNER_MD5=c3ea236fc7c0fe1c408a337b7aa528a9 \ - VITESS_MD5=abe464b2b7e15478605bb5ac4aa04851 \ - JDBC_MD5=1c24205ee205d1b917912ff9ddb5a776 \ - INFORMIX_MD5=eba6de22a9f11be09c98ecd9b129d239 \ - IBMI_MD5=b38731f8529ea9a475e05b8102620f6e \ - KCRESTEXT_MD5=2c49b673c56b3124fd2895ad0ffe7d50 \ - SCRIPTING_MD5=5590888a155a3908fd9e0c0eee6d1a61 + MONGODB_MD5=1316553d7f6151324712eb51f34e59a0 \ + MYSQL_MD5=4d275164f0f3b916a1a8b5c2119f8515 \ + MARIADB_MD5=dca0c30adc6e2240ca9d40fd2d328cc5 \ + POSTGRES_MD5=bf11bd82133150d7a79ddd549ff44fb8 \ + SQLSERVER_MD5=76e6e2d7d3509a9f7d8dcd560d7837a9 \ + ORACLE_MD5=477f03c4a6dc7ef842e2f641d7ee7b04 \ + DB2_MD5=e9dec2fd83a49fa66fff9a29d23f38cb \ + SPANNER_MD5=374bbdefe1f1322d1e5c968350abce3d \ + VITESS_MD5=4481b16bfe4e9f69f0d078db9104dc68 \ + JDBC_MD5=5abe9b06903cfd3e7bf54ff56b51f8f0 \ + INFORMIX_MD5=d407d82b348946c1368dad895b21fa3a \ + IBMI_MD5=826a0e4a13bb08bb3ea9824c21eda7de \ + KCRESTEXT_MD5=b0beb5a346fd1308aa77333587a7940f \ + SCRIPTING_MD5=bb59d3d43ad445614cb3d6ab018f2cf4 RUN docker-maven-download debezium mongodb "$DEBEZIUM_VERSION" "$MONGODB_MD5" && \ docker-maven-download debezium mysql "$DEBEZIUM_VERSION" "$MYSQL_MD5" && \ diff --git a/connect/2.7/Dockerfile.local b/connect/2.7/Dockerfile.local index c27b4343..47ca13de 100644 --- a/connect/2.7/Dockerfile.local +++ b/connect/2.7/Dockerfile.local @@ -2,7 +2,7 @@ FROM quay.io/debezium/connect-base:2.7 LABEL maintainer="Debezium Community" -ARG DEBEZIUM_VERSION=2.7.0.Final +ARG DEBEZIUM_VERSION=2.7.1.Final ENV DEBEZIUM_VERSION=${DEBEZIUM_VERSION} # -------- testing --------- diff --git a/connect/snapshot/Dockerfile b/connect/snapshot/Dockerfile index e8a63bd4..22ad75be 100644 --- a/connect/snapshot/Dockerfile +++ b/connect/snapshot/Dockerfile @@ -2,7 +2,7 @@ FROM quay.io/debezium/connect-base:3.0 LABEL maintainer="Debezium Community" -ARG DEBEZIUM_VERSION=3.0.0-SNAPSHOT +ARG DEBEZIUM_VERSION=2.7.0-SNAPSHOT ENV DEBEZIUM_VERSION=$DEBEZIUM_VERSION \ MAVEN_OSS_SNAPSHOT="https://s01.oss.sonatype.org/content/repositories/snapshots" diff --git a/operator/2.7/Dockerfile b/operator/2.7/Dockerfile index b57ec457..41ba6a5c 100644 --- a/operator/2.7/Dockerfile +++ b/operator/2.7/Dockerfile @@ -84,11 +84,11 @@ LABEL maintainer="Debezium Community" # Set the version, home directory # ENV LANGUAGE='en_US:en' -ENV DEBEZIUM_VERSION=2.7.0.Final \ +ENV DEBEZIUM_VERSION=2.7.1.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=88944cc7845dbb3c98ffb93cb59ee37e + OPERATOR_MD5=ee30df82807e3d59358fc149408d6f6c USER root # diff --git a/operator/snapshot/Dockerfile b/operator/snapshot/Dockerfile index bfd9854a..247c2dda 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=3.0.0-SNAPSHOT +ARG DEBEZIUM_VERSION=2.7.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 484ad66e..c5fc323d 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=v3.0.0.Alpha2 +ENV PLUGIN_VERSION=v2.7.1.Final ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/10/Dockerfile b/postgres/10/Dockerfile index 33b5b831..0a21ad18 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=v3.0.0.Alpha2 +ENV PLUGIN_VERSION=v2.7.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 2a598c2f..2ad40e92 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=v3.0.0.Alpha2 +ENV PLUGIN_VERSION=v2.7.1.Final ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/11/Dockerfile b/postgres/11/Dockerfile index 16618b55..d3b7d732 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=v3.0.0.Alpha2 +ENV PLUGIN_VERSION=v2.7.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 d8c2f7bf..c175bef5 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=v3.0.0.Alpha2 +ENV PLUGIN_VERSION=v2.7.1.Final ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/12/Dockerfile b/postgres/12/Dockerfile index 6e1a383f..5a9d1bbc 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=v3.0.0.Alpha2 +ENV PLUGIN_VERSION=v2.7.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 01c362fa..351ae697 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=v3.0.0.Alpha2 +ENV PLUGIN_VERSION=v2.7.1.Final ENV WAL2JSON_COMMIT_ID=wal2json_2_3 diff --git a/postgres/13/Dockerfile b/postgres/13/Dockerfile index 8381cbcd..de5daf38 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=v3.0.0.Alpha2 +ENV PLUGIN_VERSION=v2.7.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 743c47a7..453f19b7 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=v3.0.0.Alpha2 +ENV PLUGIN_VERSION=v2.7.1.Final ENV WAL2JSON_COMMIT_ID=wal2json_2_3 diff --git a/postgres/14/Dockerfile b/postgres/14/Dockerfile index 95da6a7c..141c3092 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=v3.0.0.Alpha2 +ENV PLUGIN_VERSION=v2.7.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 c953a77c..849b849e 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=v3.0.0.Alpha2 +ENV PLUGIN_VERSION=v2.7.1.Final RUN apk add --no-cache protobuf-c-dev diff --git a/postgres/15/Dockerfile b/postgres/15/Dockerfile index b5ab3a44..88abfd8d 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=v3.0.0.Alpha2 +ENV PLUGIN_VERSION=v2.7.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 8e2575cf..dc6aa9b3 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=v3.0.0.Alpha2 +ENV PLUGIN_VERSION=v2.7.1.Final RUN apk add --no-cache protobuf-c-dev diff --git a/postgres/16/Dockerfile b/postgres/16/Dockerfile index c99a7ade..5f4fbc7f 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=v3.0.0.Alpha2 +ENV PLUGIN_VERSION=v2.7.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 f7209cf1..42bb471e 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=v3.0.0.Alpha2 +ENV PLUGIN_VERSION=v2.7.1.Final ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/9.6/Dockerfile b/postgres/9.6/Dockerfile index 95550a94..7bd46a6a 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=v3.0.0.Alpha2 +ENV PLUGIN_VERSION=v2.7.1.Final ENV PROTOC_VERSION=1.4 ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/server/2.7/Dockerfile b/server/2.7/Dockerfile index 6fc844c5..a1925cb1 100644 --- a/server/2.7/Dockerfile +++ b/server/2.7/Dockerfile @@ -6,11 +6,11 @@ LABEL maintainer="Debezium Community" # # Set the version, home directory, and MD5 hash. # -ENV DEBEZIUM_VERSION=2.7.0.Final \ +ENV DEBEZIUM_VERSION=2.7.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=4553e999cbc5ca17c74c9d17839a7e44 + SERVER_MD5=9bd059604b7be9fa96fa6d33729eff79 # # 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.7.0.Final \ +ENV DEBEZIUM_VERSION=2.7.1.Final \ SERVER_HOME=/debezium \ MAVEN_REPO_CENTRAL="https://repo1.maven.org/maven2" diff --git a/server/snapshot/Dockerfile b/server/snapshot/Dockerfile index 21956ec2..1d81307d 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=3.0.0-SNAPSHOT +ARG DEBEZIUM_VERSION=2.7.0-SNAPSHOT ENV DEBEZIUM_VERSION=$DEBEZIUM_VERSION \ SERVER_HOME=/debezium \ diff --git a/ui/2.7/Dockerfile b/ui/2.7/Dockerfile index 134975a8..96f3f7fe 100644 --- a/ui/2.7/Dockerfile +++ b/ui/2.7/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.7.0.Final +ARG BRANCH=v2.7.1.Final ENV LANG='en_US.UTF-8' \ LANGUAGE='en_US:en' \