xushiyan commented on code in PR #7005: URL: https://github.com/apache/hudi/pull/7005#discussion_r1004549785
########## packaging/bundle-validation/Dockerfile: ########## @@ -47,5 +47,18 @@ RUN wget https://archive.apache.org/dist/spark/spark-$SPARK_VERSION/spark-$SPARK && tar -xf $WORKDIR/spark-$SPARK_VERSION-bin-hadoop$SPARK_HADOOP_VERSION.tgz -C $WORKDIR/ \ && rm $WORKDIR/spark-$SPARK_VERSION-bin-hadoop$SPARK_HADOOP_VERSION.tgz ENV SPARK_HOME=$WORKDIR/spark-$SPARK_VERSION-bin-hadoop$SPARK_HADOOP_VERSION -COPY validate.sh . +# TODO: the commands above can be moved to base images Review Comment: @jonvex let's also start using base images in this PR. the image building is taking >20min mostly just downloading. we need to have different image tags to use directly for different build profiles. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
