Skip to content

Commit 9b28a66

Browse files
Fokkosungwy
authored andcommitted
docker: The archive seems unstable (apache#1425)
1 parent 436e268 commit 9b28a66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ ENV ICEBERG_SPARK_RUNTIME_VERSION=3.5_2.12
4141
ENV ICEBERG_VERSION=1.6.0
4242
ENV PYICEBERG_VERSION=0.8.1
4343

44-
RUN curl --retry 5 -s -C - https://archive.apache.org/dist/spark/spark-${SPARK_VERSION}/spark-${SPARK_VERSION}-bin-hadoop3.tgz -o spark-${SPARK_VERSION}-bin-hadoop3.tgz \
44+
RUN curl --retry 5 -s -C - https://dlcdn.apache.org/spark/spark-${SPARK_VERSION}/spark-${SPARK_VERSION}-bin-hadoop3.tgz -o spark-${SPARK_VERSION}-bin-hadoop3.tgz \
4545
&& tar xzf spark-${SPARK_VERSION}-bin-hadoop3.tgz --directory /opt/spark --strip-components 1 \
4646
&& rm -rf spark-${SPARK_VERSION}-bin-hadoop3.tgz
4747

0 commit comments

Comments
 (0)