Skip to content

Commit

Permalink
Updated container images for release 3.0.1.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
debezium-builder committed Oct 25, 2024
1 parent 9c50d1e commit 7e54606
Show file tree
Hide file tree
Showing 21 changed files with 38 additions and 38 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.0.Final" \
ENV DEBEZIUM_VERSION="3.0.1.Final" \
MAVEN_REPO_CENTRAL="" \
MAVEN_REPOS_ADDITIONAL="" \
MONGODB_MD5=aed26cfa002935e3c9e22969fd379f77 \
MYSQL_MD5=db4cde38ea4775905bd562298624c8ec \
MARIADB_MD5=1f0c0cf11849c5240d53a7b9989fc992 \
POSTGRES_MD5=43178265eb364d7d2db0cd619d1be723 \
SQLSERVER_MD5=61718819c38f442b0c7b0efc4e83b457 \
ORACLE_MD5=12dc63aee60097c1776861d8d1e40201 \
DB2_MD5=4ec568835f6977b61f1fb7f5f2da0698 \
SPANNER_MD5=d82b6e9b953c3520dacba9568bce39f9 \
VITESS_MD5=146454de96a56c4123c3f116426539d4 \
JDBC_MD5=f23a1341a03af316eb1118ff032d632d \
INFORMIX_MD5=195a9482f522ec16a5425061c1f6c47b \
IBMI_MD5=cb6729bce45413daf7faff47fcd80a46 \
KCRESTEXT_MD5=34ba8010801f5eaa1a5206df8faf578b \
SCRIPTING_MD5=c88b7966ab89197fe04783dd5296e161
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

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.0.Final
ARG DEBEZIUM_VERSION=3.0.1.Final
ENV DEBEZIUM_VERSION=${DEBEZIUM_VERSION}

# -------- testing ---------
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.0.Final \
ENV DEBEZIUM_VERSION=3.0.1.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=490dd21ecedbaec7dcb32a106e8cbcb1
OPERATOR_MD5=fec47b622950f138ef016414e1b0033c

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=v3.0.0.Final
ENV PLUGIN_VERSION=v3.0.1.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.0.Final
ENV PLUGIN_VERSION=v3.0.1.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.0.Final
ENV PLUGIN_VERSION=v3.0.1.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.0.Final
ENV PLUGIN_VERSION=v3.0.1.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.0.Final
ENV PLUGIN_VERSION=v3.0.1.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.0.Final
ENV PLUGIN_VERSION=v3.0.1.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.0.Final
ENV PLUGIN_VERSION=v3.0.1.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.0.Final
ENV PLUGIN_VERSION=v3.0.1.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.0.Final
ENV PLUGIN_VERSION=v3.0.1.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.0.Final
ENV PLUGIN_VERSION=v3.0.1.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.0.Final
ENV PLUGIN_VERSION=v3.0.1.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.0.Final
ENV PLUGIN_VERSION=v3.0.1.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=main
ENV PLUGIN_VERSION=v3.0.1.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=main
ENV PLUGIN_VERSION=v3.0.1.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.0.Final
ENV PLUGIN_VERSION=v3.0.1.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.0.Final
ENV PLUGIN_VERSION=v3.0.1.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.0.Final \
ENV DEBEZIUM_VERSION=3.0.1.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=e125b104cdb0345b43f9b05e4cee5ec4
SERVER_MD5=b1922751c9399b3cf7f35c88f32efca8

#
# 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.0.Final \
ENV DEBEZIUM_VERSION=3.0.1.Final \
SERVER_HOME=/debezium \
MAVEN_REPO_CENTRAL="https://repo1.maven.org/maven2"

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.0.Final
ARG BRANCH=v3.0.1.Final

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

0 comments on commit 7e54606

Please sign in to comment.