Skip to content

Commit

Permalink
Updated container images for release 3.0.7.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
jpechane committed Jan 15, 2025
1 parent 6fad194 commit 2727d44
Show file tree
Hide file tree
Showing 13 changed files with 42 additions and 42 deletions.
30 changes: 15 additions & 15 deletions connect/3.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" && \
Expand Down
32 changes: 16 additions & 16 deletions connect/3.1/Dockerfile
Original file line number Diff line number Diff line change
@@ -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" && \
Expand Down
2 changes: 1 addition & 1 deletion postgres/12-alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion postgres/12/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion postgres/13-alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion postgres/13/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion postgres/14-alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion postgres/14/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion postgres/15-alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion postgres/15/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion postgres/16-alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion postgres/16/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion ui/3.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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' \
Expand Down

0 comments on commit 2727d44

Please sign in to comment.