This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a commit to branch release-0.7.1-docker in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git
commit 95ac6f44afe6845cfa82715e1d767052332b68f0 Author: Xiang Fu <[email protected]> AuthorDate: Wed Apr 14 22:29:46 2021 -0700 fix docker build script for pinot controller website --- docker/images/pinot/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/images/pinot/Dockerfile b/docker/images/pinot/Dockerfile index ac6a0fa..6525dce 100644 --- a/docker/images/pinot/Dockerfile +++ b/docker/images/pinot/Dockerfile @@ -53,6 +53,7 @@ RUN wget http://archive.apache.org/dist/thrift/0.12.0/thrift-0.12.0.tar.gz -O / RUN git clone ${PINOT_GIT_URL} ${PINOT_BUILD_DIR} && \ cd ${PINOT_BUILD_DIR} && \ git checkout ${PINOT_BRANCH} && \ + git cherry-pick 096815761e56321220fb7f9dff547ea7224a9d5e && \ mvn install package -DskipTests -Pbin-dist -Pbuild-shaded-jar -Dkafka.version=${KAFKA_VERSION} && \ mkdir -p ${PINOT_HOME}/configs && \ mkdir -p ${PINOT_HOME}/data && \ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
