diff --git a/build-all-multiplatform.sh b/build-all-multiplatform.sh index f0f7c9a9..3ec08417 100755 --- a/build-all-multiplatform.sh +++ b/build-all-multiplatform.sh @@ -2,7 +2,7 @@ set -eo pipefail -DEBEZIUM_VERSION="2.7" +DEBEZIUM_VERSION="3.0" if [ -z "$DEBEZIUM_VERSIONS" ]; then DEBEZIUM_VERSIONS="$DEBEZIUM_VERSION" fi diff --git a/build-all.sh b/build-all.sh index 439ea274..c154da86 100755 --- a/build-all.sh +++ b/build-all.sh @@ -2,7 +2,7 @@ set -eo pipefail -DEBEZIUM_VERSION="2.7" +DEBEZIUM_VERSION="3.0" if [ -z "$DEBEZIUM_VERSIONS" ]; then DEBEZIUM_VERSIONS="$DEBEZIUM_VERSION" fi diff --git a/connect/3.0/Dockerfile b/connect/3.0/Dockerfile index ec909847..2ef727a4 100644 --- a/connect/3.0/Dockerfile +++ b/connect/3.0/Dockerfile @@ -3,23 +3,23 @@ FROM $DEBEZIUM_DOCKER_REGISTRY_PRIMARY_NAME/connect-base:3.0 LABEL maintainer="Debezium Community" -ENV DEBEZIUM_VERSION="3.0.0.Alpha2" \ +ENV DEBEZIUM_VERSION="3.0.0.Beta1" \ MAVEN_REPO_CENTRAL="" \ MAVEN_REPOS_ADDITIONAL="" \ - MONGODB_MD5=978b103b5a456c9cf64031f20682e674 \ - MYSQL_MD5=dcc98784bd5a3969308b07da35552bdf \ - MARIADB_MD5=7606acb52106fca0e3d44136a48ade30 \ - POSTGRES_MD5=e566fd5d0822ac0e1c752f11dca3bd19 \ - SQLSERVER_MD5=631603b995b2eb9f1df8ec1b2b7a32e2 \ - ORACLE_MD5=8ebddf6298f63501de6c742912b532e8 \ - DB2_MD5=404fc088c48d445a61d3f18e0547cc78 \ - SPANNER_MD5=5a71fbabba557999eced070bc146731b \ - VITESS_MD5=9d6a77dee69e9fb84a3a639392a1318d \ - JDBC_MD5=39ea75d533c50d0d60520a9710b1144c \ - INFORMIX_MD5=4f3013f92a2390d2602780c85f930bff \ - IBMI_MD5=d9ba3cb818682775c3dbfb1e351e0fbe \ - KCRESTEXT_MD5=80d270ab2a1d8713090f1aca922967f2 \ - SCRIPTING_MD5=5b91e6a6064f6dc8409902b54e936c48 + MONGODB_MD5=5eda00869cf2f74255eb5be75386c588 \ + MYSQL_MD5=720f11b928ee93a8dc7259d9ff5d7257 \ + MARIADB_MD5=52fafa826ee8a79fedb278404e869577 \ + POSTGRES_MD5=d9c3384583ccd7a37a325e0b6c495f6a \ + SQLSERVER_MD5=7add96b8748b15ca1767ddb695dad387 \ + ORACLE_MD5=e84b95f68905bc209fc4b3beee16dc64 \ + DB2_MD5=6a9e991b603ca9a4f11fdbaf4b725e1e \ + SPANNER_MD5=ac3f6dafe0eb5f28bbf368e6c37b0f63 \ + VITESS_MD5=bd633b74130c2fb227c2814635bd2dde \ + JDBC_MD5=651a2ce45ec922bc0350d218a1947bce \ + INFORMIX_MD5=0962bd6fddd2e785bbc3547414704039 \ + IBMI_MD5=5ea77389d83dcf8f1456a870ef86f3bb \ + KCRESTEXT_MD5=3db89260d720f4ed72d975cb3c97a8b2 \ + SCRIPTING_MD5=994e04275d58ec3c8a4fd5ea1838719c RUN docker-maven-download debezium mongodb "$DEBEZIUM_VERSION" "$MONGODB_MD5" && \ docker-maven-download debezium mysql "$DEBEZIUM_VERSION" "$MYSQL_MD5" && \ diff --git a/connect/3.0/Dockerfile.local b/connect/3.0/Dockerfile.local index b97c9a4b..6e06264c 100644 --- a/connect/3.0/Dockerfile.local +++ b/connect/3.0/Dockerfile.local @@ -2,7 +2,7 @@ FROM quay.io/debezium/connect-base:3.0 LABEL maintainer="Debezium Community" -ARG DEBEZIUM_VERSION=3.0.0.Alpha2 +ARG DEBEZIUM_VERSION=3.0.0.Beta1 ENV DEBEZIUM_VERSION=${DEBEZIUM_VERSION} # -------- testing --------- diff --git a/connect/snapshot/Dockerfile b/connect/snapshot/Dockerfile index 22ad75be..e8a63bd4 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=2.7.0-SNAPSHOT +ARG DEBEZIUM_VERSION=3.0.0-SNAPSHOT ENV DEBEZIUM_VERSION=$DEBEZIUM_VERSION \ MAVEN_OSS_SNAPSHOT="https://s01.oss.sonatype.org/content/repositories/snapshots" diff --git a/operator/3.0/Dockerfile b/operator/3.0/Dockerfile index 9c509715..1fa7e8f0 100644 --- a/operator/3.0/Dockerfile +++ b/operator/3.0/Dockerfile @@ -84,11 +84,11 @@ LABEL maintainer="Debezium Community" # Set the version, home directory # ENV LANGUAGE='en_US:en' -ENV DEBEZIUM_VERSION=3.0.0.Alpha2 \ +ENV DEBEZIUM_VERSION=3.0.0.Beta1 \ 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=d9832b860988cb2576bb93e6a2edd82a + OPERATOR_MD5=acd1dc82b92e450f3e39cba8f0ec910a USER root # diff --git a/operator/snapshot/Dockerfile b/operator/snapshot/Dockerfile index 247c2dda..bfd9854a 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=3.0.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 c5fc323d..1f970b95 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.1.Final +ENV PLUGIN_VERSION=v3.0.0.Beta1 ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/10/Dockerfile b/postgres/10/Dockerfile index 0a21ad18..76ea0055 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.1.Final +ENV PLUGIN_VERSION=v3.0.0.Beta1 ENV PROTOC_VERSION=1.4 ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/11-alpine/Dockerfile b/postgres/11-alpine/Dockerfile index 2ad40e92..0ac903c2 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.1.Final +ENV PLUGIN_VERSION=v3.0.0.Beta1 ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/11/Dockerfile b/postgres/11/Dockerfile index d3b7d732..6c5a4a50 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.1.Final +ENV PLUGIN_VERSION=v3.0.0.Beta1 ENV PROTOC_VERSION=1.4 ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/12-alpine/Dockerfile b/postgres/12-alpine/Dockerfile index c175bef5..baa9c19d 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.1.Final +ENV PLUGIN_VERSION=v3.0.0.Beta1 ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/12/Dockerfile b/postgres/12/Dockerfile index 5a9d1bbc..72daaf12 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.1.Final +ENV PLUGIN_VERSION=v3.0.0.Beta1 ENV PROTOC_VERSION=1.4 ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/13-alpine/Dockerfile b/postgres/13-alpine/Dockerfile index 351ae697..fa387865 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.1.Final +ENV PLUGIN_VERSION=v3.0.0.Beta1 ENV WAL2JSON_COMMIT_ID=wal2json_2_3 diff --git a/postgres/13/Dockerfile b/postgres/13/Dockerfile index de5daf38..3713cdc8 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.1.Final +ENV PLUGIN_VERSION=v3.0.0.Beta1 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 453f19b7..30bb5ff1 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.1.Final +ENV PLUGIN_VERSION=v3.0.0.Beta1 ENV WAL2JSON_COMMIT_ID=wal2json_2_3 diff --git a/postgres/14/Dockerfile b/postgres/14/Dockerfile index 141c3092..d220883f 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.1.Final +ENV PLUGIN_VERSION=v3.0.0.Beta1 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 849b849e..fcdff986 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.1.Final +ENV PLUGIN_VERSION=v3.0.0.Beta1 RUN apk add --no-cache protobuf-c-dev diff --git a/postgres/15/Dockerfile b/postgres/15/Dockerfile index 88abfd8d..94f87c75 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.1.Final +ENV PLUGIN_VERSION=v3.0.0.Beta1 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 dc6aa9b3..34767ac9 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.1.Final +ENV PLUGIN_VERSION=v3.0.0.Beta1 RUN apk add --no-cache protobuf-c-dev diff --git a/postgres/16/Dockerfile b/postgres/16/Dockerfile index 5f4fbc7f..f503e97d 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.1.Final +ENV PLUGIN_VERSION=v3.0.0.Beta1 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 42bb471e..4ed1f7c4 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.1.Final +ENV PLUGIN_VERSION=v3.0.0.Beta1 ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/9.6/Dockerfile b/postgres/9.6/Dockerfile index 7bd46a6a..9ba95cb6 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.1.Final +ENV PLUGIN_VERSION=v3.0.0.Beta1 ENV PROTOC_VERSION=1.4 ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/server/3.0/Dockerfile b/server/3.0/Dockerfile index 8e26ec30..0f9a3d7a 100644 --- a/server/3.0/Dockerfile +++ b/server/3.0/Dockerfile @@ -6,11 +6,11 @@ LABEL maintainer="Debezium Community" # # Set the version, home directory, and MD5 hash. # -ENV DEBEZIUM_VERSION=3.0.0.Alpha2 \ +ENV DEBEZIUM_VERSION=3.0.0.Beta1 \ 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=2d0e61ec5e6351de382d72cc56c2297c + SERVER_MD5=9de5519bb050829c4dd3287495996bb0 # # Create a directory for Debezium Server @@ -53,7 +53,7 @@ FROM registry.access.redhat.com/ubi8/openjdk-21 LABEL maintainer="Debezium Community" -ENV DEBEZIUM_VERSION=3.0.0.Alpha2 \ +ENV DEBEZIUM_VERSION=3.0.0.Beta1 \ SERVER_HOME=/debezium \ MAVEN_REPO_CENTRAL="https://repo1.maven.org/maven2" diff --git a/server/snapshot/Dockerfile b/server/snapshot/Dockerfile index 1d81307d..21956ec2 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=3.0.0-SNAPSHOT ENV DEBEZIUM_VERSION=$DEBEZIUM_VERSION \ SERVER_HOME=/debezium \ diff --git a/ui/3.0/Dockerfile b/ui/3.0/Dockerfile index ff3d8534..6ac60698 100644 --- a/ui/3.0/Dockerfile +++ b/ui/3.0/Dockerfile @@ -6,7 +6,7 @@ FROM registry.access.redhat.com/ubi9/ubi-minimal AS builder ARG JAVA_PACKAGE=java-11-openjdk-devel -ARG BRANCH=v3.0.0.Alpha2 +ARG BRANCH=v3.0.0.Beta1 ENV LANG='en_US.UTF-8' \ LANGUAGE='en_US:en' \