Skip to content

Commit

Permalink
Updated container images for release 2.7.4.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
debezium-builder committed Dec 11, 2024
1 parent 13a8087 commit 5e7256a
Show file tree
Hide file tree
Showing 26 changed files with 43 additions and 43 deletions.
2 changes: 1 addition & 1 deletion build-all-multiplatform.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -eo pipefail

DEBEZIUM_VERSION="3.0"
DEBEZIUM_VERSION="2.7"
if [ -z "$DEBEZIUM_VERSIONS" ]; then
DEBEZIUM_VERSIONS="$DEBEZIUM_VERSION"
fi
Expand Down
2 changes: 1 addition & 1 deletion build-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -eo pipefail

DEBEZIUM_VERSION="3.0"
DEBEZIUM_VERSION="2.7"
if [ -z "$DEBEZIUM_VERSIONS" ]; then
DEBEZIUM_VERSIONS="$DEBEZIUM_VERSION"
fi
Expand Down
30 changes: 15 additions & 15 deletions connect/2.7/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:2.7

LABEL maintainer="Debezium Community"

ENV DEBEZIUM_VERSION="2.7.3.Final" \
ENV DEBEZIUM_VERSION="2.7.4.Final" \
MAVEN_REPO_CENTRAL="" \
MAVEN_REPOS_ADDITIONAL="" \
MONGODB_MD5=3b231b2aedf808c2d33fe6d0c3f7e537 \
MYSQL_MD5=134fae5489da998e8f29659764837fb4 \
MARIADB_MD5=cdec58acae10f894ec18e5d95cdb0425 \
POSTGRES_MD5=9bb46566fa18541be206f0bd0f77c4de \
SQLSERVER_MD5=7ee840859be88c375142e69e023acde8 \
ORACLE_MD5=19b3265ec9a7886e05d8aabf1da8fc17 \
DB2_MD5=2d7aa73738c7403d2a02bc60acc20acd \
SPANNER_MD5=3b964e01a85dceda4ea69c3af2596181 \
VITESS_MD5=30d6b64324958bf8cd6315287d02389a \
JDBC_MD5=d2dd91fec02b92ad5af4c6eabdb81c1e \
INFORMIX_MD5=d3004803ba0c64a60b2b2bd3f8833ffd \
IBMI_MD5=667d0cb003e48c6f438d1acc4109f185 \
KCRESTEXT_MD5=ad3f8dcdc133d1b3fa3d431892e15fd8 \
SCRIPTING_MD5=e8c6825ada56c4f028b67fe634f7d4d6
MONGODB_MD5=ccc3f1c3d76632c78ce0c52e8a38d305 \
MYSQL_MD5=afc29042665e5088ebcd21fbbfc41835 \
MARIADB_MD5=e56ae14bab37e8c5468fd890f95d2b48 \
POSTGRES_MD5=0dce7962ecae166afca16ec5fcd508f9 \
SQLSERVER_MD5=de3263ca011865d99d8da12a2f51cea4 \
ORACLE_MD5=eb2d90d77fc00808c6f49b47072db8f4 \
DB2_MD5=080fdafc364bfb2c58c725aef926a97b \
SPANNER_MD5=6108726cc5a5275a70b70b218fcec78e \
VITESS_MD5=defd2449d80e70e3a84e8a81ec8c4a05 \
JDBC_MD5=310d3d2af605bf386d4c78c195044dfe \
INFORMIX_MD5=b1acbc3834a8ab37d7ea0a856fd21c61 \
IBMI_MD5=63c16e299aa45747b98d1dab7bbde2b5 \
KCRESTEXT_MD5=f0786894155db0a43a48f04247a949e7 \
SCRIPTING_MD5=75fdd97f8c81636bc09948f306bc5882

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/2.7/Dockerfile.local
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM quay.io/debezium/connect-base:2.7

LABEL maintainer="Debezium Community"

ARG DEBEZIUM_VERSION=2.7.3.Final
ARG DEBEZIUM_VERSION=2.7.4.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.0

LABEL maintainer="Debezium Community"

ARG DEBEZIUM_VERSION=3.0.5-SNAPSHOT
ARG DEBEZIUM_VERSION=2.7.0-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/2.7/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=2.7.3.Final \
ENV DEBEZIUM_VERSION=2.7.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=5684fc56aeac3454427fa544c972630e
OPERATOR_MD5=3ac4f3e25678b81215fdf86858ac145f

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.0.5-SNAPSHOT
ARG DEBEZIUM_VERSION=2.7.0-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.4.Final
ENV PLUGIN_VERSION=v2.7.4.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.4.Final
ENV PLUGIN_VERSION=v2.7.4.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.4.Final
ENV PLUGIN_VERSION=v2.7.4.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.4.Final
ENV PLUGIN_VERSION=v2.7.4.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.4.Final
ENV PLUGIN_VERSION=v2.7.4.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.4.Final
ENV PLUGIN_VERSION=v2.7.4.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.4.Final
ENV PLUGIN_VERSION=v2.7.4.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.4.Final
ENV PLUGIN_VERSION=v2.7.4.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.4.Final
ENV PLUGIN_VERSION=v2.7.4.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.4.Final
ENV PLUGIN_VERSION=v2.7.4.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.4.Final
ENV PLUGIN_VERSION=v2.7.4.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.4.Final
ENV PLUGIN_VERSION=v2.7.4.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.4.Final
ENV PLUGIN_VERSION=v2.7.4.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.4.Final
ENV PLUGIN_VERSION=v2.7.4.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.4.Final
ENV PLUGIN_VERSION=v2.7.4.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.4.Final
ENV PLUGIN_VERSION=v2.7.4.Final
ENV PROTOC_VERSION=1.4

ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd
Expand Down
6 changes: 3 additions & 3 deletions server/2.7/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=2.7.3.Final \
ENV DEBEZIUM_VERSION=2.7.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=95558d63dbffe0a4ffffa793e854b5f0
SERVER_MD5=ee41a08c0f1fdee842ebcd5741a14491

#
# Create a directory for Debezium Server
Expand Down Expand Up @@ -53,7 +53,7 @@ FROM registry.access.redhat.com/ubi8/openjdk-11

LABEL maintainer="Debezium Community"

ENV DEBEZIUM_VERSION=2.7.3.Final \
ENV DEBEZIUM_VERSION=2.7.4.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.0.5-SNAPSHOT
ARG DEBEZIUM_VERSION=2.7.0-SNAPSHOT

ENV DEBEZIUM_VERSION=$DEBEZIUM_VERSION \
SERVER_HOME=/debezium \
Expand Down
2 changes: 1 addition & 1 deletion ui/2.7/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=v2.7.3.Final
ARG BRANCH=v2.7.4.Final

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

0 comments on commit 5e7256a

Please sign in to comment.