Skip to content

Commit 7c26928

Browse files
committed
Add build
1 parent be7a412 commit 7c26928

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

build-tools/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ COPY . .
2222

2323
RUN --mount=type=cache,target=/home/gradle/.gradle/caches gradle --no-daemon clean build -x check
2424

25-
FROM azul/zulu-openjdk:24-jre
25+
FROM azul/zulu-openjdk:21-jre
2626

2727
ARG APP_VERSION=0.1.0-SNAPSHOT
2828
ARG SPARK_UID=185

build-tools/helm/spark-kubernetes-operator/values.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ operatorDeployment:
4343
operatorContainer:
4444
jvmArgs: "-Dfile.encoding=UTF8"
4545
env:
46-
- name: "SPARK_USER"
47-
value: "spark"
4846
envFrom:
4947
volumeMounts: { }
5048
resources:

0 commit comments

Comments
 (0)