From 092709a3270b48145147403717b2eb903f3c1b5c Mon Sep 17 00:00:00 2001 From: Debezium Builder Date: Thu, 19 Dec 2024 11:12:26 -0500 Subject: [PATCH] Updated container images for release 3.0.6.Final --- connect/3.0/Dockerfile | 30 +++++++++++++++--------------- connect/3.0/Dockerfile.local | 2 +- connect/snapshot/Dockerfile | 2 +- operator/3.0/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/3.0/Dockerfile | 6 +++--- server/snapshot/Dockerfile | 2 +- ui/3.0/Dockerfile | 2 +- 24 files changed, 41 insertions(+), 41 deletions(-) diff --git a/connect/3.0/Dockerfile b/connect/3.0/Dockerfile index d9058621..4e202f70 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.5.Final" \ +ENV DEBEZIUM_VERSION="3.0.6.Final" \ MAVEN_REPO_CENTRAL="" \ MAVEN_REPOS_ADDITIONAL="" \ - MONGODB_MD5=8d7886576c765b824ab715bed67cdd2d \ - MYSQL_MD5=fa3b0c2cd71181f5528d47076b6febd6 \ - MARIADB_MD5=c4dea7462e5ccd1bd5515cd927b8c795 \ - POSTGRES_MD5=fa3dda0fe521a13d906bf15eaa6e37f7 \ - SQLSERVER_MD5=273ef214f9a7f54fd07fee1acc1daab7 \ - ORACLE_MD5=6c28981df430367eb7d2a5cf8af06ee9 \ - DB2_MD5=94fa2521c45e690e431f959288e343d9 \ - SPANNER_MD5=a5c772fb43671964bfe99fb2fef7910f \ - VITESS_MD5=f587b253b1f73139a1f2e930c3ffe978 \ - JDBC_MD5=1895b3bdac406b0b0360c204ca45faf4 \ - INFORMIX_MD5=d1a36fba5c1f14dafe78dfeb4f9dd3cc \ - IBMI_MD5=8004b80d8218fd0a85848cdbae7a3a4a \ - KCRESTEXT_MD5=fc589e62a6a3735232293a04e1a38714 \ - SCRIPTING_MD5=52d90b15aeae5f5cf5e442f5dd3f901b + 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 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 1bd36169..b0059fd3 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.5.Final +ARG DEBEZIUM_VERSION=3.0.6.Final ENV DEBEZIUM_VERSION=${DEBEZIUM_VERSION} # -------- testing --------- diff --git a/connect/snapshot/Dockerfile b/connect/snapshot/Dockerfile index c9e923bb..03ad97bb 100644 --- a/connect/snapshot/Dockerfile +++ b/connect/snapshot/Dockerfile @@ -2,7 +2,7 @@ FROM quay.io/debezium/connect-base:3.1 LABEL maintainer="Debezium Community" -ARG DEBEZIUM_VERSION=3.1.0-SNAPSHOT +ARG DEBEZIUM_VERSION=3.0.7-SNAPSHOT ENV DEBEZIUM_VERSION=$DEBEZIUM_VERSION \ MAVEN_OSS_SNAPSHOT="https://s01.oss.sonatype.org/content/repositories/snapshots" diff --git a/operator/3.0/Dockerfile b/operator/3.0/Dockerfile index 4680ff16..c18e9742 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.5.Final \ +ENV DEBEZIUM_VERSION=3.0.6.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=999168892e2d5742b6214e2ab6c119df + OPERATOR_MD5=6436b72378bc6b5ebea7c7b30ad27674 USER root # diff --git a/operator/snapshot/Dockerfile b/operator/snapshot/Dockerfile index 791dba18..1ec9eee9 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.1.0-SNAPSHOT +ARG DEBEZIUM_VERSION=3.0.7-SNAPSHOT ENV LANGUAGE='en_US:en' ENV DEBEZIUM_VERSION=$DEBEZIUM_VERSION \ diff --git a/postgres/10-alpine/Dockerfile b/postgres/10-alpine/Dockerfile index 42acbf59..3d966ef1 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.5.Final +ENV PLUGIN_VERSION=v3.0.6.Final ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/10/Dockerfile b/postgres/10/Dockerfile index 697538c1..936dcd51 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.5.Final +ENV PLUGIN_VERSION=v3.0.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 50e36e80..c76e6497 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.5.Final +ENV PLUGIN_VERSION=v3.0.6.Final ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/11/Dockerfile b/postgres/11/Dockerfile index 42061c1c..aa762545 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.5.Final +ENV PLUGIN_VERSION=v3.0.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 2e06be44..aab1eca6 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.5.Final +ENV PLUGIN_VERSION=v3.0.6.Final ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/12/Dockerfile b/postgres/12/Dockerfile index 03cc3607..f15b26a7 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.5.Final +ENV PLUGIN_VERSION=v3.0.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 f6c34c4f..7d5b77a1 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.5.Final +ENV PLUGIN_VERSION=v3.0.6.Final ENV WAL2JSON_COMMIT_ID=wal2json_2_3 diff --git a/postgres/13/Dockerfile b/postgres/13/Dockerfile index f306f6d1..6a2b5c91 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.5.Final +ENV PLUGIN_VERSION=v3.0.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 987997ab..96beee9a 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.5.Final +ENV PLUGIN_VERSION=v3.0.6.Final ENV WAL2JSON_COMMIT_ID=wal2json_2_3 diff --git a/postgres/14/Dockerfile b/postgres/14/Dockerfile index 47f4b2ed..bea102bc 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.5.Final +ENV PLUGIN_VERSION=v3.0.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 c6f4aa0d..c6cfee53 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.5.Final +ENV PLUGIN_VERSION=v3.0.6.Final RUN apk add --no-cache protobuf-c-dev diff --git a/postgres/15/Dockerfile b/postgres/15/Dockerfile index a97b006f..ff5a1529 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.5.Final +ENV PLUGIN_VERSION=v3.0.6.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 12078435..36c0131b 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.5.Final +ENV PLUGIN_VERSION=v3.0.6.Final RUN apk add --no-cache protobuf-c-dev diff --git a/postgres/16/Dockerfile b/postgres/16/Dockerfile index 0a8863f5..24bdb084 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.5.Final +ENV PLUGIN_VERSION=v3.0.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 ebab6d84..335aa933 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.5.Final +ENV PLUGIN_VERSION=v3.0.6.Final ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/9.6/Dockerfile b/postgres/9.6/Dockerfile index e09ef0fe..3793e269 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.5.Final +ENV PLUGIN_VERSION=v3.0.6.Final ENV PROTOC_VERSION=1.4 ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/server/3.0/Dockerfile b/server/3.0/Dockerfile index dcfdc515..853ea0fb 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.5.Final \ +ENV DEBEZIUM_VERSION=3.0.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=8edc8a3c928f925e08f5d56f850efb7b + SERVER_MD5=9dedfbb9f56179aa23c4ff1b97dcddab # # 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.5.Final \ +ENV DEBEZIUM_VERSION=3.0.6.Final \ SERVER_HOME=/debezium \ MAVEN_REPO_CENTRAL="https://repo1.maven.org/maven2" diff --git a/server/snapshot/Dockerfile b/server/snapshot/Dockerfile index f415cb10..f636927d 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.1.0-SNAPSHOT +ARG DEBEZIUM_VERSION=3.0.7-SNAPSHOT ENV DEBEZIUM_VERSION=$DEBEZIUM_VERSION \ SERVER_HOME=/debezium \ diff --git a/ui/3.0/Dockerfile b/ui/3.0/Dockerfile index e4b4cc17..ca1867dd 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.5.Final +ARG BRANCH=v3.0.6.Final ENV LANG='en_US.UTF-8' \ LANGUAGE='en_US:en' \