This is an automated email from the ASF dual-hosted git repository.

rantunes pushed a commit to branch kie-issues_755
in repository 
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-pipelines.git


The following commit(s) were added to refs/heads/kie-issues_755 by this push:
     new 3d3b5d8f Fix HOME env var
3d3b5d8f is described below

commit 3d3b5d8fd8e2f3d482364101d3f3a5bb89c17c67
Author: Rodrigo Antunes <[email protected]>
AuthorDate: Wed Dec 13 11:51:20 2023 -0300

    Fix HOME env var
---
 apache-nodes/Dockerfile.kogito-ci-build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apache-nodes/Dockerfile.kogito-ci-build 
b/apache-nodes/Dockerfile.kogito-ci-build
index 462fc110..f4da9e35 100644
--- a/apache-nodes/Dockerfile.kogito-ci-build
+++ b/apache-nodes/Dockerfile.kogito-ci-build
@@ -145,7 +145,7 @@ RUN wget 
https://mirror.openshift.com/pub/openshift-v4/clients/ocp/latest-4.13/o
 RUN sudo bash -c 'echo -e "#!/bin/bash\nupdate-alternatives \"\$@\"" > 
/usr/local/bin/alternatives' \
   && sudo chmod +x /usr/local/bin/alternatives
 
-ENV HOME="/home/nonrootuser/"
+ENV HOME="/home/nonrootuser"
 
 ENV JAVA_HOME="/home/nonrootuser/.sdkman/candidates/java/current/"
 ENV MAVEN_HOME="/home/nonrootuser/.sdkman/candidates/maven/current/"


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to