Skip to content

Commit

Permalink
Updated container images for release 2.7.0.Beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
debezium-builder committed Jun 6, 2024
1 parent 9977ecf commit fa2e8c9
Show file tree
Hide file tree
Showing 26 changed files with 42 additions and 42 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.7"
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.7"
if [ -z "$DEBEZIUM_VERSIONS" ]; then
DEBEZIUM_VERSIONS="$DEBEZIUM_VERSION"
fi
Expand Down
28 changes: 14 additions & 14 deletions connect/2.7/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.7

LABEL maintainer="Debezium Community"

ENV DEBEZIUM_VERSION="2.7.0.Alpha2" \
ENV DEBEZIUM_VERSION="2.7.0.Beta1" \
MAVEN_REPO_CENTRAL="" \
MAVEN_REPOS_ADDITIONAL="" \
MONGODB_MD5=83579f0082ab8d2dab114d2c82e9d501 \
MYSQL_MD5=754dfe1c67a6a74d04c8ecb1be35602d \
POSTGRES_MD5=94dbe6d5b1077f20d1e6c45287399599 \
SQLSERVER_MD5=bb7a3a3a32b69a840504ca63783826ef \
ORACLE_MD5=06e1dcb31c118dee864244bb8916e679 \
DB2_MD5=f9f50f9fef4b528e4279ad217eb41520 \
SPANNER_MD5=08f6e8a678c3e4a38f08cfbed064f42f \
VITESS_MD5=a7f8b4a8fc9401577fa77e1f76b326c5 \
JDBC_MD5=635174292b3c2d7224f6cbbbc9077b4f \
INFORMIX_MD5=5302d42e43cbf70578b8110eea9ba112 \
IBMI_MD5=ebc3307f7de2b92c576bbc8308046ba7 \
KCRESTEXT_MD5=1f42d1837b1741c4f519e0c98f75a073 \
SCRIPTING_MD5=5d15b8d3c57133f8bc2e133e32644747
MONGODB_MD5=daf72cb8555b128ae1d43d33388fa521 \
MYSQL_MD5=7a25d8b08973570d062b32cc0fc7f08c \
POSTGRES_MD5=7bd3272d18e13bc496b9ced91e54f298 \
SQLSERVER_MD5=3d0e840bfb3462ba0cf2dfaaf06dbd5e \
ORACLE_MD5=65c619807a5a0532b05f39ca5fed10e4 \
DB2_MD5=92071352b1887cf5fd64c0f3bd5f094b \
SPANNER_MD5=92b6429a3453d372eed544dd3426a0bf \
VITESS_MD5=118abdd50a694ab671a47e0815dd82e2 \
JDBC_MD5=3582c1617b032bb695ec1b0e7aa612f1 \
INFORMIX_MD5=ce3dcdfa083169590f6e1c9644673ca9 \
IBMI_MD5=96ec13a19dba0e1e903dc23ded2a4aa7 \
KCRESTEXT_MD5=a09bfb7ef967a116cbead0cbf83caad8 \
SCRIPTING_MD5=9f0b7f24b8218c054ee6ff87fdc4cc32

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

LABEL maintainer="Debezium Community"

ARG DEBEZIUM_VERSION=2.7.0.Alpha2
ARG DEBEZIUM_VERSION=2.7.0.Beta1
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.7

LABEL maintainer="Debezium Community"

ARG DEBEZIUM_VERSION=2.6.0-SNAPSHOT
ARG DEBEZIUM_VERSION=2.7.0-SNAPSHOT

ENV DEBEZIUM_VERSION=$DEBEZIUM_VERSION \
MAVEN_OSS_SNAPSHOT="https://s01.oss.sonatype.org/content/repositories/snapshots"
Expand Down
4 changes: 2 additions & 2 deletions operator/2.7/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.7.0.Alpha2 \
ENV DEBEZIUM_VERSION=2.7.0.Beta1 \
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=f7e2c90cb5f5cd4b23f431716c497d78
OPERATOR_MD5=ea00cfee1750559dfac4e6bc4c44542d

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.7.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.2.Final
ENV PLUGIN_VERSION=v2.7.0.Beta1

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.2.Final
ENV PLUGIN_VERSION=v2.7.0.Beta1
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.2.Final
ENV PLUGIN_VERSION=v2.7.0.Beta1

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.2.Final
ENV PLUGIN_VERSION=v2.7.0.Beta1
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.2.Final
ENV PLUGIN_VERSION=v2.7.0.Beta1

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.2.Final
ENV PLUGIN_VERSION=v2.7.0.Beta1
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.2.Final
ENV PLUGIN_VERSION=v2.7.0.Beta1

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.2.Final
ENV PLUGIN_VERSION=v2.7.0.Beta1
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.2.Final
ENV PLUGIN_VERSION=v2.7.0.Beta1

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.2.Final
ENV PLUGIN_VERSION=v2.7.0.Beta1
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.2.Final
ENV PLUGIN_VERSION=v2.7.0.Beta1

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.2.Final
ENV PLUGIN_VERSION=v2.7.0.Beta1
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.6.2.Final
ENV PLUGIN_VERSION=v2.7.0.Beta1

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.6.2.Final
ENV PLUGIN_VERSION=v2.7.0.Beta1
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.2.Final
ENV PLUGIN_VERSION=v2.7.0.Beta1

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.2.Final
ENV PLUGIN_VERSION=v2.7.0.Beta1
ENV PROTOC_VERSION=1.4

ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd
Expand Down
6 changes: 3 additions & 3 deletions server/2.7/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.7.0.Alpha2 \
ENV DEBEZIUM_VERSION=2.7.0.Beta1 \
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=7a05a47d118864d45990728305dcb31e
SERVER_MD5=432e1b10a40f6bd9896ba3d930bfcae0

#
# Create a directory for Debezium Server
Expand Down Expand Up @@ -53,7 +53,7 @@ FROM registry.access.redhat.com/ubi8/openjdk-11

LABEL maintainer="Debezium Community"

ENV DEBEZIUM_VERSION=2.6.0.Alpha1 \
ENV DEBEZIUM_VERSION=2.7.0.Beta1 \
SERVER_HOME=/debezium \
MAVEN_REPO_CENTRAL="https://repo1.maven.org/maven2"

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.6.0-SNAPSHOT
ARG DEBEZIUM_VERSION=2.7.0-SNAPSHOT

ENV DEBEZIUM_VERSION=$DEBEZIUM_VERSION \
SERVER_HOME=/debezium \
Expand Down
2 changes: 1 addition & 1 deletion ui/2.7/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.7.0.Alpha2
ARG BRANCH=v2.7.0.Beta1

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

0 comments on commit fa2e8c9

Please sign in to comment.