Skip to content

Commit 6ea7e1f

Browse files
committed
fix: using maven from config across docker-compose.yml
1 parent 7a1e1c0 commit 6ea7e1f

1 file changed

Lines changed: 3 additions & 9 deletions

File tree

docker-compose.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1709,9 +1709,7 @@ services:
17091709
arch: ${ARCH}
17101710
# Use a newer JDK as it seems to improve stability
17111711
jdk: 17
1712-
# conda-forge doesn't have 3.5.4 so pinning explicitly, but this should
1713-
# be set to ${MAVEN}
1714-
maven: 3.6.3
1712+
maven: ${MAVEN}
17151713
node: ${NODE}
17161714
go: ${GO}
17171715
volumes: *conda-volumes
@@ -1843,9 +1841,7 @@ services:
18431841
arch: ${ARCH}
18441842
python: ${PYTHON}
18451843
jdk: ${JDK}
1846-
# conda-forge doesn't have 3.5.4 so pinning explicitly, but this should
1847-
# be set to ${MAVEN}
1848-
maven: 3.6.3
1844+
maven: ${MAVEN}
18491845
hdfs: ${HDFS}
18501846
links:
18511847
- impala:impala
@@ -1886,9 +1882,7 @@ services:
18861882
arch: ${ARCH}
18871883
python: ${PYTHON}
18881884
jdk: ${JDK}
1889-
# conda-forge doesn't have 3.5.4 so pinning explicitly, but this should
1890-
# be set to ${MAVEN}
1891-
maven: 3.6.3
1885+
maven: ${MAVEN}
18921886
spark: ${SPARK}
18931887
numpy: ${NUMPY}
18941888
shm_size: *shm-size

0 commit comments

Comments
 (0)