Skip to content

Commit

Permalink
[release] Update server and operator for 3.0.7.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
jpechane committed Jan 16, 2025
1 parent 2de7d54 commit 39f68a3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
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.6.Final \
ENV DEBEZIUM_VERSION=3.0.7.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=6436b72378bc6b5ebea7c7b30ad27674
OPERATOR_MD5=3edbf30009511e9a85d590c0e67a7f55

USER root
#
Expand Down
4 changes: 2 additions & 2 deletions operator/3.1/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.5.Final \
ENV DEBEZIUM_VERSION=3.0.7.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=999168892e2d5742b6214e2ab6c119df
OPERATOR_MD5=3edbf30009511e9a85d590c0e67a7f55

USER root
#
Expand Down
4 changes: 2 additions & 2 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.6.Final \
ENV DEBEZIUM_VERSION=3.0.7.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=9dedfbb9f56179aa23c4ff1b97dcddab
SERVER_MD5=d82def27744a2fbd9fbc6d54eeb73ff3

#
# Create a directory for Debezium Server
Expand Down
4 changes: 2 additions & 2 deletions server/3.1/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.5.Final \
ENV DEBEZIUM_VERSION=3.0.7.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=8edc8a3c928f925e08f5d56f850efb7b
SERVER_MD5=d82def27744a2fbd9fbc6d54eeb73ff3

#
# Create a directory for Debezium Server
Expand Down

0 comments on commit 39f68a3

Please sign in to comment.