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 eed2b48a Update PATH env var
eed2b48a is described below
commit eed2b48aa8285ba232e2ee84de8030ae86c133ee
Author: Rodrigo Antunes <[email protected]>
AuthorDate: Wed Dec 13 16:46:12 2023 -0300
Update PATH env var
---
apache-nodes/Dockerfile.kogito-ci-build | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/apache-nodes/Dockerfile.kogito-ci-build
b/apache-nodes/Dockerfile.kogito-ci-build
index f4da9e35..9af27754 100644
--- a/apache-nodes/Dockerfile.kogito-ci-build
+++ b/apache-nodes/Dockerfile.kogito-ci-build
@@ -147,13 +147,14 @@ RUN sudo bash -c 'echo -e
"#!/bin/bash\nupdate-alternatives \"\$@\"" > /usr/loca
ENV HOME="/home/nonrootuser"
-ENV JAVA_HOME="/home/nonrootuser/.sdkman/candidates/java/current/"
-ENV MAVEN_HOME="/home/nonrootuser/.sdkman/candidates/maven/current/"
+ENV JAVA_HOME="${HOME}/.sdkman/candidates/java/current/"
+ENV MAVEN_HOME="${HOME}/.sdkman/candidates/maven/current/"
ENV MAVEN_OPTS="-Xms1024m -Xmx12g"
-ENV NODE_HOME="/home/nonrootuser/.nvm/versions/node/v16.20.0"
+ENV NODE_HOME="${HOME}/.nvm/versions/node/v16.20.0"
ENV NODE_OPTIONS="--max_old_space_size=4096"
-ENV GOPATH="/home/nonrootuser/go"
+ENV GOPATH="${HOME}/go"
ENV GOROOT="/opt/golang/go"
+ENV PATH="${PATH}:${GOROOT}/bin:${GOPATH}/bin"
ENV CONTAINER_ENGINE="docker"
ENV CONTAINER_ENGINE_TLS_OPTIONS=""
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]