Skip to content

Commit

Permalink
Updated container images for release 3.0.2.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
debezium-builder committed Nov 15, 2024
1 parent 46a03a9 commit 0565147
Show file tree
Hide file tree
Showing 24 changed files with 41 additions and 41 deletions.
30 changes: 15 additions & 15 deletions connect/3.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@ FROM $DEBEZIUM_DOCKER_REGISTRY_PRIMARY_NAME/connect-base:3.0

LABEL maintainer="Debezium Community"

ENV DEBEZIUM_VERSION="3.0.1.Final" \
ENV DEBEZIUM_VERSION="3.0.2.Final" \
MAVEN_REPO_CENTRAL="" \
MAVEN_REPOS_ADDITIONAL="" \
MONGODB_MD5=7cab7a7c838df6de7463a9d8b68d5f2b \
MYSQL_MD5=6567b2cf3d3cc53a105bbf51b365e016 \
MARIADB_MD5=f61c4b7631c70dcdc15ca99348042e1d \
POSTGRES_MD5=d15eb557a4e72a26bf97f0be8c0caea8 \
SQLSERVER_MD5=b3e46267369751ee4184e1d1f94f911a \
ORACLE_MD5=e73da3ca4bf4679f9a41a4f23b61ecfb \
DB2_MD5=7c1b2efd41f37001f60d9c821df034e3 \
SPANNER_MD5=2c4b29ea43ce48193b51bcee1108b89e \
VITESS_MD5=978432366ec5ed8560032d1f7cef9b53 \
JDBC_MD5=d3317f638e4eea3459c479ff0b12823f \
INFORMIX_MD5=2424f9f1ce247ac6afb2462d532cf687 \
IBMI_MD5=b74367a4c117815ad59c742211713833 \
KCRESTEXT_MD5=6e6eb63690bfc9208006cfd985a30f25 \
SCRIPTING_MD5=31ed5284d67cb4cf3d5fa8c4b2845d8b
MONGODB_MD5=e92b3a0aa8a0983a5b72520923922576 \
MYSQL_MD5=e7bd7072ae729b3501c72e9980bc519d \
MARIADB_MD5=51de4b20eda8822509e5d8f0cb4027b8 \
POSTGRES_MD5=1dc418a514392dcb26184d5f5f90a600 \
SQLSERVER_MD5=78f76a8788712fb9462c9cfb89807335 \
ORACLE_MD5=ad868e467621614996e2616c3382e05d \
DB2_MD5=60872cc9a31203f813006ced326af815 \
SPANNER_MD5=e248bee54e3f04f05c86125d0fcd5cd7 \
VITESS_MD5=5fd530418a452cd5e5669365a339de66 \
JDBC_MD5=4b6937b7fdcd097bde87c5f5b31bd8db \
INFORMIX_MD5=f31ce089bfe98a3642034861f7fcaa53 \
IBMI_MD5=aeaa32a98c065473ab3dbfd72cbf3c6b \
KCRESTEXT_MD5=83b17b3ee4e77911730bbd7ced307fdc \
SCRIPTING_MD5=db6ed37e2d32b9eb4007f1f93f43778e

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/3.0/Dockerfile.local
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM quay.io/debezium/connect-base:3.0

LABEL maintainer="Debezium Community"

ARG DEBEZIUM_VERSION=3.0.1.Final
ARG DEBEZIUM_VERSION=3.0.2.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:3.0

LABEL maintainer="Debezium Community"

ARG DEBEZIUM_VERSION=3.0.0-SNAPSHOT
ARG DEBEZIUM_VERSION=3.0.3-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/3.0/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=3.0.1.Final \
ENV DEBEZIUM_VERSION=3.0.2.Final \
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=fec47b622950f138ef016414e1b0033c
OPERATOR_MD5=ad6f96f995ddcffff489059738cb7f8e

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=3.0.0-SNAPSHOT
ARG DEBEZIUM_VERSION=3.0.3-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=v3.0.1.Final
ENV PLUGIN_VERSION=v3.0.2.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=v3.0.1.Final
ENV PLUGIN_VERSION=v3.0.2.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=v3.0.1.Final
ENV PLUGIN_VERSION=v3.0.2.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=v3.0.1.Final
ENV PLUGIN_VERSION=v3.0.2.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=v3.0.1.Final
ENV PLUGIN_VERSION=v3.0.2.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=v3.0.1.Final
ENV PLUGIN_VERSION=v3.0.2.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=v3.0.1.Final
ENV PLUGIN_VERSION=v3.0.2.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=v3.0.1.Final
ENV PLUGIN_VERSION=v3.0.2.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=v3.0.1.Final
ENV PLUGIN_VERSION=v3.0.2.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=v3.0.1.Final
ENV PLUGIN_VERSION=v3.0.2.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=v3.0.1.Final
ENV PLUGIN_VERSION=v3.0.2.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=v3.0.1.Final
ENV PLUGIN_VERSION=v3.0.2.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/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=v3.0.1.Final
ENV PLUGIN_VERSION=v3.0.2.Final

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=v3.0.1.Final
ENV PLUGIN_VERSION=v3.0.2.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=v3.0.1.Final
ENV PLUGIN_VERSION=v3.0.2.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=v3.0.1.Final
ENV PLUGIN_VERSION=v3.0.2.Final
ENV PROTOC_VERSION=1.4

ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd
Expand Down
6 changes: 3 additions & 3 deletions server/3.0/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=3.0.1.Final \
ENV DEBEZIUM_VERSION=3.0.2.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=b1922751c9399b3cf7f35c88f32efca8
SERVER_MD5=378709d33d0cbea039837c3ee78a896a

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

LABEL maintainer="Debezium Community"

ENV DEBEZIUM_VERSION=3.0.1.Final \
ENV DEBEZIUM_VERSION=3.0.2.Final \
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=3.0.0-SNAPSHOT
ARG DEBEZIUM_VERSION=3.0.3-SNAPSHOT

ENV DEBEZIUM_VERSION=$DEBEZIUM_VERSION \
SERVER_HOME=/debezium \
Expand Down
2 changes: 1 addition & 1 deletion ui/3.0/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=v3.0.1.Final
ARG BRANCH=v3.0.2.Final

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

0 comments on commit 0565147

Please sign in to comment.