You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by el...@apache.org on 2021/02/05 07:09:57 UTC

[ozone-docker-runner] 07/10: HDDS-1701. Move dockerbin script to libexec

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

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

commit 90a1a666821ae376e1ae6be3fd1258faf6297e98
Author: cxorm <li...@gmail.com>
AuthorDate: Thu Nov 7 10:37:27 2019 +0100

    HDDS-1701. Move dockerbin script to libexec
    
    Closes #8
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index c37f3c2..0f69ea4 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -36,7 +36,7 @@ RUN mkdir -p /opt/profiler && \
 
 ENV JAVA_HOME=/usr/lib/jvm/jre/
 
-ENV PATH /opt/hadoop/bin/docker:$PATH:/opt/hadoop/bin
+ENV PATH /opt/hadoop/libexec:$PATH:/opt/hadoop/bin
 
 RUN groupadd --gid 1000 hadoop
 RUN useradd --uid 1000 hadoop --gid 100 --home /opt/hadoop


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@ozone.apache.org
For additional commands, e-mail: commits-help@ozone.apache.org