Skip to content

Commit 8ab14b7

Browse files
committed
remove log4shell references
1 parent 0cb11fe commit 8ab14b7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spark-k8s/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ EOF
157157

158158

159159
# spark-builder: Build Spark into /stackable/spark-${PRODUCT}/dist,
160-
# download additional JARs and perform checks, like log4shell check.
160+
# download additional JARs and perform checks
161161
FROM stackable/image/java-devel AS spark-builder
162162

163163
ARG PRODUCT
@@ -202,7 +202,6 @@ RUN export MAVEN_OPTS="-Xss64m -Xmx2g -XX:ReservedCodeCacheSize=1g" \
202202
RUN curl -o /usr/bin/tini "https://repo.stackable.tech/repository/packages/tini/tini-${TINI}-${TARGETARCH}" \
203203
&& chmod +x /usr/bin/tini
204204

205-
# We download these under dist so that log4shell checks them
206205
WORKDIR /stackable/spark-${PRODUCT}/dist/jars
207206

208207
# Copy modules required for s3a://

0 commit comments

Comments
 (0)