Skip to content

Commit

Permalink
Updated Docker images for release 1.2.2.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
jpechane committed Aug 25, 2020
1 parent 4c89704 commit b318f7e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions connect/1.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ FROM debezium/connect-base:1.2

LABEL maintainer="Debezium Community"

ENV DEBEZIUM_VERSION="1.2.1.Final" \
ENV DEBEZIUM_VERSION="1.2.2.Final" \
MAVEN_REPO_CENTRAL="" \
MAVEN_REPO_INCUBATOR="" \
MAVEN_DEP_DESTINATION=$KAFKA_CONNECT_PLUGINS_DIR \
MONGODB_MD5=9c9e1b6c9340b58c90c3d496ecb685bc \
MYSQL_MD5=a0ef9df856a9fcffbd2f4a694d34bbc8 \
POSTGRES_MD5=1da36a421fd17cc6b4fd8486c09d4a32 \
SQLSERVER_MD5=ff3734cd844613f947c62c74bbfb307b \
ORACLE_MD5=aabac41aa8c8ef2408f391062006412c \
DB2_MD5=e6050c2a0a0d5f2a57cd86366f78b322
MONGODB_MD5=f28ccfa0234517af32954979db03d45b \
MYSQL_MD5=4cf5f20f7f3f731aefc92d9442df2802 \
POSTGRES_MD5=502b1d3baac04539d6a912df4007884c \
SQLSERVER_MD5=e25c7be3038d0deab05b74bfb5ecf03e \
ORACLE_MD5=08998d3b34b0f659ff08bd820d97b718 \
DB2_MD5=cfd77d1e909628351e5af7214794a14e

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

LABEL maintainer="Debezium Community"

ARG DEBEZIUM_VERSION=1.2.1.Final
ARG DEBEZIUM_VERSION=1.2.2.Final
ENV DEBEZIUM_VERSION=${DEBEZIUM_VERSION}

# -------- testing ---------
Expand Down
4 changes: 2 additions & 2 deletions server/1.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ LABEL maintainer="Debezium Community"
#
# Set the version, home directory, and MD5 hash.
#
ENV DEBEZIUM_VERSION="1.2.1.Final" \
ENV DEBEZIUM_VERSION="1.2.2.Final" \
SERVER_HOME=/debezium \
SERVER_MD5=3f39de479ba7fc90316d127aa9b5f7d5
SERVER_MD5=1c74e8f8bef31f135c61ff4b598955b6
ENV SERVER_URL_PATH=io/debezium/debezium-server-dist/$DEBEZIUM_VERSION/debezium-server-dist-$DEBEZIUM_VERSION.tar.gz

#
Expand Down

0 comments on commit b318f7e

Please sign in to comment.