From 29cf76542c7d65a4e71ac12e85ab2c2ea33141d7 Mon Sep 17 00:00:00 2001 From: Debezium Builder Date: Mon, 25 Nov 2024 07:19:06 -0500 Subject: [PATCH] Updated container images for release 3.0.3.Final --- connect/3.0/Dockerfile | 30 +++++++++++++++--------------- connect/3.0/Dockerfile.local | 2 +- operator/3.0/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/3.0/Dockerfile | 6 +++--- ui/3.0/Dockerfile | 2 +- 21 files changed, 38 insertions(+), 38 deletions(-) diff --git a/connect/3.0/Dockerfile b/connect/3.0/Dockerfile index b06aa2af..32b91420 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.2.Final" \ +ENV DEBEZIUM_VERSION="3.0.3.Final" \ MAVEN_REPO_CENTRAL="" \ MAVEN_REPOS_ADDITIONAL="" \ - MONGODB_MD5=e92b3a0aa8a0983a5b72520923922576 \ - MYSQL_MD5=e7bd7072ae729b3501c72e9980bc519d \ - MARIADB_MD5=51de4b20eda8822509e5d8f0cb4027b8 \ - POSTGRES_MD5=1dc418a514392dcb26184d5f5f90a600 \ - SQLSERVER_MD5=78f76a8788712fb9462c9cfb89807335 \ - ORACLE_MD5=ad868e467621614996e2616c3382e05d \ - DB2_MD5=60872cc9a31203f813006ced326af815 \ - SPANNER_MD5=e248bee54e3f04f05c86125d0fcd5cd7 \ - VITESS_MD5=5fd530418a452cd5e5669365a339de66 \ - JDBC_MD5=4b6937b7fdcd097bde87c5f5b31bd8db \ - INFORMIX_MD5=f31ce089bfe98a3642034861f7fcaa53 \ - IBMI_MD5=aeaa32a98c065473ab3dbfd72cbf3c6b \ - KCRESTEXT_MD5=83b17b3ee4e77911730bbd7ced307fdc \ - SCRIPTING_MD5=db6ed37e2d32b9eb4007f1f93f43778e + MONGODB_MD5=758a9ba31d1140a891d7ca536fdded08 \ + MYSQL_MD5=d35a8b1463352ac84162a59f2fd48e2a \ + MARIADB_MD5=e119492e0778277e319a80f8ddb2fab6 \ + POSTGRES_MD5=a61581e89bd2cbb7dd43cbff5af446ac \ + SQLSERVER_MD5=30bf9290e995ee7e06983a7737ea138e \ + ORACLE_MD5=a821a3696aea1b43a48132bf8fd1b4b1 \ + DB2_MD5=81db1c7bf2051bfa03cfea47d3f19c0a \ + SPANNER_MD5=b717266b40f4d2dea9780e172c7e672e \ + VITESS_MD5=ce0173616d3809cb8a58bffc29811f89 \ + JDBC_MD5=d07674191aef00b7e289d8cfc93d1607 \ + INFORMIX_MD5=e341dbad843e9ee4507c291d16ed7a53 \ + IBMI_MD5=100d68860123cbdd5b883b47345105ff \ + KCRESTEXT_MD5=dfe0eb3e5ee45469dfc5e5930611bb2b \ + SCRIPTING_MD5=7f8a9ca03dc58f7a4b007c48e1eefc90 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 010478c8..4a82c3aa 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.2.Final +ARG DEBEZIUM_VERSION=3.0.3.Final ENV DEBEZIUM_VERSION=${DEBEZIUM_VERSION} # -------- testing --------- diff --git a/operator/3.0/Dockerfile b/operator/3.0/Dockerfile index ebe2a2d1..bfbdb355 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.2.Final \ +ENV DEBEZIUM_VERSION=3.0.3.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=ad6f96f995ddcffff489059738cb7f8e + OPERATOR_MD5=128400dc7d3f86731d6a2eb2022018d5 USER root # diff --git a/postgres/10-alpine/Dockerfile b/postgres/10-alpine/Dockerfile index 0d7d893b..b18a5cfd 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.2.Final +ENV PLUGIN_VERSION=v3.0.3.Final ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/10/Dockerfile b/postgres/10/Dockerfile index 27be87ad..3286f027 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.2.Final +ENV PLUGIN_VERSION=v3.0.3.Final ENV PROTOC_VERSION=1.4 ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/11-alpine/Dockerfile b/postgres/11-alpine/Dockerfile index 8f4247f3..f8a3a12e 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.2.Final +ENV PLUGIN_VERSION=v3.0.3.Final ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/11/Dockerfile b/postgres/11/Dockerfile index 83d14fef..103bce57 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.2.Final +ENV PLUGIN_VERSION=v3.0.3.Final ENV PROTOC_VERSION=1.4 ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/12-alpine/Dockerfile b/postgres/12-alpine/Dockerfile index f95a27ef..8c7cb9ac 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.2.Final +ENV PLUGIN_VERSION=v3.0.3.Final ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/12/Dockerfile b/postgres/12/Dockerfile index a4b1b860..74bf113e 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.2.Final +ENV PLUGIN_VERSION=v3.0.3.Final ENV PROTOC_VERSION=1.4 ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/13-alpine/Dockerfile b/postgres/13-alpine/Dockerfile index 4a791952..bcc4b611 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.2.Final +ENV PLUGIN_VERSION=v3.0.3.Final ENV WAL2JSON_COMMIT_ID=wal2json_2_3 diff --git a/postgres/13/Dockerfile b/postgres/13/Dockerfile index 32a5dd56..ab2e6924 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.2.Final +ENV PLUGIN_VERSION=v3.0.3.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 92c71058..08277470 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.2.Final +ENV PLUGIN_VERSION=v3.0.3.Final ENV WAL2JSON_COMMIT_ID=wal2json_2_3 diff --git a/postgres/14/Dockerfile b/postgres/14/Dockerfile index aa2ed27a..b4ffaaad 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.2.Final +ENV PLUGIN_VERSION=v3.0.3.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 2d0fbf1c..0e286aef 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.2.Final +ENV PLUGIN_VERSION=v3.0.3.Final RUN apk add --no-cache protobuf-c-dev diff --git a/postgres/15/Dockerfile b/postgres/15/Dockerfile index 0114c74c..57f584d1 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.2.Final +ENV PLUGIN_VERSION=v3.0.3.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 eb5efe68..5f786d37 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.2.Final +ENV PLUGIN_VERSION=v3.0.3.Final RUN apk add --no-cache protobuf-c-dev diff --git a/postgres/16/Dockerfile b/postgres/16/Dockerfile index 89fbd5a7..93e10786 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.2.Final +ENV PLUGIN_VERSION=v3.0.3.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 065226e6..79651aea 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.2.Final +ENV PLUGIN_VERSION=v3.0.3.Final ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/9.6/Dockerfile b/postgres/9.6/Dockerfile index e82f0f31..a16b1daf 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.2.Final +ENV PLUGIN_VERSION=v3.0.3.Final ENV PROTOC_VERSION=1.4 ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/server/3.0/Dockerfile b/server/3.0/Dockerfile index e0bab022..1af02f37 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.2.Final \ +ENV DEBEZIUM_VERSION=3.0.3.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=378709d33d0cbea039837c3ee78a896a + SERVER_MD5=1c2e1dca2fe5e5e5c044200ad9ae98f9 # # 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.2.Final \ +ENV DEBEZIUM_VERSION=3.0.3.Final \ SERVER_HOME=/debezium \ MAVEN_REPO_CENTRAL="https://repo1.maven.org/maven2" diff --git a/ui/3.0/Dockerfile b/ui/3.0/Dockerfile index 794aaeb2..cd9a40c3 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.2.Final +ARG BRANCH=v3.0.3.Final ENV LANG='en_US.UTF-8' \ LANGUAGE='en_US:en' \