From cc4a8c3d58f45afaf737f7d0144b40cb3b4f5625 Mon Sep 17 00:00:00 2001 From: Debezium Builder Date: Thu, 26 Oct 2023 16:59:42 +0000 Subject: [PATCH] Updated container images for release 2.5.0.Alpha1 --- build-all-multiplatform.sh | 2 +- build-all.sh | 2 +- connect/2.5/Dockerfile | 26 +++++++++++++------------- connect/2.5/Dockerfile.local | 2 +- operator/2.5/Dockerfile | 4 ++-- postgres/10-alpine/Dockerfile | 2 +- postgres/10/Dockerfile | 2 +- postgres/11-alpine/Dockerfile | 2 +- postgres/11/Dockerfile | 2 +- postgres/12-alpine/Dockerfile | 2 +- postgres/12/Dockerfile | 2 +- postgres/13-alpine/Dockerfile | 2 +- postgres/13/Dockerfile | 2 +- postgres/14-alpine/Dockerfile | 2 +- postgres/14/Dockerfile | 2 +- postgres/15-alpine/Dockerfile | 2 +- postgres/15/Dockerfile | 2 +- postgres/16-alpine/Dockerfile | 2 +- postgres/16/Dockerfile | 2 +- postgres/9.6-alpine/Dockerfile | 2 +- postgres/9.6/Dockerfile | 2 +- server/2.5/Dockerfile | 4 ++-- ui/2.5/Dockerfile | 2 +- 23 files changed, 37 insertions(+), 37 deletions(-) diff --git a/build-all-multiplatform.sh b/build-all-multiplatform.sh index 0811040b..9f235790 100755 --- a/build-all-multiplatform.sh +++ b/build-all-multiplatform.sh @@ -2,7 +2,7 @@ set -eo pipefail -DEBEZIUM_VERSION="2.4" +DEBEZIUM_VERSION="2.5" if [ -z "$DEBEZIUM_VERSIONS" ]; then DEBEZIUM_VERSIONS="$DEBEZIUM_VERSION" fi diff --git a/build-all.sh b/build-all.sh index 1de217da..e688c210 100755 --- a/build-all.sh +++ b/build-all.sh @@ -2,7 +2,7 @@ set -eo pipefail -DEBEZIUM_VERSION="2.4" +DEBEZIUM_VERSION="2.5" if [ -z "$DEBEZIUM_VERSIONS" ]; then DEBEZIUM_VERSIONS="$DEBEZIUM_VERSION" fi diff --git a/connect/2.5/Dockerfile b/connect/2.5/Dockerfile index 8af3efc2..411938c8 100644 --- a/connect/2.5/Dockerfile +++ b/connect/2.5/Dockerfile @@ -3,22 +3,22 @@ FROM $DEBEZIUM_DOCKER_REGISTRY_PRIMARY_NAME/connect-base:2.5 LABEL maintainer="Debezium Community" -ENV DEBEZIUM_VERSION="2.4.0.Final" \ +ENV DEBEZIUM_VERSION="2.5.0.Alpha1" \ MAVEN_REPO_CENTRAL="" \ MAVEN_REPOS_ADDITIONAL="" \ MAVEN_DEP_DESTINATION=$KAFKA_CONNECT_PLUGINS_DIR \ - MONGODB_MD5=a22784387e0ec8a6abb1606c2c365cb2 \ - MYSQL_MD5=4bff262afc9678f5cbc3be6315b8e71e \ - POSTGRES_MD5=b42c9e208410f39ad1ad09778b1e3f03 \ - SQLSERVER_MD5=9b8bf3c62a7c22c465a32fa27b3cffb5 \ - ORACLE_MD5=21699814400860457dc2334b165882e6 \ - DB2_MD5=0727d7f2d1deeacef39e230acac835a8 \ - SPANNER_MD5=186b07595e914e9139941889fd675044 \ - VITESS_MD5=3b4d24c8c9898df060c408a13fd3429f \ - JDBC_MD5=77c5cb9adf932ab17c041544f4ade357 \ - INFORMIX_MD5=TBD \ - KCRESTEXT_MD5=25c0353f5a7304b3c4780a20f0f5d0af \ - SCRIPTING_MD5=53a3661e7a9877744f4a30d6483d7957 + MONGODB_MD5=c28658749f83d2b35a67fb28e71a12cb \ + MYSQL_MD5=3ae8399278856521d9f5d3b0f53b7028 \ + POSTGRES_MD5=71047d13fc4654f280411597ab6ed1ad \ + SQLSERVER_MD5=e34096a69b53b044ad96769e442d50ea \ + ORACLE_MD5=c8981a263aac652aa7945ea046dd6788 \ + DB2_MD5=41ce7551cf9252f86e4b9aee8152753d \ + SPANNER_MD5=2841b9d4d8ce3d089000d7985868f12f \ + VITESS_MD5=b370087aacba3b17295973e15420a786 \ + JDBC_MD5=ff3be9629012fc359a0636fd46e4a3eb \ + INFORMIX_MD5=f56453ec8688ba8eb79c012622326d27 \ + KCRESTEXT_MD5=7ce4b0c53e93da0cec02e9cb0ddf3d33 \ + SCRIPTING_MD5=66f3554fa919ca3a606e91804688489e RUN docker-maven-download debezium mongodb "$DEBEZIUM_VERSION" "$MONGODB_MD5" && \ docker-maven-download debezium mysql "$DEBEZIUM_VERSION" "$MYSQL_MD5" && \ diff --git a/connect/2.5/Dockerfile.local b/connect/2.5/Dockerfile.local index 9a74ac38..5a0d5a35 100644 --- a/connect/2.5/Dockerfile.local +++ b/connect/2.5/Dockerfile.local @@ -2,7 +2,7 @@ FROM quay.io/debezium/connect-base:2.5 LABEL maintainer="Debezium Community" -ARG DEBEZIUM_VERSION=2.5.0 +ARG DEBEZIUM_VERSION=2.5.0.Alpha1 ENV DEBEZIUM_VERSION=${DEBEZIUM_VERSION} # -------- testing --------- diff --git a/operator/2.5/Dockerfile b/operator/2.5/Dockerfile index cccb4a32..450000dd 100644 --- a/operator/2.5/Dockerfile +++ b/operator/2.5/Dockerfile @@ -84,11 +84,11 @@ LABEL maintainer="Debezium Community" # Set the version, home directory # ENV LANGUAGE='en_US:en' -ENV DEBEZIUM_VERSION=2.4.0.Final \ +ENV DEBEZIUM_VERSION=2.5.0.Alpha1 \ 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=30c9590daf684577c6af65c5fe271d7f + OPERATOR_MD5=cace63df3539872ff7d680e82ecb4d2b USER root # diff --git a/postgres/10-alpine/Dockerfile b/postgres/10-alpine/Dockerfile index c7346cb9..06809da0 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.4.0.Final +ENV PLUGIN_VERSION=v2.5.0.Alpha1 ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/10/Dockerfile b/postgres/10/Dockerfile index b530919b..9419f10c 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.4.0.Final +ENV PLUGIN_VERSION=v2.5.0.Alpha1 ENV PROTOC_VERSION=1.4 ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/11-alpine/Dockerfile b/postgres/11-alpine/Dockerfile index e4614adc..636ce001 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.4.0.Final +ENV PLUGIN_VERSION=v2.5.0.Alpha1 ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/11/Dockerfile b/postgres/11/Dockerfile index d4556a65..62b9e7e1 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.4.0.Final +ENV PLUGIN_VERSION=v2.5.0.Alpha1 ENV PROTOC_VERSION=1.4 ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/12-alpine/Dockerfile b/postgres/12-alpine/Dockerfile index 76e1359a..889b4bb4 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.4.0.Final +ENV PLUGIN_VERSION=v2.5.0.Alpha1 ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/12/Dockerfile b/postgres/12/Dockerfile index 0ef12f64..e6dc22aa 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.4.0.Final +ENV PLUGIN_VERSION=v2.5.0.Alpha1 ENV PROTOC_VERSION=1.4 ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/13-alpine/Dockerfile b/postgres/13-alpine/Dockerfile index 0e80d8bf..d67f4f01 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.4.0.Final +ENV PLUGIN_VERSION=v2.5.0.Alpha1 ENV WAL2JSON_COMMIT_ID=wal2json_2_3 diff --git a/postgres/13/Dockerfile b/postgres/13/Dockerfile index 1d4eaa39..4726df77 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.4.0.Final +ENV PLUGIN_VERSION=v2.5.0.Alpha1 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 e8a6c2dd..afc021a0 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.4.0.Final +ENV PLUGIN_VERSION=v2.5.0.Alpha1 ENV WAL2JSON_COMMIT_ID=wal2json_2_3 diff --git a/postgres/14/Dockerfile b/postgres/14/Dockerfile index 2d9bf53a..a2fef5bf 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.4.0.Final +ENV PLUGIN_VERSION=v2.5.0.Alpha1 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 b75b3325..99ed35d0 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.4.0.Final +ENV PLUGIN_VERSION=v2.5.0.Alpha1 RUN apk add --no-cache protobuf-c-dev diff --git a/postgres/15/Dockerfile b/postgres/15/Dockerfile index 347358d8..e19f523a 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.4.0.Final +ENV PLUGIN_VERSION=v2.5.0.Alpha1 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 301948b1..d64349e4 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.4.0.Final +ENV PLUGIN_VERSION=v2.5.0.Alpha1 RUN apk add --no-cache protobuf-c-dev diff --git a/postgres/16/Dockerfile b/postgres/16/Dockerfile index 2ea39551..7589d66a 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.4.0.Final +ENV PLUGIN_VERSION=v2.5.0.Alpha1 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 b8248b1e..50cceb43 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.4.0.Final +ENV PLUGIN_VERSION=v2.5.0.Alpha1 ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/9.6/Dockerfile b/postgres/9.6/Dockerfile index 78844cd3..0de672b1 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.4.0.Final +ENV PLUGIN_VERSION=v2.5.0.Alpha1 ENV PROTOC_VERSION=1.4 ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/server/2.5/Dockerfile b/server/2.5/Dockerfile index 1bdce18a..ee7a7b91 100644 --- a/server/2.5/Dockerfile +++ b/server/2.5/Dockerfile @@ -5,11 +5,11 @@ LABEL maintainer="Debezium Community" # # Set the version, home directory, and MD5 hash. # -ENV DEBEZIUM_VERSION=2.4.0.Final \ +ENV DEBEZIUM_VERSION=2.5.0.Alpha1 \ 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=34537ef25170a297ceb0df007c35491e + SERVER_MD5=58cac0422a505a424166b0ee15a8f224 # # Create a directory for Debezium Server diff --git a/ui/2.5/Dockerfile b/ui/2.5/Dockerfile index 0caec547..97c4926c 100644 --- a/ui/2.5/Dockerfile +++ b/ui/2.5/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.4.0.Final +ARG BRANCH=v2.5.0.Alpha1 ENV LANG='en_US.UTF-8' \ LANGUAGE='en_US:en' \