Skip to content

Commit

Permalink
Updated container images for release 2.3.7.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
debezium-builder committed Jan 21, 2024
1 parent 1d3cd4e commit 605eeff
Show file tree
Hide file tree
Showing 24 changed files with 37 additions and 37 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="2.6"
DEBEZIUM_VERSION="2.3"
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="2.6"
DEBEZIUM_VERSION="2.3"
if [ -z "$DEBEZIUM_VERSIONS" ]; then
DEBEZIUM_VERSIONS="$DEBEZIUM_VERSION"
fi
Expand Down
24 changes: 12 additions & 12 deletions connect/2.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@ FROM $DEBEZIUM_DOCKER_REGISTRY_PRIMARY_NAME/connect-base:2.3

LABEL maintainer="Debezium Community"

ENV DEBEZIUM_VERSION="2.3.6.Final" \
ENV DEBEZIUM_VERSION="2.3.7.Final" \
MAVEN_REPO_CENTRAL="" \
MAVEN_REPOS_ADDITIONAL="" \
MAVEN_DEP_DESTINATION=$KAFKA_CONNECT_PLUGINS_DIR \
MONGODB_MD5=1ded42cc5cc459057a3e626d0db4e905 \
MYSQL_MD5=7af5146f7d16e7607dcda7453434feac \
POSTGRES_MD5=df6f51f77099364358aef949ad3906e7 \
SQLSERVER_MD5=5b68ba7238e3dea1daefbc8e5e413b31 \
ORACLE_MD5=7b341064c22929f8d7f88a307e6ac0c3 \
DB2_MD5=d38ce55eafaca9217e5b2a6041b40ffd \
SPANNER_MD5=205537d272d5e4be5c74cb9bf1416f44 \
VITESS_MD5=fb0f31fd24344c4bdd94098a72d42427 \
JDBC_MD5=c46d27e54561936e406b1f41c2a8497d \
KCRESTEXT_MD5=c553e0795382f0be9da931cdd24c3da5 \
SCRIPTING_MD5=ae7b3859413a594e8fe043af99424bc3
MONGODB_MD5=172a26afe154f3fe68dd0c29749be609 \
MYSQL_MD5=ba04d15ec301bf5c8f084ef4e1e0172d \
POSTGRES_MD5=be442fc694f16f0cafbd9517b57bd82a \
SQLSERVER_MD5=b38a0b976a757bfa67b719c011ee6b52 \
ORACLE_MD5=d9da21bc4d1933004f7fc9ad10acef6f \
DB2_MD5=371ac4e8b0ebd184c36c4478d1ccd91b \
SPANNER_MD5=4d5d6a8137dcd7bde61c8fd055ab4621 \
VITESS_MD5=dfa1c2590b47d534fd0b8b70405d4514 \
JDBC_MD5=dbf14cbd2b3da9465127bcfc5cdeefbb \
KCRESTEXT_MD5=29efa6c1e3fa126b0d75cc0444fc867f \
SCRIPTING_MD5=2630de8de4f10f70b046159c32100114

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.3/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.2

LABEL maintainer="Debezium Community"

ARG DEBEZIUM_VERSION=2.3.6.Final
ARG DEBEZIUM_VERSION=2.3.7.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:2.6

LABEL maintainer="Debezium Community"

ARG DEBEZIUM_VERSION=2.6.0-SNAPSHOT
ARG DEBEZIUM_VERSION=2.3.0-SNAPSHOT

ENV DEBEZIUM_VERSION=$DEBEZIUM_VERSION \
MAVEN_OSS_SNAPSHOT="https://oss.sonatype.org/content/repositories/snapshots"
Expand Down
4 changes: 2 additions & 2 deletions operator/2.3/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.3.6.Final \
ENV DEBEZIUM_VERSION=2.3.7.Final \
OPERATOR_HOME=/operator \
MAVEN_REPO_CENTRAL="https://repo1.maven.org/maven2"
ENV OPERATOR_URL_PATH=io/debezium/debezium-operator/$DEBEZIUM_VERSION/debezium-operator-$DEBEZIUM_VERSION.tar.gz \
OPERATOR_MD5=53e37e2ca6cc4417763d4ac9cc2c6b79
OPERATOR_MD5=94339d8737e8ba5318bad63211c137b6

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=2.6.0-SNAPSHOT
ARG DEBEZIUM_VERSION=2.3.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=v2.6.0.Alpha1
ENV PLUGIN_VERSION=v2.3.7.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=v2.6.0.Alpha1
ENV PLUGIN_VERSION=v2.3.7.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=v2.6.0.Alpha1
ENV PLUGIN_VERSION=v2.3.7.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=v2.6.0.Alpha1
ENV PLUGIN_VERSION=v2.3.7.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=v2.6.0.Alpha1
ENV PLUGIN_VERSION=v2.3.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 postgres:12-bullseye AS build

ARG USE_POSTGIS=true
ENV PLUGIN_VERSION=v2.6.0.Alpha1
ENV PLUGIN_VERSION=v2.3.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 postgres:13-alpine

LABEL maintainer="Debezium Community"
ENV PLUGIN_VERSION=v2.6.0.Alpha1
ENV PLUGIN_VERSION=v2.3.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 postgres:13-bullseye AS build

ARG USE_POSTGIS=true
ENV PLUGIN_VERSION=v2.6.0.Alpha1
ENV PLUGIN_VERSION=v2.3.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 postgres:14-alpine

LABEL maintainer="Debezium Community"
ENV PLUGIN_VERSION=v2.6.0.Alpha1
ENV PLUGIN_VERSION=v2.3.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 postgres:14-bullseye AS build

ARG USE_POSTGIS=true
ENV PLUGIN_VERSION=v2.6.0.Alpha1
ENV PLUGIN_VERSION=v2.3.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 postgres:15-alpine

LABEL maintainer="Debezium Community"
ENV PLUGIN_VERSION=v2.6.0.Alpha1
ENV PLUGIN_VERSION=v2.3.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 postgres:15-bullseye AS build

ARG USE_POSTGIS=true
ENV PLUGIN_VERSION=v2.6.0.Alpha1
ENV PLUGIN_VERSION=v2.3.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/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=v2.6.0.Alpha1
ENV PLUGIN_VERSION=v2.3.7.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=v2.6.0.Alpha1
ENV PLUGIN_VERSION=v2.3.7.Final
ENV PROTOC_VERSION=1.4

ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd
Expand Down
4 changes: 2 additions & 2 deletions server/2.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ LABEL maintainer="Debezium Community"
#
# Set the version, home directory, and MD5 hash.
#
ENV DEBEZIUM_VERSION=2.3.6.Final \
ENV DEBEZIUM_VERSION=2.3.7.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=b720129903930612f025f50e318240fc
SERVER_MD5=375cb234cfd4855a8496c64c3765f162

#
# Create a directory for Debezium Server
Expand Down
2 changes: 1 addition & 1 deletion server/snapshot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL maintainer="Debezium Community"
#
# Set the version, home directory
#
ARG DEBEZIUM_VERSION=2.6.0-SNAPSHOT
ARG DEBEZIUM_VERSION=2.3.0-SNAPSHOT

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

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

0 comments on commit 605eeff

Please sign in to comment.