Skip to content

Commit

Permalink
Updated container images for release 2.3.1.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
debezium-builder committed Jul 27, 2023
1 parent a5f0325 commit 8d1bba1
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.4"
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.4"
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.0.Final" \
ENV DEBEZIUM_VERSION="2.3.1.Final" \
MAVEN_REPO_CENTRAL="" \
MAVEN_REPOS_ADDITIONAL="" \
MAVEN_DEP_DESTINATION=$KAFKA_CONNECT_PLUGINS_DIR \
MONGODB_MD5=35bbf2de9af6955493b1b1169744ce26 \
MYSQL_MD5=fe6a3a93ac03880b6b6d09f6c9c6033c \
POSTGRES_MD5=eefca8043e6aa1ccee5f20b9df76c248 \
SQLSERVER_MD5=4db5569a84327043f64e1b25ac0d6df7 \
ORACLE_MD5=fbb3d34cafa0ecb9629533e7d6812bf9 \
DB2_MD5=9f4a556c780366e192044116e1302899 \
SPANNER_MD5=b7741a87986167ac5baa160a46b4b50d \
VITESS_MD5=c16c7f3f7bb6ef762ae52f704ef935e5 \
JDBC_MD5=1bdbb0da1ecc0d2b1b2cf63273c52442 \
KCRESTEXT_MD5=039b27d075b01ca1296efb6b185b0096 \
SCRIPTING_MD5=f93f3a53773695d683712b504325530b
MONGODB_MD5=87ab8a260c73150267ba8e7822d50c55 \
MYSQL_MD5=47d80c6955923deb7823c8c6c352864b \
POSTGRES_MD5=548cf64bbb49c8dec4c0592c1e26f611 \
SQLSERVER_MD5=9635b79adbfb1cb7bd97a67781286b76 \
ORACLE_MD5=39fd3e04d7c6d2189f5284ccd7b44db8 \
DB2_MD5=a432aef71031629d00b6fc7d9f8a06e4 \
SPANNER_MD5=47958385e1c146d5b1487a35acf8f774 \
VITESS_MD5=150502404cd97e55e4646f2ebc7778ef \
JDBC_MD5=931e4d431b12b77eb26f1678dffe4d80 \
KCRESTEXT_MD5=f818803063ba2a52bce63dc13dd39b28 \
SCRIPTING_MD5=164bc18040572043df0ee4f1aca54f00

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.0.Final
ARG DEBEZIUM_VERSION=2.3.1.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.4

LABEL maintainer="Debezium Community"

ARG DEBEZIUM_VERSION=2.4.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.0.Final \
ENV DEBEZIUM_VERSION=2.3.1.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=e771181e2e7e0286eb7b5098313c858b
OPERATOR_MD5=cb09a36358e188ac174208b06695c8e6

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.4.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.4.0.Alpha1
ENV PLUGIN_VERSION=v2.3.1.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.4.0.Alpha1
ENV PLUGIN_VERSION=v2.3.1.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.4.0.Alpha1
ENV PLUGIN_VERSION=v2.3.1.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.4.0.Alpha1
ENV PLUGIN_VERSION=v2.3.1.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.4.0.Alpha1
ENV PLUGIN_VERSION=v2.3.1.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.4.0.Alpha1
ENV PLUGIN_VERSION=v2.3.1.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.4.0.Alpha1
ENV PLUGIN_VERSION=v2.3.1.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.4.0.Alpha1
ENV PLUGIN_VERSION=v2.3.1.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.4.0.Alpha1
ENV PLUGIN_VERSION=v2.3.1.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.4.0.Alpha1
ENV PLUGIN_VERSION=v2.3.1.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.4.0.Alpha1
ENV PLUGIN_VERSION=v2.3.1.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.4.0.Alpha1
ENV PLUGIN_VERSION=v2.3.1.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.4.0.Alpha1
ENV PLUGIN_VERSION=v2.3.1.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.4.0.Alpha1
ENV PLUGIN_VERSION=v2.3.1.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.0.Final \
ENV DEBEZIUM_VERSION=2.3.1.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=bd0c7cadafcc004f4b3f93cafce33a29
SERVER_MD5=5f7d013174d31d10ecac4973ad08d977

#
# 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.4.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.0.Final
ARG BRANCH=v2.3.1.Final

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

0 comments on commit 8d1bba1

Please sign in to comment.