Skip to content

Commit

Permalink
[release] Use correct extension
Browse files Browse the repository at this point in the history
  • Loading branch information
jpechane committed Dec 15, 2023
1 parent 398c258 commit 08ceea6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-debezium-multiplatform.sh
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ build_docker_image kafka
build_docker_image connect-base
build_docker_image connect
build_docker_image server
build_docker_image operator
# build_docker_image operator
if [[ "$SKIP_UI" != "true" ]]; then
build_docker_image debezium-ui ui
fi
Expand Down
2 changes: 1 addition & 1 deletion zookeeper/1.9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN mkdir $ZK_HOME/data && \
#
# Download and install Zookeeper
#
RUN curl -fSL -o /tmp/zookeeper.tar.gz $(curl --stderr /dev/null https://www.apache.org/dyn/closer.cgi\?as_json\=1 | sed -rn 's/.*"preferred":.*"(.*)"/\1/p')$ZK_URL_PATH || curl -fSL -o /tmp/zookeeper.tgz https://archive.apache.org/dist/$ZK_URL_PATH
RUN curl -fSL -o /tmp/zookeeper.tar.gz $(curl --stderr /dev/null https://www.apache.org/dyn/closer.cgi\?as_json\=1 | sed -rn 's/.*"preferred":.*"(.*)"/\1/p')$ZK_URL_PATH || curl -fSL -o /tmp/zookeeper.tar.gz https://archive.apache.org/dist/$ZK_URL_PATH
#RUN curl -fSL -o /tmp/zookeeper.tar.gz https://archive.apache.org/dist/$ZK_URL_PATH

#
Expand Down

0 comments on commit 08ceea6

Please sign in to comment.