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 06fa9be commit ef7bd8cCopy full SHA for ef7bd8c
spark-k8s/Dockerfile
@@ -198,13 +198,6 @@ RUN export MAVEN_OPTS="-Xss64m -Xmx2g -XX:ReservedCodeCacheSize=1g" \
198
199
# <<< Build spark
200
201
-# Get the correct `tini` binary for our architecture.
202
-RUN <<EOF
203
-curl --fail "https://repo.stackable.tech/repository/packages/tini/tini-${TINI}-${TARGETARCH}" \
204
- -o /usr/bin/tini
205
-chmod +x /usr/bin/tini
206
-EOF
207
-
208
WORKDIR /stackable/spark-${PRODUCT}/dist/jars
209
210
# Copy modules required for s3a://
0 commit comments