Skip to content

Commit

Permalink
Updated container images for release 2.6.0.Alpha2
Browse files Browse the repository at this point in the history
  • Loading branch information
debezium-builder committed Feb 13, 2024
1 parent b23406a commit 9a04e99
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.5"
DEBEZIUM_VERSION="2.6"
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.5"
DEBEZIUM_VERSION="2.6"
if [ -z "$DEBEZIUM_VERSIONS" ]; then
DEBEZIUM_VERSIONS="$DEBEZIUM_VERSION"
fi
Expand Down
26 changes: 13 additions & 13 deletions connect/2.6/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.6

LABEL maintainer="Debezium Community"

ENV DEBEZIUM_VERSION="2.6.0.Alpha1" \
ENV DEBEZIUM_VERSION="2.6.0.Alpha2" \
MAVEN_REPO_CENTRAL="" \
MAVEN_REPOS_ADDITIONAL="" \
MAVEN_DEP_DESTINATION=$KAFKA_CONNECT_PLUGINS_DIR \
MONGODB_MD5=3db73f49d29cbdea2fadae25dc1f4c25 \
MYSQL_MD5=d9cdb254b6ff40b90733e0b61f12c666 \
POSTGRES_MD5=56cde9af8e96993573387acc476a13aa \
SQLSERVER_MD5=c5675545fde967b96c4d40a7bddf8aef \
ORACLE_MD5=6ce4efeabeab0f90748a63bf43136436 \
DB2_MD5=497e78f7e6216df7668aa1568679f72e \
SPANNER_MD5=6ca2e311deaf131fa4d21071c73d4507 \
VITESS_MD5=e9e9a3f2b957e5f38cb18d76a13c3e26 \
JDBC_MD5=130ea8e005fe8247b878dda9842052a9 \
INFORMIX_MD5=5f08f5956e56510f556461aa6de397fa \
KCRESTEXT_MD5=d4ecade2c4c26f7304baafaab261da7d \
SCRIPTING_MD5=0f56af6eb77be9c6e9f21849d9e69539
MONGODB_MD5=ad4342094f6e4f3202d4e915462900c0 \
MYSQL_MD5=8593cc4c0770e086432647ecbbe7ccc2 \
POSTGRES_MD5=218ce3145f4e919df9bcd9c3cbd5c4da \
SQLSERVER_MD5=d35964bb87f27a95b8bce588107e18f2 \
ORACLE_MD5=f78d572f32deef62a4614be88fe8dec8 \
DB2_MD5=24ec34234331f51887dc39cbaf3d7119 \
SPANNER_MD5=7f658f36b3510d46c519cc5af21b80ff \
VITESS_MD5=4cd7a3b80da5b4c700ad99a65eab7138 \
JDBC_MD5=754816646f28bdcf1cdb74f3b9e4d546 \
INFORMIX_MD5=65ab8af12854ab043d40eb251c7395be \
KCRESTEXT_MD5=e2b29c281f2a1fe81eafe1bdbe7492f3 \
SCRIPTING_MD5=eb82a335dd7aa837c8b246d3492d0019

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

LABEL maintainer="Debezium Community"

ARG DEBEZIUM_VERSION=2.6.0.Alpha1
ARG DEBEZIUM_VERSION=2.6.0.Alpha2
ENV DEBEZIUM_VERSION=${DEBEZIUM_VERSION}

# -------- testing ---------
Expand Down
4 changes: 2 additions & 2 deletions operator/2.6/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.6.0.Alpha1 \
ENV DEBEZIUM_VERSION=2.6.0.Alpha2 \
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=3b06f213b0860ae90ddaee6747d35e41
OPERATOR_MD5=d8b81f2da1665776d4eed26748f4955b

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.5.1.Final
ENV PLUGIN_VERSION=v2.6.0.Alpha2

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.5.1.Final
ENV PLUGIN_VERSION=v2.6.0.Alpha2
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.5.1.Final
ENV PLUGIN_VERSION=v2.6.0.Alpha2

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.5.1.Final
ENV PLUGIN_VERSION=v2.6.0.Alpha2
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.5.1.Final
ENV PLUGIN_VERSION=v2.6.0.Alpha2

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.5.1.Final
ENV PLUGIN_VERSION=v2.6.0.Alpha2
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.5.1.Final
ENV PLUGIN_VERSION=v2.6.0.Alpha2

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.5.1.Final
ENV PLUGIN_VERSION=v2.6.0.Alpha2
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.5.1.Final
ENV PLUGIN_VERSION=v2.6.0.Alpha2

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.5.1.Final
ENV PLUGIN_VERSION=v2.6.0.Alpha2
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.5.1.Final
ENV PLUGIN_VERSION=v2.6.0.Alpha2

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.5.1.Final
ENV PLUGIN_VERSION=v2.6.0.Alpha2
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.5.1.Final
ENV PLUGIN_VERSION=v2.6.0.Alpha2

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.5.1.Final
ENV PLUGIN_VERSION=v2.6.0.Alpha2
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.5.1.Final
ENV PLUGIN_VERSION=v2.6.0.Alpha2

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.5.1.Final
ENV PLUGIN_VERSION=v2.6.0.Alpha2
ENV PROTOC_VERSION=1.4

ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd
Expand Down
4 changes: 2 additions & 2 deletions server/2.6/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.6.0.Alpha1 \
ENV DEBEZIUM_VERSION=2.6.0.Alpha2 \
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=60d6ce842ecdfe26b01cd442263b6950
SERVER_MD5=fdf4f8d645557f6c195bc40fd5fcfcd0

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

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

0 comments on commit 9a04e99

Please sign in to comment.