Skip to content

Commit

Permalink
code review
Browse files Browse the repository at this point in the history
  • Loading branch information
razvanz committed Feb 22, 2024
1 parent 21bc65b commit 6020fed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion connect-base/2.6/docker-maven-download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ set -e
MAVEN_REPO_CENTRAL=${MAVEN_REPO_CENTRAL:-"https://repo1.maven.org/maven2"}
MAVEN_REPOS_ADDITIONAL=${MAVEN_REPOS_ADDITIONAL:-""}
MAVEN_REPO_CONFLUENT=${MAVEN_REPO_CONFLUENT:-"https://packages.confluent.io/maven"}
KAFKA_CONNECT_PLUGINS_DIR=${$KAFKA_CONNECT_PLUGINS_DIR}
KAFKA_CONNECT_PLUGINS_DIR=${KAFKA_CONNECT_PLUGINS_DIR}
MAVEN_DEP_DESTINATION=${MAVEN_DEP_DESTINATION}
EXTERNAL_LIBS_DIR=${EXTERNAL_LIBS_DIR}

Expand Down
2 changes: 2 additions & 0 deletions connect/2.6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ FROM $DEBEZIUM_DOCKER_REGISTRY_PRIMARY_NAME/connect-base:2.6
LABEL maintainer="Debezium Community"

ENV DEBEZIUM_VERSION="2.6.0.Alpha2" \
MAVEN_REPO_CENTRAL="" \
MAVEN_REPOS_ADDITIONAL="" \
MONGODB_MD5=ad4342094f6e4f3202d4e915462900c0 \
MYSQL_MD5=8593cc4c0770e086432647ecbbe7ccc2 \
POSTGRES_MD5=218ce3145f4e919df9bcd9c3cbd5c4da \
Expand Down

0 comments on commit 6020fed

Please sign in to comment.