From bc8743975c952902d608ed3df929e26b6d998690 Mon Sep 17 00:00:00 2001
From: Debezium Builder <debezium@gmail.com>
Date: Fri, 10 Nov 2023 11:41:39 +0000
Subject: [PATCH] Updated container images for release 2.5.0.Alpha2

---
 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 +-
 21 files changed, 35 insertions(+), 35 deletions(-)

diff --git a/connect/2.5/Dockerfile b/connect/2.5/Dockerfile
index 411938c8..e38f6867 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.5.0.Alpha1" \
+ENV DEBEZIUM_VERSION="2.5.0.Alpha2" \
     MAVEN_REPO_CENTRAL="" \
     MAVEN_REPOS_ADDITIONAL="" \
     MAVEN_DEP_DESTINATION=$KAFKA_CONNECT_PLUGINS_DIR \
-    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
+    MONGODB_MD5=33944be03705a0372580734c09769941 \
+    MYSQL_MD5=5014d727bbaa1042a6605c28aff13808 \
+    POSTGRES_MD5=9ae80e0139adf5e503281f4bd2cffd02 \
+    SQLSERVER_MD5=e13edfeeedb060814ba5a6902420beca \
+    ORACLE_MD5=6f6d41b50972ac3e44fbbc391e9bd0d1 \
+    DB2_MD5=ecdca66f321b21e1362a35298614c8c1 \
+    SPANNER_MD5=8eb93845a150ac617ff703e1f5ae6b7c \
+    VITESS_MD5=8881050489d91187bde7ceee0212000a \
+    JDBC_MD5=9def36b6039cfd07ef19213ed1802312 \
+    INFORMIX_MD5=c691e01d5279f2f752f7200ad437b98f \
+    KCRESTEXT_MD5=6c86b86a175e5beda18876dbe595e198 \
+    SCRIPTING_MD5=62f0b859e66bcdeff2f828728b2690f4
 
 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 5a0d5a35..2ce9725d 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.Alpha1
+ARG DEBEZIUM_VERSION=2.5.0.Alpha2
 ENV DEBEZIUM_VERSION=${DEBEZIUM_VERSION}
 
 # -------- testing ---------
diff --git a/operator/2.5/Dockerfile b/operator/2.5/Dockerfile
index 450000dd..0afb944a 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.5.0.Alpha1 \
+ENV DEBEZIUM_VERSION=2.5.0.Alpha2 \
     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=cace63df3539872ff7d680e82ecb4d2b
+    OPERATOR_MD5=89215c080b01361f6df0d1fa7e90ee0c
 
 USER root
 #
diff --git a/postgres/10-alpine/Dockerfile b/postgres/10-alpine/Dockerfile
index 06809da0..1e50375c 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.5.0.Alpha1
+ENV PLUGIN_VERSION=v2.5.0.Alpha2
 
 ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd
 
diff --git a/postgres/10/Dockerfile b/postgres/10/Dockerfile
index 9419f10c..8b6753a1 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.5.0.Alpha1
+ENV PLUGIN_VERSION=v2.5.0.Alpha2
 ENV PROTOC_VERSION=1.4
 
 ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd
diff --git a/postgres/11-alpine/Dockerfile b/postgres/11-alpine/Dockerfile
index 636ce001..1ed059c3 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.5.0.Alpha1
+ENV PLUGIN_VERSION=v2.5.0.Alpha2
 
 ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd
 
diff --git a/postgres/11/Dockerfile b/postgres/11/Dockerfile
index 62b9e7e1..a8a49ce6 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.5.0.Alpha1
+ENV PLUGIN_VERSION=v2.5.0.Alpha2
 ENV PROTOC_VERSION=1.4
 
 ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd
diff --git a/postgres/12-alpine/Dockerfile b/postgres/12-alpine/Dockerfile
index 889b4bb4..b2cd060c 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.5.0.Alpha1
+ENV PLUGIN_VERSION=v2.5.0.Alpha2
 
 ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd
 
diff --git a/postgres/12/Dockerfile b/postgres/12/Dockerfile
index e6dc22aa..5d63d59c 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.5.0.Alpha1
+ENV PLUGIN_VERSION=v2.5.0.Alpha2
 ENV PROTOC_VERSION=1.4
 
 ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd
diff --git a/postgres/13-alpine/Dockerfile b/postgres/13-alpine/Dockerfile
index d67f4f01..ff60f873 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.5.0.Alpha1
+ENV PLUGIN_VERSION=v2.5.0.Alpha2
 
 ENV WAL2JSON_COMMIT_ID=wal2json_2_3
 
diff --git a/postgres/13/Dockerfile b/postgres/13/Dockerfile
index 4726df77..34846a56 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.5.0.Alpha1
+ENV PLUGIN_VERSION=v2.5.0.Alpha2
 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 afc021a0..31b2700c 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.5.0.Alpha1
+ENV PLUGIN_VERSION=v2.5.0.Alpha2
 
 ENV WAL2JSON_COMMIT_ID=wal2json_2_3
 
diff --git a/postgres/14/Dockerfile b/postgres/14/Dockerfile
index a2fef5bf..f397dc87 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.5.0.Alpha1
+ENV PLUGIN_VERSION=v2.5.0.Alpha2
 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 99ed35d0..5de05a57 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.5.0.Alpha1
+ENV PLUGIN_VERSION=v2.5.0.Alpha2
 
 RUN apk add --no-cache protobuf-c-dev
 
diff --git a/postgres/15/Dockerfile b/postgres/15/Dockerfile
index e19f523a..1e2f6665 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.5.0.Alpha1
+ENV PLUGIN_VERSION=v2.5.0.Alpha2
 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 d64349e4..e2b9af95 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.5.0.Alpha1
+ENV PLUGIN_VERSION=v2.5.0.Alpha2
 
 RUN apk add --no-cache protobuf-c-dev
 
diff --git a/postgres/16/Dockerfile b/postgres/16/Dockerfile
index 7589d66a..c6e408be 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.5.0.Alpha1
+ENV PLUGIN_VERSION=v2.5.0.Alpha2
 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 50cceb43..6abc2775 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.5.0.Alpha1
+ENV PLUGIN_VERSION=v2.5.0.Alpha2
 
 ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd
 
diff --git a/postgres/9.6/Dockerfile b/postgres/9.6/Dockerfile
index 0de672b1..18872e12 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.5.0.Alpha1
+ENV PLUGIN_VERSION=v2.5.0.Alpha2
 ENV PROTOC_VERSION=1.4
 
 ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd
diff --git a/server/2.5/Dockerfile b/server/2.5/Dockerfile
index ee7a7b91..3109b614 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.5.0.Alpha1 \
+ENV DEBEZIUM_VERSION=2.5.0.Alpha2 \
     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=58cac0422a505a424166b0ee15a8f224
+    SERVER_MD5=8569d0ed83513827e6d6d7aac53e1d70
 
 #
 # Create a directory for Debezium Server
diff --git a/ui/2.5/Dockerfile b/ui/2.5/Dockerfile
index 97c4926c..11637924 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.5.0.Alpha1
+ARG BRANCH=v2.5.0.Alpha2
 
 ENV LANG='en_US.UTF-8' \
     LANGUAGE='en_US:en' \