Skip to content

Commit

Permalink
Updated container images for release 2.6.0.CR1
Browse files Browse the repository at this point in the history
  • Loading branch information
debezium-builder committed Mar 25, 2024
1 parent bf7609f commit e22b0db
Show file tree
Hide file tree
Showing 26 changed files with 41 additions and 41 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
28 changes: 14 additions & 14 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.Beta1" \
ENV DEBEZIUM_VERSION="2.6.0.CR1" \
MAVEN_REPO_CENTRAL="" \
MAVEN_REPOS_ADDITIONAL="" \
MONGODB_MD5=1a07833ff75b49800d99ecdfbcef93fc \
MYSQL_MD5=212227f6707f9c95b6e6d6e1c61cadce \
POSTGRES_MD5=741b69d502401a5d09e3ed577617df9a \
SQLSERVER_MD5=a78e319d3680733f47ba61f72592a1a0 \
ORACLE_MD5=e49e58c575388380c441df8f5d6bfdba \
DB2_MD5=55ad6469ee7e3a4717d898487e9a2d8d \
SPANNER_MD5=828214228f00e23ab96fca3ef505010e \
VITESS_MD5=8303915ca7a19929467757238c9beb0f \
JDBC_MD5=75a2583e570407f510e8f7e0ea4ae531 \
INFORMIX_MD5=64e860bfa9c72ae63f265ed57ccbf6ce \
IBMI_MD5=e973c682354c4725aadd19f3a2d4f635 \
KCRESTEXT_MD5=b6f5544db912afe6008cc2cdda9f4fe6 \
SCRIPTING_MD5=97ad6252534bf840fbd3dc27d4da0c82
MONGODB_MD5=fc4f88eb4413fafab298b868d67c2118 \
MYSQL_MD5=e10b42d323143106a753e1cda5bc666a \
POSTGRES_MD5=31ea8ec05984844d4bc9fcb60c3fbfbd \
SQLSERVER_MD5=ccd51dcb698c9c595ebfa7336bbea184 \
ORACLE_MD5=b37eb1807ad07aa33721141d49bb1a3c \
DB2_MD5=f964dd8164b53d68246eccbe78f5aced \
SPANNER_MD5=ad2082aa0525110df1da1bac96348615 \
VITESS_MD5=dec82996f6e315e5cc8b50ec124ab5b6 \
JDBC_MD5=35569d7eea9435f54bcc5e652b42aa79 \
INFORMIX_MD5=77a13b6a46eb880998d94d46635e1ce1 \
IBMI_MD5=cde2daebe9ca7c850d3fe2f048b1bcfe \
KCRESTEXT_MD5=157eeede43dfab9ca4e98fb5abd570fb \
SCRIPTING_MD5=c717d06893db365345dee8a871491314

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.Beta1
ARG DEBEZIUM_VERSION=2.6.0.CR1
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.5.0-SNAPSHOT
ARG DEBEZIUM_VERSION=2.6.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.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.Beta1 \
ENV DEBEZIUM_VERSION=2.6.0.CR1 \
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=2c04340fa2f7ed1b90e42827ff27e4d2
OPERATOR_MD5=e4802be4ae2efc12b3d5fe5dd0b71a12

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.5.0-SNAPSHOT
ARG DEBEZIUM_VERSION=2.6.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.5.3.Final
ENV PLUGIN_VERSION=v2.6.0.CR1

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.3.Final
ENV PLUGIN_VERSION=v2.6.0.CR1
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.3.Final
ENV PLUGIN_VERSION=v2.6.0.CR1

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.3.Final
ENV PLUGIN_VERSION=v2.6.0.CR1
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.3.Final
ENV PLUGIN_VERSION=v2.6.0.CR1

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.3.Final
ENV PLUGIN_VERSION=v2.6.0.CR1
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.3.Final
ENV PLUGIN_VERSION=v2.6.0.CR1

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.3.Final
ENV PLUGIN_VERSION=v2.6.0.CR1
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.3.Final
ENV PLUGIN_VERSION=v2.6.0.CR1

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.3.Final
ENV PLUGIN_VERSION=v2.6.0.CR1
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.3.Final
ENV PLUGIN_VERSION=v2.6.0.CR1

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.3.Final
ENV PLUGIN_VERSION=v2.6.0.CR1
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.3.Final
ENV PLUGIN_VERSION=v2.6.0.CR1

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.3.Final
ENV PLUGIN_VERSION=v2.6.0.CR1
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.3.Final
ENV PLUGIN_VERSION=v2.6.0.CR1

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.3.Final
ENV PLUGIN_VERSION=v2.6.0.CR1
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.Beta1 \
ENV DEBEZIUM_VERSION=2.6.0.CR1 \
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=efa691f1818cdd167955b0e28f551fa6
SERVER_MD5=6c6b3754591e76e208a0a481ea414de2

#
# 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 @@ -6,7 +6,7 @@ LABEL maintainer="Debezium Community"
#
# Set the version, home directory
#
ARG DEBEZIUM_VERSION=2.5.0-SNAPSHOT
ARG DEBEZIUM_VERSION=2.6.0-SNAPSHOT

ENV DEBEZIUM_VERSION=$DEBEZIUM_VERSION \
SERVER_HOME=/debezium \
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.Beta1
ARG BRANCH=v2.6.0.CR1

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

0 comments on commit e22b0db

Please sign in to comment.