Skip to content

Commit

Permalink
Updated container images for release 2.5.0.Alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
debezium-builder committed Oct 26, 2023
1 parent b153c1f commit cc4a8c3
Show file tree
Hide file tree
Showing 23 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.5"
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.5"
if [ -z "$DEBEZIUM_VERSIONS" ]; then
DEBEZIUM_VERSIONS="$DEBEZIUM_VERSION"
fi
Expand Down
26 changes: 13 additions & 13 deletions connect/2.5/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@ FROM $DEBEZIUM_DOCKER_REGISTRY_PRIMARY_NAME/connect-base:2.5

LABEL maintainer="Debezium Community"

ENV DEBEZIUM_VERSION="2.4.0.Final" \
ENV DEBEZIUM_VERSION="2.5.0.Alpha1" \
MAVEN_REPO_CENTRAL="" \
MAVEN_REPOS_ADDITIONAL="" \
MAVEN_DEP_DESTINATION=$KAFKA_CONNECT_PLUGINS_DIR \
MONGODB_MD5=a22784387e0ec8a6abb1606c2c365cb2 \
MYSQL_MD5=4bff262afc9678f5cbc3be6315b8e71e \
POSTGRES_MD5=b42c9e208410f39ad1ad09778b1e3f03 \
SQLSERVER_MD5=9b8bf3c62a7c22c465a32fa27b3cffb5 \
ORACLE_MD5=21699814400860457dc2334b165882e6 \
DB2_MD5=0727d7f2d1deeacef39e230acac835a8 \
SPANNER_MD5=186b07595e914e9139941889fd675044 \
VITESS_MD5=3b4d24c8c9898df060c408a13fd3429f \
JDBC_MD5=77c5cb9adf932ab17c041544f4ade357 \
INFORMIX_MD5=TBD \
KCRESTEXT_MD5=25c0353f5a7304b3c4780a20f0f5d0af \
SCRIPTING_MD5=53a3661e7a9877744f4a30d6483d7957
MONGODB_MD5=c28658749f83d2b35a67fb28e71a12cb \
MYSQL_MD5=3ae8399278856521d9f5d3b0f53b7028 \
POSTGRES_MD5=71047d13fc4654f280411597ab6ed1ad \
SQLSERVER_MD5=e34096a69b53b044ad96769e442d50ea \
ORACLE_MD5=c8981a263aac652aa7945ea046dd6788 \
DB2_MD5=41ce7551cf9252f86e4b9aee8152753d \
SPANNER_MD5=2841b9d4d8ce3d089000d7985868f12f \
VITESS_MD5=b370087aacba3b17295973e15420a786 \
JDBC_MD5=ff3be9629012fc359a0636fd46e4a3eb \
INFORMIX_MD5=f56453ec8688ba8eb79c012622326d27 \
KCRESTEXT_MD5=7ce4b0c53e93da0cec02e9cb0ddf3d33 \
SCRIPTING_MD5=66f3554fa919ca3a606e91804688489e

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.5/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.5

LABEL maintainer="Debezium Community"

ARG DEBEZIUM_VERSION=2.5.0
ARG DEBEZIUM_VERSION=2.5.0.Alpha1
ENV DEBEZIUM_VERSION=${DEBEZIUM_VERSION}

# -------- testing ---------
Expand Down
4 changes: 2 additions & 2 deletions operator/2.5/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.4.0.Final \
ENV DEBEZIUM_VERSION=2.5.0.Alpha1 \
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=30c9590daf684577c6af65c5fe271d7f
OPERATOR_MD5=cace63df3539872ff7d680e82ecb4d2b

USER root
#
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.Final
ENV PLUGIN_VERSION=v2.5.0.Alpha1

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.Final
ENV PLUGIN_VERSION=v2.5.0.Alpha1
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.Final
ENV PLUGIN_VERSION=v2.5.0.Alpha1

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.Final
ENV PLUGIN_VERSION=v2.5.0.Alpha1
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.Final
ENV PLUGIN_VERSION=v2.5.0.Alpha1

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.Final
ENV PLUGIN_VERSION=v2.5.0.Alpha1
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.Final
ENV PLUGIN_VERSION=v2.5.0.Alpha1

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.Final
ENV PLUGIN_VERSION=v2.5.0.Alpha1
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.Final
ENV PLUGIN_VERSION=v2.5.0.Alpha1

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.Final
ENV PLUGIN_VERSION=v2.5.0.Alpha1
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.Final
ENV PLUGIN_VERSION=v2.5.0.Alpha1

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.Final
ENV PLUGIN_VERSION=v2.5.0.Alpha1
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=v2.4.0.Final
ENV PLUGIN_VERSION=v2.5.0.Alpha1

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=v2.4.0.Final
ENV PLUGIN_VERSION=v2.5.0.Alpha1
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.Final
ENV PLUGIN_VERSION=v2.5.0.Alpha1

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.Final
ENV PLUGIN_VERSION=v2.5.0.Alpha1
ENV PROTOC_VERSION=1.4

ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd
Expand Down
4 changes: 2 additions & 2 deletions server/2.5/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.4.0.Final \
ENV DEBEZIUM_VERSION=2.5.0.Alpha1 \
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=34537ef25170a297ceb0df007c35491e
SERVER_MD5=58cac0422a505a424166b0ee15a8f224

#
# Create a directory for Debezium Server
Expand Down
2 changes: 1 addition & 1 deletion ui/2.5/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.4.0.Final
ARG BRANCH=v2.5.0.Alpha1

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

0 comments on commit cc4a8c3

Please sign in to comment.