From 5e7256ac849b9a1b233135bee101bee14ac5f194 Mon Sep 17 00:00:00 2001 From: Debezium Builder Date: Wed, 11 Dec 2024 10:48:40 -0500 Subject: [PATCH] Updated container images for release 2.7.4.Final --- build-all-multiplatform.sh | 2 +- build-all.sh | 2 +- connect/2.7/Dockerfile | 30 +++++++++++++++--------------- connect/2.7/Dockerfile.local | 2 +- connect/snapshot/Dockerfile | 2 +- operator/2.7/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/16-alpine/Dockerfile | 2 +- postgres/16/Dockerfile | 2 +- postgres/9.6-alpine/Dockerfile | 2 +- postgres/9.6/Dockerfile | 2 +- server/2.7/Dockerfile | 6 +++--- server/snapshot/Dockerfile | 2 +- ui/2.7/Dockerfile | 2 +- 26 files changed, 43 insertions(+), 43 deletions(-) diff --git a/build-all-multiplatform.sh b/build-all-multiplatform.sh index 46bf8b93..d473ac46 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 81af1945..b0d4d1ee 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 9f14dc4c..9061b5d6 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.3.Final" \ +ENV DEBEZIUM_VERSION="2.7.4.Final" \ MAVEN_REPO_CENTRAL="" \ MAVEN_REPOS_ADDITIONAL="" \ - 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 + MONGODB_MD5=ccc3f1c3d76632c78ce0c52e8a38d305 \ + MYSQL_MD5=afc29042665e5088ebcd21fbbfc41835 \ + MARIADB_MD5=e56ae14bab37e8c5468fd890f95d2b48 \ + POSTGRES_MD5=0dce7962ecae166afca16ec5fcd508f9 \ + SQLSERVER_MD5=de3263ca011865d99d8da12a2f51cea4 \ + ORACLE_MD5=eb2d90d77fc00808c6f49b47072db8f4 \ + DB2_MD5=080fdafc364bfb2c58c725aef926a97b \ + SPANNER_MD5=6108726cc5a5275a70b70b218fcec78e \ + VITESS_MD5=defd2449d80e70e3a84e8a81ec8c4a05 \ + JDBC_MD5=310d3d2af605bf386d4c78c195044dfe \ + INFORMIX_MD5=b1acbc3834a8ab37d7ea0a856fd21c61 \ + IBMI_MD5=63c16e299aa45747b98d1dab7bbde2b5 \ + KCRESTEXT_MD5=f0786894155db0a43a48f04247a949e7 \ + SCRIPTING_MD5=75fdd97f8c81636bc09948f306bc5882 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 b89f30c0..1d993402 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.3.Final +ARG DEBEZIUM_VERSION=2.7.4.Final ENV DEBEZIUM_VERSION=${DEBEZIUM_VERSION} # -------- testing --------- diff --git a/connect/snapshot/Dockerfile b/connect/snapshot/Dockerfile index 89206fd1..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.5-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 78cf38c8..94989ff7 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.3.Final \ +ENV DEBEZIUM_VERSION=2.7.4.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=5684fc56aeac3454427fa544c972630e + OPERATOR_MD5=3ac4f3e25678b81215fdf86858ac145f USER root # diff --git a/operator/snapshot/Dockerfile b/operator/snapshot/Dockerfile index f3eb8616..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.5-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 e66c4ac5..72e403a0 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.4.Final +ENV PLUGIN_VERSION=v2.7.4.Final ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/10/Dockerfile b/postgres/10/Dockerfile index 74cb13f9..e8a74969 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.4.Final +ENV PLUGIN_VERSION=v2.7.4.Final ENV PROTOC_VERSION=1.4 ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/11-alpine/Dockerfile b/postgres/11-alpine/Dockerfile index 3117930f..1783a645 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.4.Final +ENV PLUGIN_VERSION=v2.7.4.Final ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/11/Dockerfile b/postgres/11/Dockerfile index 5d229a4f..e2e3d5b0 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.4.Final +ENV PLUGIN_VERSION=v2.7.4.Final ENV PROTOC_VERSION=1.4 ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/12-alpine/Dockerfile b/postgres/12-alpine/Dockerfile index c630950b..8277974b 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.4.Final +ENV PLUGIN_VERSION=v2.7.4.Final ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/12/Dockerfile b/postgres/12/Dockerfile index 855101fa..9faeee61 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.4.Final +ENV PLUGIN_VERSION=v2.7.4.Final ENV PROTOC_VERSION=1.4 ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/13-alpine/Dockerfile b/postgres/13-alpine/Dockerfile index 39ad1247..5785af5a 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.4.Final +ENV PLUGIN_VERSION=v2.7.4.Final ENV WAL2JSON_COMMIT_ID=wal2json_2_3 diff --git a/postgres/13/Dockerfile b/postgres/13/Dockerfile index e0eba670..03f56599 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.4.Final +ENV PLUGIN_VERSION=v2.7.4.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 369f2915..8f5459b6 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.4.Final +ENV PLUGIN_VERSION=v2.7.4.Final ENV WAL2JSON_COMMIT_ID=wal2json_2_3 diff --git a/postgres/14/Dockerfile b/postgres/14/Dockerfile index 1e54ec3a..ab2a0e93 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.4.Final +ENV PLUGIN_VERSION=v2.7.4.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 81c60fa8..5ba3a88d 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.4.Final +ENV PLUGIN_VERSION=v2.7.4.Final RUN apk add --no-cache protobuf-c-dev diff --git a/postgres/15/Dockerfile b/postgres/15/Dockerfile index e97e4ed1..037125f7 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.4.Final +ENV PLUGIN_VERSION=v2.7.4.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 780dc611..e19bd7a9 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.4.Final +ENV PLUGIN_VERSION=v2.7.4.Final RUN apk add --no-cache protobuf-c-dev diff --git a/postgres/16/Dockerfile b/postgres/16/Dockerfile index 9ba348e0..075703d7 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.4.Final +ENV PLUGIN_VERSION=v2.7.4.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 479a3ec9..f789b19c 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.4.Final +ENV PLUGIN_VERSION=v2.7.4.Final ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/9.6/Dockerfile b/postgres/9.6/Dockerfile index 23dbb6a7..ad82adaf 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.4.Final +ENV PLUGIN_VERSION=v2.7.4.Final ENV PROTOC_VERSION=1.4 ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/server/2.7/Dockerfile b/server/2.7/Dockerfile index 703c7ea4..a9dc47fa 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.3.Final \ +ENV DEBEZIUM_VERSION=2.7.4.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=95558d63dbffe0a4ffffa793e854b5f0 + SERVER_MD5=ee41a08c0f1fdee842ebcd5741a14491 # # 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.3.Final \ +ENV DEBEZIUM_VERSION=2.7.4.Final \ SERVER_HOME=/debezium \ MAVEN_REPO_CENTRAL="https://repo1.maven.org/maven2" diff --git a/server/snapshot/Dockerfile b/server/snapshot/Dockerfile index 79fb7f31..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.5-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 6e373bf6..bfb776da 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.3.Final +ARG BRANCH=v2.7.4.Final ENV LANG='en_US.UTF-8' \ LANGUAGE='en_US:en' \