We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cb11fe commit 8ab14b7Copy full SHA for 8ab14b7
spark-k8s/Dockerfile
@@ -157,7 +157,7 @@ EOF
157
158
159
# spark-builder: Build Spark into /stackable/spark-${PRODUCT}/dist,
160
-# download additional JARs and perform checks, like log4shell check.
+# download additional JARs and perform checks
161
FROM stackable/image/java-devel AS spark-builder
162
163
ARG PRODUCT
@@ -202,7 +202,6 @@ RUN export MAVEN_OPTS="-Xss64m -Xmx2g -XX:ReservedCodeCacheSize=1g" \
202
RUN curl -o /usr/bin/tini "https://repo.stackable.tech/repository/packages/tini/tini-${TINI}-${TARGETARCH}" \
203
&& chmod +x /usr/bin/tini
204
205
-# We download these under dist so that log4shell checks them
206
WORKDIR /stackable/spark-${PRODUCT}/dist/jars
207
208
# Copy modules required for s3a://
0 commit comments