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

weichiu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone-docker-runner.git


The following commit(s) were added to refs/heads/master by this push:
     new fde642a  HDDS-12631. Correct LD_LIBRARY_PATH for ozone-runner Docker 
image (#43)
fde642a is described below

commit fde642a4e86eab121a89682d65834d45ec4ceec7
Author: Wei-Chiu Chuang <[email protected]>
AuthorDate: Wed Mar 19 17:09:21 2025 -0700

    HDDS-12631. Correct LD_LIBRARY_PATH for ozone-runner Docker image (#43)
---
 Dockerfile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index c25337f..8028ea1 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -133,7 +133,6 @@ ENV JAVA_HOME=/usr/local/jdk-21.0.2
 # compatibility with Ozone 1.4.0 and earlier compose env.
 RUN mkdir -p /usr/lib/jvm && ln -s $JAVA_HOME /usr/lib/jvm/jre
 
-ENV LD_LIBRARY_PATH=/usr/local/lib
 ENV PATH=/opt/hadoop/libexec:$PATH:$JAVA_HOME/bin:/opt/hadoop/bin
 
 RUN id=1000; \


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

Reply via email to