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 ffaba8cc..9f14dc4c 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.2.Final" \ +ENV DEBEZIUM_VERSION="2.7.3.Final" \ MAVEN_REPO_CENTRAL="" \ MAVEN_REPOS_ADDITIONAL="" \ - MONGODB_MD5=cde35b0e824f402fb3dc4a4b12d66f32 \ - MYSQL_MD5=51aeafe856ed6ba18b644952d091fbc2 \ - MARIADB_MD5=3bf82eb59ab1093e1af9ad651ea91ac9 \ - POSTGRES_MD5=1612a63ca911b17eaec6a52cf3e2c84b \ - SQLSERVER_MD5=763ef5664e11305a8fe3ae40b6231483 \ - ORACLE_MD5=ffe13e4be8d0cdc2a60c1c786676a302 \ - DB2_MD5=35c8469d63baf8a7d5d40b9f778c1610 \ - SPANNER_MD5=e226a91536dfd04515d8018444f2b3be \ - VITESS_MD5=429d670ceebc0240196c3cc0acb41aae \ - JDBC_MD5=823aba2cb4092dc0140d29002378bb59 \ - INFORMIX_MD5=96303d43f01f2fcda560ef9f7d4e1f95 \ - IBMI_MD5=1ab38e228a05771516a80e8ae4bdb337 \ - KCRESTEXT_MD5=1104f539892e1543bdbd817f7d32a760 \ - SCRIPTING_MD5=906e2364e8d26b71237ece554723772a + MONGODB_MD5=3b231b2aedf808c2d33fe6d0c3f7e537 \ + MYSQL_MD5=134fae5489da998e8f29659764837fb4 \ + MARIADB_MD5=cdec58acae10f894ec18e5d95cdb0425 \ + POSTGRES_MD5=9bb46566fa18541be206f0bd0f77c4de \ + SQLSERVER_MD5=7ee840859be88c375142e69e023acde8 \ + ORACLE_MD5=19b3265ec9a7886e05d8aabf1da8fc17 \ + DB2_MD5=2d7aa73738c7403d2a02bc60acc20acd \ + SPANNER_MD5=3b964e01a85dceda4ea69c3af2596181 \ + VITESS_MD5=30d6b64324958bf8cd6315287d02389a \ + JDBC_MD5=d2dd91fec02b92ad5af4c6eabdb81c1e \ + INFORMIX_MD5=d3004803ba0c64a60b2b2bd3f8833ffd \ + IBMI_MD5=667d0cb003e48c6f438d1acc4109f185 \ + KCRESTEXT_MD5=ad3f8dcdc133d1b3fa3d431892e15fd8 \ + SCRIPTING_MD5=e8c6825ada56c4f028b67fe634f7d4d6 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 bb07b9c1..b89f30c0 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.2.Final +ARG DEBEZIUM_VERSION=2.7.3.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 dff64632..78cf38c8 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.2.Final \ +ENV DEBEZIUM_VERSION=2.7.3.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=5f41366e4842e66c55c206e01b1334a9 + OPERATOR_MD5=5684fc56aeac3454427fa544c972630e 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 935966b8..7afd26a1 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.CR1 +ENV PLUGIN_VERSION=v2.7.3.Final ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/10/Dockerfile b/postgres/10/Dockerfile index 362c7322..0f917271 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.CR1 +ENV PLUGIN_VERSION=v2.7.3.Final ENV PROTOC_VERSION=1.4 ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/11-alpine/Dockerfile b/postgres/11-alpine/Dockerfile index 8c79a1eb..3ba96cd7 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.CR1 +ENV PLUGIN_VERSION=v2.7.3.Final ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/11/Dockerfile b/postgres/11/Dockerfile index 88065ac9..e7bfd19e 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.CR1 +ENV PLUGIN_VERSION=v2.7.3.Final ENV PROTOC_VERSION=1.4 ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/12-alpine/Dockerfile b/postgres/12-alpine/Dockerfile index 4399c29f..c9908f23 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.CR1 +ENV PLUGIN_VERSION=v2.7.3.Final ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/12/Dockerfile b/postgres/12/Dockerfile index 5b83375b..c54c19f9 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.CR1 +ENV PLUGIN_VERSION=v2.7.3.Final ENV PROTOC_VERSION=1.4 ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/13-alpine/Dockerfile b/postgres/13-alpine/Dockerfile index 7518e8de..1da45654 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.CR1 +ENV PLUGIN_VERSION=v2.7.3.Final ENV WAL2JSON_COMMIT_ID=wal2json_2_3 diff --git a/postgres/13/Dockerfile b/postgres/13/Dockerfile index 4cee457e..179af8c0 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.CR1 +ENV PLUGIN_VERSION=v2.7.3.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 2633e674..a1c317e4 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.CR1 +ENV PLUGIN_VERSION=v2.7.3.Final ENV WAL2JSON_COMMIT_ID=wal2json_2_3 diff --git a/postgres/14/Dockerfile b/postgres/14/Dockerfile index cb358474..06a3ebd8 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.CR1 +ENV PLUGIN_VERSION=v2.7.3.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 e733ce69..0d58c8e5 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.CR1 +ENV PLUGIN_VERSION=v2.7.3.Final RUN apk add --no-cache protobuf-c-dev diff --git a/postgres/15/Dockerfile b/postgres/15/Dockerfile index 8e4eab60..efcd173f 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.CR1 +ENV PLUGIN_VERSION=v2.7.3.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 da943131..2b48b52e 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.CR1 +ENV PLUGIN_VERSION=v2.7.3.Final RUN apk add --no-cache protobuf-c-dev diff --git a/postgres/16/Dockerfile b/postgres/16/Dockerfile index e99b51ec..6d7f5047 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.CR1 +ENV PLUGIN_VERSION=v2.7.3.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 28e63302..84f26284 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.CR1 +ENV PLUGIN_VERSION=v2.7.3.Final ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/9.6/Dockerfile b/postgres/9.6/Dockerfile index 67c42212..20f6495e 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.CR1 +ENV PLUGIN_VERSION=v2.7.3.Final ENV PROTOC_VERSION=1.4 ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/server/2.7/Dockerfile b/server/2.7/Dockerfile index c849f92d..703c7ea4 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.2.Final \ +ENV DEBEZIUM_VERSION=2.7.3.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=4e07624cf388cfc121477aa9a050595d + SERVER_MD5=95558d63dbffe0a4ffffa793e854b5f0 # # 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.2.Final \ +ENV DEBEZIUM_VERSION=2.7.3.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 9a58579d..6e373bf6 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.2.Final +ARG BRANCH=v2.7.3.Final ENV LANG='en_US.UTF-8' \ LANGUAGE='en_US:en' \