Skip to content

Commit

Permalink
Updated container images for release 3.0.6.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
debezium-builder committed Dec 19, 2024
1 parent 74a2ce1 commit 092709a
Show file tree
Hide file tree
Showing 24 changed files with 41 additions and 41 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.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" && \
Expand Down
2 changes: 1 addition & 1 deletion connect/3.0/Dockerfile.local
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------
Expand Down
2 changes: 1 addition & 1 deletion connect/snapshot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions operator/3.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
#
Expand Down
2 changes: 1 addition & 1 deletion operator/snapshot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion postgres/10-alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

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

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

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 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
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 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

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 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
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 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

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 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
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 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

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 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
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 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

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

Expand Down
2 changes: 1 addition & 1 deletion postgres/9.6/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions server/3.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion server/snapshot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
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.5.Final
ARG BRANCH=v3.0.6.Final

ENV LANG='en_US.UTF-8' \
LANGUAGE='en_US:en' \
Expand Down

0 comments on commit 092709a

Please sign in to comment.