Skip to content

Commit 597c9f7

Browse files
committed
Use official Iceberg 1.10.0 release
1 parent 3503d6b commit 597c9f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testing/spark4-iceberg/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ RUN wget -nv https://repo1.maven.org/maven2/com/microsoft/azure/azure-storage/8.
4343
RUN wget -nv https://storage.googleapis.com/hadoop-lib/gcs/gcs-connector-hadoop2-latest.jar
4444

4545
# install Iceberg
46-
RUN wget -nv "https://repository.apache.org/content/repositories/snapshots/org/apache/iceberg/iceberg-spark-runtime-${ICEBERG_JAR_VERSION}/${ICEBERG_VERSION}-SNAPSHOT/iceberg-spark-runtime-${ICEBERG_JAR_VERSION}-${ICEBERG_VERSION}-20250818.003355-104.jar"
47-
RUN wget -nv "https://repository.apache.org/content/repositories/snapshots/org/apache/iceberg/iceberg-aws-bundle/${ICEBERG_VERSION}-SNAPSHOT/iceberg-aws-bundle-${ICEBERG_VERSION}-20250818.003355-215.jar"
46+
RUN wget -nv "https://repo1.maven.org/maven2/org/apache/iceberg/iceberg-spark-runtime-${ICEBERG_JAR_VERSION}/${ICEBERG_VERSION}/iceberg-spark-runtime-${ICEBERG_JAR_VERSION}-${ICEBERG_VERSION}.jar"
47+
RUN wget -nv "https://repo1.maven.org/maven2/org/apache/iceberg/iceberg-aws-bundle/${ICEBERG_VERSION}/iceberg-aws-bundle-${ICEBERG_VERSION}.jar"
4848

4949
# install PostgreSQL driver for JDBC catalog
5050
RUN wget -nv "https://repo1.maven.org/maven2/org/postgresql/postgresql/${POSTGRESQL_JAR_VERSION}/postgresql-${POSTGRESQL_JAR_VERSION}.jar"

0 commit comments

Comments
 (0)