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 be7a412 commit 7c26928Copy full SHA for 7c26928
build-tools/docker/Dockerfile
@@ -22,7 +22,7 @@ COPY . .
22
23
RUN --mount=type=cache,target=/home/gradle/.gradle/caches gradle --no-daemon clean build -x check
24
25
-FROM azul/zulu-openjdk:24-jre
+FROM azul/zulu-openjdk:21-jre
26
27
ARG APP_VERSION=0.1.0-SNAPSHOT
28
ARG SPARK_UID=185
build-tools/helm/spark-kubernetes-operator/values.yaml
@@ -43,8 +43,6 @@ operatorDeployment:
43
operatorContainer:
44
jvmArgs: "-Dfile.encoding=UTF8"
45
env:
46
- - name: "SPARK_USER"
47
- value: "spark"
48
envFrom:
49
volumeMounts: { }
50
resources:
0 commit comments