From 2727d4400f5d539e5cddc4a8744fa0c91f19d825 Mon Sep 17 00:00:00 2001 From: Jiri Pechanec Date: Wed, 15 Jan 2025 21:27:58 +0100 Subject: [PATCH] Updated container images for release 3.0.7.Final --- connect/3.0/Dockerfile | 30 +++++++++++++++--------------- connect/3.1/Dockerfile | 32 ++++++++++++++++---------------- 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 +- ui/3.0/Dockerfile | 2 +- 13 files changed, 42 insertions(+), 42 deletions(-) diff --git a/connect/3.0/Dockerfile b/connect/3.0/Dockerfile index 4e202f70..404603e0 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.6.Final" \ +ENV DEBEZIUM_VERSION="3.0.7.Final" \ MAVEN_REPO_CENTRAL="" \ MAVEN_REPOS_ADDITIONAL="" \ - MONGODB_MD5=f94b51d17d646db4ce247a57366ccf2f \ - MYSQL_MD5=ff6491af002457f1282e0c82e0155f96 \ - MARIADB_MD5=5d6f11a69e8d2eb70e8a62bd811ce6e5 \ - POSTGRES_MD5=5e77196ad833fff23bb2be9e47d3115c \ - SQLSERVER_MD5=1c003af0f8d4c667e32e5260aa534e91 \ - ORACLE_MD5=f2a885133ce94e69cf7a5adb7b2a2373 \ - DB2_MD5=c4d6f92b822ed9350292f4b06b70d235 \ - SPANNER_MD5=111f7dea39fd2a076ddb4139bb4d3fae \ - VITESS_MD5=78b83090b2a889a486bc553082cde5a0 \ - JDBC_MD5=58a6b7518a6988296ded61493af9345c \ - INFORMIX_MD5=2a0cb305288c7c44458c5de2f04a732a \ - IBMI_MD5=cffbd2e3737d79e543a3f57c2b3491b5 \ - KCRESTEXT_MD5=e9a994ab0cbb7eccebf1e574e710a382 \ - SCRIPTING_MD5=687f621989ec0ffc98666ede71e265e6 + MONGODB_MD5=5850dc63cfaf43d334033800c2360426 \ + MYSQL_MD5=96088966d264660f09db6d88b8cc6180 \ + MARIADB_MD5=2b510e1433dd6487f2070c6c5cb80063 \ + POSTGRES_MD5=1a92e55fe78bc44a302e45da2f1233db \ + SQLSERVER_MD5=3d4c17f637e9d87d9e0d726afbd264ce \ + ORACLE_MD5=5b431894196c539eae3a7b9003448f8b \ + DB2_MD5=21e071f476d0fc8d817997e0c4e1be5b \ + SPANNER_MD5=371465da822130f726bc1caa05c05a6c \ + VITESS_MD5=3a1099dd257b1a6a6609980cf83b0026 \ + JDBC_MD5=5ad6d19381cd56fa83542388998978bf \ + INFORMIX_MD5=9fcbe89a5e2ac6ff91c2dacb82917878 \ + IBMI_MD5=6197146cb73dec0998a06a5d06a2d942 \ + KCRESTEXT_MD5=6bb9beea391eefa1f4c3ca103fcf2069 \ + SCRIPTING_MD5=8026bd27fa997bc203e8393d647595b8 RUN docker-maven-download debezium mongodb "$DEBEZIUM_VERSION" "$MONGODB_MD5" && \ docker-maven-download debezium mysql "$DEBEZIUM_VERSION" "$MYSQL_MD5" && \ diff --git a/connect/3.1/Dockerfile b/connect/3.1/Dockerfile index e79248bd..404603e0 100644 --- a/connect/3.1/Dockerfile +++ b/connect/3.1/Dockerfile @@ -1,25 +1,25 @@ ARG DEBEZIUM_DOCKER_REGISTRY_PRIMARY_NAME -FROM $DEBEZIUM_DOCKER_REGISTRY_PRIMARY_NAME/debeziumquay/connect-base:3.1 +FROM $DEBEZIUM_DOCKER_REGISTRY_PRIMARY_NAME/connect-base:3.0 LABEL maintainer="Debezium Community" -ENV DEBEZIUM_VERSION="3.0.6.Final" \ +ENV DEBEZIUM_VERSION="3.0.7.Final" \ MAVEN_REPO_CENTRAL="" \ MAVEN_REPOS_ADDITIONAL="" \ - MONGODB_MD5=f94b51d17d646db4ce247a57366ccf2f \ - MYSQL_MD5=ff6491af002457f1282e0c82e0155f96 \ - MARIADB_MD5=5d6f11a69e8d2eb70e8a62bd811ce6e5 \ - POSTGRES_MD5=5e77196ad833fff23bb2be9e47d3115c \ - SQLSERVER_MD5=1c003af0f8d4c667e32e5260aa534e91 \ - ORACLE_MD5=f2a885133ce94e69cf7a5adb7b2a2373 \ - DB2_MD5=c4d6f92b822ed9350292f4b06b70d235 \ - SPANNER_MD5=111f7dea39fd2a076ddb4139bb4d3fae \ - VITESS_MD5=78b83090b2a889a486bc553082cde5a0 \ - JDBC_MD5=58a6b7518a6988296ded61493af9345c \ - INFORMIX_MD5=2a0cb305288c7c44458c5de2f04a732a \ - IBMI_MD5=cffbd2e3737d79e543a3f57c2b3491b5 \ - KCRESTEXT_MD5=e9a994ab0cbb7eccebf1e574e710a382 \ - SCRIPTING_MD5=687f621989ec0ffc98666ede71e265e6 + MONGODB_MD5=5850dc63cfaf43d334033800c2360426 \ + MYSQL_MD5=96088966d264660f09db6d88b8cc6180 \ + MARIADB_MD5=2b510e1433dd6487f2070c6c5cb80063 \ + POSTGRES_MD5=1a92e55fe78bc44a302e45da2f1233db \ + SQLSERVER_MD5=3d4c17f637e9d87d9e0d726afbd264ce \ + ORACLE_MD5=5b431894196c539eae3a7b9003448f8b \ + DB2_MD5=21e071f476d0fc8d817997e0c4e1be5b \ + SPANNER_MD5=371465da822130f726bc1caa05c05a6c \ + VITESS_MD5=3a1099dd257b1a6a6609980cf83b0026 \ + JDBC_MD5=5ad6d19381cd56fa83542388998978bf \ + INFORMIX_MD5=9fcbe89a5e2ac6ff91c2dacb82917878 \ + IBMI_MD5=6197146cb73dec0998a06a5d06a2d942 \ + KCRESTEXT_MD5=6bb9beea391eefa1f4c3ca103fcf2069 \ + SCRIPTING_MD5=8026bd27fa997bc203e8393d647595b8 RUN docker-maven-download debezium mongodb "$DEBEZIUM_VERSION" "$MONGODB_MD5" && \ docker-maven-download debezium mysql "$DEBEZIUM_VERSION" "$MYSQL_MD5" && \ diff --git a/postgres/12-alpine/Dockerfile b/postgres/12-alpine/Dockerfile index c45ffd06..d62e48ca 100644 --- a/postgres/12-alpine/Dockerfile +++ b/postgres/12-alpine/Dockerfile @@ -1,7 +1,7 @@ FROM mirror.gcr.io/library/postgres:12-alpine LABEL maintainer="Debezium Community" -ENV PLUGIN_VERSION=v3.0.6.Final +ENV PLUGIN_VERSION=v3.0.7.Final ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/12/Dockerfile b/postgres/12/Dockerfile index 3aea076d..adb0ea38 100644 --- a/postgres/12/Dockerfile +++ b/postgres/12/Dockerfile @@ -1,7 +1,7 @@ FROM mirror.gcr.io/library/postgres:12-bullseye AS build ARG USE_POSTGIS=true -ENV PLUGIN_VERSION=v3.0.6.Final +ENV PLUGIN_VERSION=v3.0.7.Final ENV PROTOC_VERSION=1.4 ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/13-alpine/Dockerfile b/postgres/13-alpine/Dockerfile index de654cf1..4abaef9f 100644 --- a/postgres/13-alpine/Dockerfile +++ b/postgres/13-alpine/Dockerfile @@ -1,7 +1,7 @@ FROM mirror.gcr.io/library/postgres:13-alpine LABEL maintainer="Debezium Community" -ENV PLUGIN_VERSION=v3.0.6.Final +ENV PLUGIN_VERSION=v3.0.7.Final ENV WAL2JSON_COMMIT_ID=wal2json_2_3 diff --git a/postgres/13/Dockerfile b/postgres/13/Dockerfile index 58fd62cf..6c388b9f 100644 --- a/postgres/13/Dockerfile +++ b/postgres/13/Dockerfile @@ -1,7 +1,7 @@ FROM mirror.gcr.io/library/postgres:13-bullseye AS build ARG USE_POSTGIS=true -ENV PLUGIN_VERSION=v3.0.6.Final +ENV PLUGIN_VERSION=v3.0.7.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 b8ed6f65..96d77861 100644 --- a/postgres/14-alpine/Dockerfile +++ b/postgres/14-alpine/Dockerfile @@ -1,7 +1,7 @@ FROM mirror.gcr.io/library/postgres:14-alpine LABEL maintainer="Debezium Community" -ENV PLUGIN_VERSION=v3.0.6.Final +ENV PLUGIN_VERSION=v3.0.7.Final ENV WAL2JSON_COMMIT_ID=wal2json_2_3 diff --git a/postgres/14/Dockerfile b/postgres/14/Dockerfile index 9e5cdc82..cd11eed4 100644 --- a/postgres/14/Dockerfile +++ b/postgres/14/Dockerfile @@ -1,7 +1,7 @@ FROM mirror.gcr.io/library/postgres:14-bullseye AS build ARG USE_POSTGIS=true -ENV PLUGIN_VERSION=v3.0.6.Final +ENV PLUGIN_VERSION=v3.0.7.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 ff8763ef..23cd9cb5 100644 --- a/postgres/15-alpine/Dockerfile +++ b/postgres/15-alpine/Dockerfile @@ -1,7 +1,7 @@ FROM mirror.gcr.io/library/postgres:15-alpine LABEL maintainer="Debezium Community" -ENV PLUGIN_VERSION=v3.0.6.Final +ENV PLUGIN_VERSION=v3.0.7.Final RUN apk add --no-cache protobuf-c-dev diff --git a/postgres/15/Dockerfile b/postgres/15/Dockerfile index c51ae152..31037e83 100644 --- a/postgres/15/Dockerfile +++ b/postgres/15/Dockerfile @@ -1,7 +1,7 @@ FROM mirror.gcr.io/library/postgres:15-bullseye AS build ARG USE_POSTGIS=true -ENV PLUGIN_VERSION=v3.0.6.Final +ENV PLUGIN_VERSION=v3.0.7.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 6e708c14..ed907ec1 100644 --- a/postgres/16-alpine/Dockerfile +++ b/postgres/16-alpine/Dockerfile @@ -1,7 +1,7 @@ FROM mirror.gcr.io/library/postgres:16-alpine LABEL maintainer="Debezium Community" -ENV PLUGIN_VERSION=v3.0.6.Final +ENV PLUGIN_VERSION=v3.0.7.Final RUN apk add --no-cache protobuf-c-dev diff --git a/postgres/16/Dockerfile b/postgres/16/Dockerfile index ea038b05..42655729 100644 --- a/postgres/16/Dockerfile +++ b/postgres/16/Dockerfile @@ -1,7 +1,7 @@ FROM mirror.gcr.io/library/postgres:16-bullseye AS build ARG USE_POSTGIS=true -ENV PLUGIN_VERSION=v3.0.6.Final +ENV PLUGIN_VERSION=v3.0.7.Final ENV PROTOC_VERSION=1.4 # Install the packages which will be required to get everything to compile diff --git a/ui/3.0/Dockerfile b/ui/3.0/Dockerfile index ca1867dd..bd4eb708 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.6.Final +ARG BRANCH=v3.0.7.Final ENV LANG='en_US.UTF-8' \ LANGUAGE='en_US:en' \