This is an automated email from the ASF dual-hosted git repository. weichiu pushed a commit to tag 20250319-1-jdk11 in repository https://gitbox.apache.org/repos/asf/ozone-docker-runner.git
commit ef34057ab6cfab3516d73260325eb5ade4ba5fd9 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) (cherry picked from commit fde642a4e86eab121a89682d65834d45ec4ceec7) Conflicts: Dockerfile --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c6fadf1..5e41ef0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -113,7 +113,6 @@ RUN set -eux ; \ ENV JAVA_HOME=/usr/lib/jvm/java-11-openjdk -ENV LD_LIBRARY_PATH=/usr/local/lib ENV PATH=/opt/hadoop/libexec:$PATH:/opt/hadoop/bin RUN id=1000; \ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
