diff --git a/connect/3.0/Dockerfile b/connect/3.0/Dockerfile index 32b91420..93639810 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.3.Final" \ +ENV DEBEZIUM_VERSION="3.0.4.Final" \ MAVEN_REPO_CENTRAL="" \ MAVEN_REPOS_ADDITIONAL="" \ - 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 + MONGODB_MD5=3093e84f5acbad4d29c64ff802ba02f9 \ + MYSQL_MD5=05c07262ca22de4fcb1807553c7d2ca0 \ + MARIADB_MD5=528c31f3cc09c920d299b68833522e36 \ + POSTGRES_MD5=911bef941b5a7305d4254f55984c5348 \ + SQLSERVER_MD5=3fe0a393acf871e59b37b86684392e27 \ + ORACLE_MD5=6c3e92557261f96dfaeffcb01d8dfd5b \ + DB2_MD5=ffc7bdaab53ba2ea3b83923406f564de \ + SPANNER_MD5=56deef160b953690e64656e0e982a0d3 \ + VITESS_MD5=758875dd2a72696fd467063f6b86c7f9 \ + JDBC_MD5=b8e2275fc46dd87f59b7b575f009a67d \ + INFORMIX_MD5=7b3668828e1c8bee929277a2705bec08 \ + IBMI_MD5=b8c8f1ddfa3db9d68e236f930a1f3d1f \ + KCRESTEXT_MD5=0d5804e9c945427d320d158a04145cc9 \ + SCRIPTING_MD5=115230551a5d5882d4d6fb032f67ddfc 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 4a82c3aa..2ca34a42 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.3.Final +ARG DEBEZIUM_VERSION=3.0.4.Final ENV DEBEZIUM_VERSION=${DEBEZIUM_VERSION} # -------- testing --------- diff --git a/connect/snapshot/Dockerfile b/connect/snapshot/Dockerfile index 97687e36..89206fd1 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.3-SNAPSHOT +ARG DEBEZIUM_VERSION=3.0.5-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 bfbdb355..4417679b 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.3.Final \ +ENV DEBEZIUM_VERSION=3.0.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=128400dc7d3f86731d6a2eb2022018d5 + OPERATOR_MD5=22b0481bfd23d14b0908d42067b9c7fd USER root # diff --git a/operator/snapshot/Dockerfile b/operator/snapshot/Dockerfile index 629985cd..f3eb8616 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.3-SNAPSHOT +ARG DEBEZIUM_VERSION=3.0.5-SNAPSHOT ENV LANGUAGE='en_US:en' ENV DEBEZIUM_VERSION=$DEBEZIUM_VERSION \ diff --git a/postgres/10-alpine/Dockerfile b/postgres/10-alpine/Dockerfile index b18a5cfd..e66c4ac5 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.3.Final +ENV PLUGIN_VERSION=v3.0.4.Final ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/10/Dockerfile b/postgres/10/Dockerfile index 3286f027..74cb13f9 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.3.Final +ENV PLUGIN_VERSION=v3.0.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 f8a3a12e..8839f69c 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.3.Final +ENV PLUGIN_VERSION=v3.0.4.Final ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/11/Dockerfile b/postgres/11/Dockerfile index 103bce57..5d229a4f 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.3.Final +ENV PLUGIN_VERSION=v3.0.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 8c7cb9ac..8deaaf29 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.3.Final +ENV PLUGIN_VERSION=v3.0.4.Final ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/12/Dockerfile b/postgres/12/Dockerfile index 74bf113e..855101fa 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.3.Final +ENV PLUGIN_VERSION=v3.0.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 bcc4b611..279d070c 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.3.Final +ENV PLUGIN_VERSION=v3.0.4.Final ENV WAL2JSON_COMMIT_ID=wal2json_2_3 diff --git a/postgres/13/Dockerfile b/postgres/13/Dockerfile index ab2e6924..e0eba670 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.3.Final +ENV PLUGIN_VERSION=v3.0.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 08277470..4340eaff 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.3.Final +ENV PLUGIN_VERSION=v3.0.4.Final ENV WAL2JSON_COMMIT_ID=wal2json_2_3 diff --git a/postgres/14/Dockerfile b/postgres/14/Dockerfile index b4ffaaad..1e54ec3a 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.3.Final +ENV PLUGIN_VERSION=v3.0.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 0e286aef..ef6f8c00 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.3.Final +ENV PLUGIN_VERSION=v3.0.4.Final RUN apk add --no-cache protobuf-c-dev diff --git a/postgres/15/Dockerfile b/postgres/15/Dockerfile index 57f584d1..e97e4ed1 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.3.Final +ENV PLUGIN_VERSION=v3.0.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 5f786d37..1a6df615 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.3.Final +ENV PLUGIN_VERSION=v3.0.4.Final RUN apk add --no-cache protobuf-c-dev diff --git a/postgres/16/Dockerfile b/postgres/16/Dockerfile index 93e10786..9ba348e0 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.3.Final +ENV PLUGIN_VERSION=v3.0.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 79651aea..479a3ec9 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.3.Final +ENV PLUGIN_VERSION=v3.0.4.Final ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/9.6/Dockerfile b/postgres/9.6/Dockerfile index a16b1daf..23dbb6a7 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.3.Final +ENV PLUGIN_VERSION=v3.0.4.Final ENV PROTOC_VERSION=1.4 ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/server/3.0/Dockerfile b/server/3.0/Dockerfile index 1af02f37..6fa38662 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.3.Final \ +ENV DEBEZIUM_VERSION=3.0.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=1c2e1dca2fe5e5e5c044200ad9ae98f9 + SERVER_MD5=2a4c1f404707566077510ea516aa3e60 # # 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.3.Final \ +ENV DEBEZIUM_VERSION=3.0.4.Final \ SERVER_HOME=/debezium \ MAVEN_REPO_CENTRAL="https://repo1.maven.org/maven2" diff --git a/server/snapshot/Dockerfile b/server/snapshot/Dockerfile index 09603025..79fb7f31 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.3-SNAPSHOT +ARG DEBEZIUM_VERSION=3.0.5-SNAPSHOT ENV DEBEZIUM_VERSION=$DEBEZIUM_VERSION \ SERVER_HOME=/debezium \ diff --git a/ui/3.0/Dockerfile b/ui/3.0/Dockerfile index cd9a40c3..c16227e5 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.3.Final +ARG BRANCH=v3.0.4.Final ENV LANG='en_US.UTF-8' \ LANGUAGE='en_US:en' \