From bbff877d9fe1a3c0cb77b756fc04a978398c5539 Mon Sep 17 00:00:00 2001 From: Fokko Driesprong Date: Tue, 30 Jun 2026 04:41:20 +0200 Subject: [PATCH] CI: Pass args through docker-compose --- .gitignore | 2 ++ dev/docker-compose-integration.yml | 10 ++++++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ef8c522482..792ec66e6f 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,8 @@ .cache tmp/ site +.env +dev/.env # intellij files .idea diff --git a/dev/docker-compose-integration.yml b/dev/docker-compose-integration.yml index 387e54ac2c..111c64747e 100644 --- a/dev/docker-compose-integration.yml +++ b/dev/docker-compose-integration.yml @@ -18,7 +18,10 @@ services: spark-iceberg: image: pyiceberg-spark:latest - build: spark/ + build: + context: spark/ + args: + MAVEN_MIRROR: ${MAVEN_MIRROR:-https://repo.maven.apache.org/maven2} container_name: pyiceberg-spark networks: iceberg_net: @@ -93,7 +96,10 @@ services: " hive: image: pyiceberg-hive:latest - build: hive/ + build: + context: hive/ + args: + MAVEN_MIRROR: ${MAVEN_MIRROR:-https://repo1.maven.org/maven2} container_name: pyiceberg-hive hostname: hive networks: