File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ if [[ "${PRODUCT_VERSION}" == 4* ]]; then
68
68
# Create this empty directory so that following COPY layers succeed.
69
69
mkdir -p /stackable/spark/jars
70
70
# Create a dummy tarball to satisfy the build process for Spark 3.
71
- touch hbase-connector-${HBASE_CONNECTOR_VERSION}-stackable${RELEASE }-src.tar.gz
71
+ touch hbase-connector-${HBASE_CONNECTOR_VERSION}-stackable${RELEASE_VERSION }-src.tar.gz
72
72
exit 0
73
73
fi
74
74
301
301
FROM local-image/java-base AS final
302
302
303
303
ARG PRODUCT_VERSION
304
- ARG PYTHON
304
+ ARG PYTHON_VERSION
305
305
ARG RELEASE_VERSION
306
306
ARG JMX_EXPORTER_VERSION
307
307
ARG HBASE_CONNECTOR_VERSION
@@ -347,15 +347,15 @@ microdnf install --nodocs \
347
347
gzip \
348
348
hostname \
349
349
procps \
350
- "python${PYTHON }" \
351
- "python${PYTHON }-pip" \
350
+ "python${PYTHON_VERSION }" \
351
+ "python${PYTHON_VERSION }-pip" \
352
352
zip \
353
353
"temurin-${JAVA_VERSION}-jdk"
354
354
microdnf clean all
355
355
rm -rf /var/cache/yum
356
356
357
- ln -s /usr/bin/python${PYTHON } /usr/bin/python
358
- ln -s /usr/bin/pip-${PYTHON } /usr/bin/pip
357
+ ln -s /usr/bin/python${PYTHON_VERSION } /usr/bin/python
358
+ ln -s /usr/bin/pip-${PYTHON_VERSION } /usr/bin/pip
359
359
360
360
# Symlink example jar, so that we can easily use it in tests
361
361
ln -s /stackable/spark/examples/jars/spark-examples_*.jar /stackable/spark/examples/jars/spark-examples.jar
You can’t perform that action at this time.
0 commit comments