fix: Remove HOME env as it is set by default ZDT Jenkins config
Some checks failed
ZeroDownTime/jenkins-podman/pipeline/head There was a failure building this commit

This commit is contained in:
Stefan Reimer 2024-06-25 15:48:16 +00:00
parent 7bd5dc4093
commit 5d782faa02

View File

@ -43,7 +43,6 @@ RUN sed -i -e 's/exec \$JAVA_BIN/podman system service -t0\&\n exec \$JAV
ENV XDG_RUNTIME_DIR=/home/$BUILDUSER/agent/xdg-run
ENV BUILDAH_ISOLATION=chroot
ENV _CONTAINERS_USERNS_CONFIGURED=""
ENV HOME=/home/$BUILDUSER
# Until we setup the logging and metrics pipelines in OTEL
ENV OTEL_LOGS_EXPORTER=none