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 171daaa commit c6140a4Copy full SHA for c6140a4
spark-k8s/Dockerfile
@@ -113,6 +113,8 @@ mvn --quiet --non-recursive --no-transfer-progress --batch-mode --file /stackabl
113
dependency:copy \
114
-Dartifact=org.apache.logging.log4j:log4j-slf4j-impl:'${log4j.version}' \
115
-DoutputDirectory=./jars
116
+
117
+chmod g=u /stackable/*-src.tar.gz
118
EOF
119
120
@@ -230,7 +232,6 @@ ln -s "/stackable/jmx/jmx_prometheus_javaagent-${JMX_EXPORTER}.jar" /stackable/j
230
232
chmod -R g=u /stackable/spark-${PRODUCT}/dist
231
233
chmod -R g=u /stackable/spark-${PRODUCT}/assembly/target/bom.json
234
chmod -R g=u /stackable/jmx
-chmod g=u /stackable/*-src.tar.gz
235
236
237
# TODO: java-base installs the Adoptium dnf repo and the Termurin jre which is not needed here.
0 commit comments