kevinjqliu opened a new issue, #2041: URL: https://github.com/apache/iceberg-rust/issues/2041
### Apache Iceberg Rust version None ### Describe the bug Spark 3.5.7 download fails (https://dlcdn.apache.org/spark/spark-3.5.7/spark-3.5.7-bin-hadoop3.tgz 404s) ``` failed to solve: process "/bin/sh -c curl --retry 5 -s -C - [https://dlcdn.apache.org/spark/spark-${SPARK_VERSION}/spark-${SPARK_VERSION}-bin-hadoop3.tgz](https://dlcdn.apache.org/spark/spark-$%7BSPARK_VERSION%7D/spark-$%7BSPARK_VERSION%7D-bin-hadoop3.tgz) -o spark-${SPARK_VERSION}-bin-hadoop3.tgz && tar xzf spark-${SPARK_VERSION}-bin-hadoop3.tgz --directory /opt/spark --strip-components 1 && rm -rf spark-${SPARK_VERSION}-bin-hadoop3.tgz" did not complete successfully: exit code: 2 ------ > [ 5/12] RUN curl --retry 5 -s -C - https://dlcdn.apache.org/spark/spark-3.5.7/spark-3.5.7-bin-hadoop3.tgz -o spark-3.5.7-bin-hadoop3.tgz && tar xzf spark-3.5.7-bin-hadoop3.tgz --directory /opt/spark --strip-components 1 && rm -rf spark-3.5.7-bin-hadoop3.tgz: 0.166 0.166 gzip: stdin: not in gzip format 0.166 tar: Child returned status 1 0.166 tar: Error is not recoverable: exiting now ``` ### To Reproduce _No response_ ### Expected behavior _No response_ ### Willingness to contribute None -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
