From e9ff14ddce2cff6265bbe6d89285c7184cff051c Mon Sep 17 00:00:00 2001 From: Debezium Builder Date: Fri, 12 Jan 2024 12:20:24 +0000 Subject: [PATCH] Updated container images for release 2.3.6.Final --- build-all-multiplatform.sh | 2 +- build-all.sh | 2 +- connect/2.3/Dockerfile | 24 ++++++++++++------------ connect/2.3/Dockerfile.local | 2 +- connect/snapshot/Dockerfile | 2 +- operator/2.3/Dockerfile | 4 ++-- operator/snapshot/Dockerfile | 2 +- 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/9.6-alpine/Dockerfile | 2 +- postgres/9.6/Dockerfile | 2 +- server/2.3/Dockerfile | 4 ++-- server/snapshot/Dockerfile | 2 +- ui/2.3/Dockerfile | 2 +- 24 files changed, 37 insertions(+), 37 deletions(-) diff --git a/build-all-multiplatform.sh b/build-all-multiplatform.sh index 9f235790..0216a827 100755 --- a/build-all-multiplatform.sh +++ b/build-all-multiplatform.sh @@ -2,7 +2,7 @@ set -eo pipefail -DEBEZIUM_VERSION="2.5" +DEBEZIUM_VERSION="2.3" if [ -z "$DEBEZIUM_VERSIONS" ]; then DEBEZIUM_VERSIONS="$DEBEZIUM_VERSION" fi diff --git a/build-all.sh b/build-all.sh index e688c210..fa903786 100755 --- a/build-all.sh +++ b/build-all.sh @@ -2,7 +2,7 @@ set -eo pipefail -DEBEZIUM_VERSION="2.5" +DEBEZIUM_VERSION="2.3" if [ -z "$DEBEZIUM_VERSIONS" ]; then DEBEZIUM_VERSIONS="$DEBEZIUM_VERSION" fi diff --git a/connect/2.3/Dockerfile b/connect/2.3/Dockerfile index e724b316..f310ab48 100644 --- a/connect/2.3/Dockerfile +++ b/connect/2.3/Dockerfile @@ -3,21 +3,21 @@ FROM $DEBEZIUM_DOCKER_REGISTRY_PRIMARY_NAME/connect-base:2.3 LABEL maintainer="Debezium Community" -ENV DEBEZIUM_VERSION="2.3.5.Final" \ +ENV DEBEZIUM_VERSION="2.3.6.Final" \ MAVEN_REPO_CENTRAL="" \ MAVEN_REPOS_ADDITIONAL="" \ MAVEN_DEP_DESTINATION=$KAFKA_CONNECT_PLUGINS_DIR \ - MONGODB_MD5=b90b52e643b94938fb493f7d2a2ca4f4 \ - MYSQL_MD5=42295b860383b96f924eedc1bd726681 \ - POSTGRES_MD5=f3cbed0945cdcf95879a2fe4afc76ec5 \ - SQLSERVER_MD5=110932881c359341effc95f5209c371e \ - ORACLE_MD5=85b92901a6e95aa05620fc035300dc50 \ - DB2_MD5=063e7fbecf81ce5d7cf0fbaefa349b34 \ - SPANNER_MD5=c70eed8b485b8c96c4598f832eebc37f \ - VITESS_MD5=1b1177a92f276f788057dfeac19254ea \ - JDBC_MD5=94146868278b55b54e6593f094c50162 \ - KCRESTEXT_MD5=ef81f705dad2c30590d6a2e513e31b35 \ - SCRIPTING_MD5=a5e5725ba7e84e910c8b9f808351a464 + MONGODB_MD5=1ded42cc5cc459057a3e626d0db4e905 \ + MYSQL_MD5=7af5146f7d16e7607dcda7453434feac \ + POSTGRES_MD5=df6f51f77099364358aef949ad3906e7 \ + SQLSERVER_MD5=5b68ba7238e3dea1daefbc8e5e413b31 \ + ORACLE_MD5=7b341064c22929f8d7f88a307e6ac0c3 \ + DB2_MD5=d38ce55eafaca9217e5b2a6041b40ffd \ + SPANNER_MD5=205537d272d5e4be5c74cb9bf1416f44 \ + VITESS_MD5=fb0f31fd24344c4bdd94098a72d42427 \ + JDBC_MD5=c46d27e54561936e406b1f41c2a8497d \ + KCRESTEXT_MD5=c553e0795382f0be9da931cdd24c3da5 \ + SCRIPTING_MD5=ae7b3859413a594e8fe043af99424bc3 RUN docker-maven-download debezium mongodb "$DEBEZIUM_VERSION" "$MONGODB_MD5" && \ docker-maven-download debezium mysql "$DEBEZIUM_VERSION" "$MYSQL_MD5" && \ diff --git a/connect/2.3/Dockerfile.local b/connect/2.3/Dockerfile.local index 38e73831..a7c77efe 100644 --- a/connect/2.3/Dockerfile.local +++ b/connect/2.3/Dockerfile.local @@ -2,7 +2,7 @@ FROM quay.io/debezium/connect-base:2.2 LABEL maintainer="Debezium Community" -ARG DEBEZIUM_VERSION=2.3.5.Final +ARG DEBEZIUM_VERSION=2.3.6.Final ENV DEBEZIUM_VERSION=${DEBEZIUM_VERSION} # -------- testing --------- diff --git a/connect/snapshot/Dockerfile b/connect/snapshot/Dockerfile index 237022e7..d5f20967 100644 --- a/connect/snapshot/Dockerfile +++ b/connect/snapshot/Dockerfile @@ -2,7 +2,7 @@ FROM quay.io/debezium/connect-base:2.6 LABEL maintainer="Debezium Community" -ARG DEBEZIUM_VERSION=2.6.0-SNAPSHOT +ARG DEBEZIUM_VERSION=2.3.0-SNAPSHOT ENV DEBEZIUM_VERSION=$DEBEZIUM_VERSION \ MAVEN_OSS_SNAPSHOT="https://oss.sonatype.org/content/repositories/snapshots" diff --git a/operator/2.3/Dockerfile b/operator/2.3/Dockerfile index 29774a58..f8e0f41a 100644 --- a/operator/2.3/Dockerfile +++ b/operator/2.3/Dockerfile @@ -84,11 +84,11 @@ LABEL maintainer="Debezium Community" # Set the version, home directory # ENV LANGUAGE='en_US:en' -ENV DEBEZIUM_VERSION=2.3.5.Final \ +ENV DEBEZIUM_VERSION=2.3.6.Final \ 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=c043f52a717ad1c35532db3f1da25b59 + OPERATOR_MD5=53e37e2ca6cc4417763d4ac9cc2c6b79 USER root # diff --git a/operator/snapshot/Dockerfile b/operator/snapshot/Dockerfile index cc0f5681..44e29521 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.6.0-SNAPSHOT +ARG DEBEZIUM_VERSION=2.3.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 0e6d0679..8aa97e00 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.Final +ENV PLUGIN_VERSION=v2.3.6.Final ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/10/Dockerfile b/postgres/10/Dockerfile index e8a5cca2..2b7d9b7e 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.Final +ENV PLUGIN_VERSION=v2.3.6.Final ENV PROTOC_VERSION=1.4 ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/11-alpine/Dockerfile b/postgres/11-alpine/Dockerfile index 28ecb5c6..19984139 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.Final +ENV PLUGIN_VERSION=v2.3.6.Final ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/11/Dockerfile b/postgres/11/Dockerfile index a26c1779..d74fa78c 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.Final +ENV PLUGIN_VERSION=v2.3.6.Final ENV PROTOC_VERSION=1.4 ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/12-alpine/Dockerfile b/postgres/12-alpine/Dockerfile index 241b9fd0..935bafe7 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.Final +ENV PLUGIN_VERSION=v2.3.6.Final ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/12/Dockerfile b/postgres/12/Dockerfile index 73f9652c..6ea447b3 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.Final +ENV PLUGIN_VERSION=v2.3.6.Final ENV PROTOC_VERSION=1.4 ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/13-alpine/Dockerfile b/postgres/13-alpine/Dockerfile index 1c982c9b..c73235b8 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.Final +ENV PLUGIN_VERSION=v2.3.6.Final ENV WAL2JSON_COMMIT_ID=wal2json_2_3 diff --git a/postgres/13/Dockerfile b/postgres/13/Dockerfile index 82860680..411ed6ea 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.Final +ENV PLUGIN_VERSION=v2.3.6.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 d48035a0..444f41c9 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.Final +ENV PLUGIN_VERSION=v2.3.6.Final ENV WAL2JSON_COMMIT_ID=wal2json_2_3 diff --git a/postgres/14/Dockerfile b/postgres/14/Dockerfile index eee9edfe..58a5d89d 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.Final +ENV PLUGIN_VERSION=v2.3.6.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 d3fdf1d1..c6a5b4c7 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.Final +ENV PLUGIN_VERSION=v2.3.6.Final RUN apk add --no-cache protobuf-c-dev diff --git a/postgres/15/Dockerfile b/postgres/15/Dockerfile index 405a7856..b90f4df7 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.Final +ENV PLUGIN_VERSION=v2.3.6.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 a00051e1..19a48bec 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.Final +ENV PLUGIN_VERSION=v2.3.6.Final ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/9.6/Dockerfile b/postgres/9.6/Dockerfile index f5e0e01c..75dba90e 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.Final +ENV PLUGIN_VERSION=v2.3.6.Final ENV PROTOC_VERSION=1.4 ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/server/2.3/Dockerfile b/server/2.3/Dockerfile index 532deb13..0d22c828 100644 --- a/server/2.3/Dockerfile +++ b/server/2.3/Dockerfile @@ -5,11 +5,11 @@ LABEL maintainer="Debezium Community" # # Set the version, home directory, and MD5 hash. # -ENV DEBEZIUM_VERSION=2.3.5.Final \ +ENV DEBEZIUM_VERSION=2.3.6.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=5a591c0f5e1ec54f455d47126c4476cb + SERVER_MD5=b720129903930612f025f50e318240fc # # Create a directory for Debezium Server diff --git a/server/snapshot/Dockerfile b/server/snapshot/Dockerfile index 677c7e20..f234d0b1 100644 --- a/server/snapshot/Dockerfile +++ b/server/snapshot/Dockerfile @@ -5,7 +5,7 @@ LABEL maintainer="Debezium Community" # # Set the version, home directory # -ARG DEBEZIUM_VERSION=2.6.0-SNAPSHOT +ARG DEBEZIUM_VERSION=2.3.0-SNAPSHOT ENV DEBEZIUM_VERSION=$DEBEZIUM_VERSION \ SERVER_HOME=/debezium \ diff --git a/ui/2.3/Dockerfile b/ui/2.3/Dockerfile index 8f71261c..acb0368e 100644 --- a/ui/2.3/Dockerfile +++ b/ui/2.3/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.3.5.Final +ARG BRANCH=v2.3.6.Final ENV LANG='en_US.UTF-8' \ LANGUAGE='en_US:en' \