Skip to content

Commit

Permalink
Updated container images for release 3.0.4.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
debezium-builder committed Nov 28, 2024
1 parent 29cf765 commit dcb700d
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.3.Final" \
ENV DEBEZIUM_VERSION="3.0.4.Final" \
MAVEN_REPO_CENTRAL="" \
MAVEN_REPOS_ADDITIONAL="" \
MONGODB_MD5=758a9ba31d1140a891d7ca536fdded08 \
MYSQL_MD5=d35a8b1463352ac84162a59f2fd48e2a \
MARIADB_MD5=e119492e0778277e319a80f8ddb2fab6 \
POSTGRES_MD5=a61581e89bd2cbb7dd43cbff5af446ac \
SQLSERVER_MD5=30bf9290e995ee7e06983a7737ea138e \
ORACLE_MD5=a821a3696aea1b43a48132bf8fd1b4b1 \
DB2_MD5=81db1c7bf2051bfa03cfea47d3f19c0a \
SPANNER_MD5=b717266b40f4d2dea9780e172c7e672e \
VITESS_MD5=ce0173616d3809cb8a58bffc29811f89 \
JDBC_MD5=d07674191aef00b7e289d8cfc93d1607 \
INFORMIX_MD5=e341dbad843e9ee4507c291d16ed7a53 \
IBMI_MD5=100d68860123cbdd5b883b47345105ff \
KCRESTEXT_MD5=dfe0eb3e5ee45469dfc5e5930611bb2b \
SCRIPTING_MD5=7f8a9ca03dc58f7a4b007c48e1eefc90
MONGODB_MD5=3093e84f5acbad4d29c64ff802ba02f9 \
MYSQL_MD5=05c07262ca22de4fcb1807553c7d2ca0 \
MARIADB_MD5=528c31f3cc09c920d299b68833522e36 \
POSTGRES_MD5=911bef941b5a7305d4254f55984c5348 \
SQLSERVER_MD5=3fe0a393acf871e59b37b86684392e27 \
ORACLE_MD5=6c3e92557261f96dfaeffcb01d8dfd5b \
DB2_MD5=ffc7bdaab53ba2ea3b83923406f564de \
SPANNER_MD5=56deef160b953690e64656e0e982a0d3 \
VITESS_MD5=758875dd2a72696fd467063f6b86c7f9 \
JDBC_MD5=b8e2275fc46dd87f59b7b575f009a67d \
INFORMIX_MD5=7b3668828e1c8bee929277a2705bec08 \
IBMI_MD5=b8c8f1ddfa3db9d68e236f930a1f3d1f \
KCRESTEXT_MD5=0d5804e9c945427d320d158a04145cc9 \
SCRIPTING_MD5=115230551a5d5882d4d6fb032f67ddfc

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.3.Final
ARG DEBEZIUM_VERSION=3.0.4.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.3-SNAPSHOT
ARG DEBEZIUM_VERSION=3.0.5-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.3.Final \
ENV DEBEZIUM_VERSION=3.0.4.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=128400dc7d3f86731d6a2eb2022018d5
OPERATOR_MD5=22b0481bfd23d14b0908d42067b9c7fd

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.3-SNAPSHOT
ARG DEBEZIUM_VERSION=3.0.5-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.3.Final
ENV PLUGIN_VERSION=v3.0.4.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.3.Final
ENV PLUGIN_VERSION=v3.0.4.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.3.Final
ENV PLUGIN_VERSION=v3.0.4.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.3.Final
ENV PLUGIN_VERSION=v3.0.4.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.3.Final
ENV PLUGIN_VERSION=v3.0.4.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.3.Final
ENV PLUGIN_VERSION=v3.0.4.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.3.Final
ENV PLUGIN_VERSION=v3.0.4.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.3.Final
ENV PLUGIN_VERSION=v3.0.4.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.3.Final
ENV PLUGIN_VERSION=v3.0.4.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.3.Final
ENV PLUGIN_VERSION=v3.0.4.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.3.Final
ENV PLUGIN_VERSION=v3.0.4.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.3.Final
ENV PLUGIN_VERSION=v3.0.4.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.3.Final
ENV PLUGIN_VERSION=v3.0.4.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.3.Final
ENV PLUGIN_VERSION=v3.0.4.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.3.Final
ENV PLUGIN_VERSION=v3.0.4.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.3.Final
ENV PLUGIN_VERSION=v3.0.4.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.3.Final \
ENV DEBEZIUM_VERSION=3.0.4.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=1c2e1dca2fe5e5e5c044200ad9ae98f9
SERVER_MD5=2a4c1f404707566077510ea516aa3e60

#
# 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.3.Final \
ENV DEBEZIUM_VERSION=3.0.4.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.3-SNAPSHOT
ARG DEBEZIUM_VERSION=3.0.5-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.3.Final
ARG BRANCH=v3.0.4.Final

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

0 comments on commit dcb700d

Please sign in to comment.