HDDS-1799. Add goofyfs to the ozone-runner docker image

Signed-off-by: Anu Engineer <aengineer@apache.org>
This commit is contained in:
Márton Elek 2019-07-16 15:05:56 +02:00 committed by Anu Engineer
parent f3f2f3419d
commit d70ec4b5fa
2 changed files with 1 additions and 5 deletions

View File

@ -28,7 +28,7 @@
<properties>
<file.encoding>UTF-8</file.encoding>
<downloadSources>true</downloadSources>
<docker.ozone-runner.version>20190617-2</docker.ozone-runner.version>
<docker.ozone-runner.version>20190717-1</docker.ozone-runner.version>
</properties>
<build>

View File

@ -19,7 +19,3 @@ FROM apache/ozone-runner:@docker.ozone-runner.version@
ADD --chown=hadoop . /opt/hadoop
WORKDIR /opt/hadoop
RUN sudo wget https://os.anzix.net/goofys -O /usr/bin/goofys
RUN sudo chmod 755 /usr/bin/goofys
RUN sudo yum install -y fuse