You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by "Kenton Parton (Jira)" <ji...@apache.org> on 2020/03/27 00:55:00 UTC

[jira] [Created] (RANGER-2769) Unable to Create Docker Image from ./build_ranger_using_docker.sh

Kenton Parton created RANGER-2769:
-------------------------------------

             Summary: Unable to Create Docker Image from ./build_ranger_using_docker.sh
                 Key: RANGER-2769
                 URL: https://issues.apache.org/jira/browse/RANGER-2769
             Project: Ranger
          Issue Type: Bug
          Components: Ranger
    Affects Versions: master
         Environment: macOS Catalina (Version 10.15.2)
IDE: Intellij
            Reporter: Kenton Parton


I am having difficulty generating a docker image based on the guide provided in ./build_ranger_using_docker.sh

When ./build_ranger_using_docker.sh is run, the script finishes early with:
{code:java}
/bin/sh: diff: command not found
{code}
to resolve this issue I included:

 
{code:java}
RUN yum install -y diffutils{code}
The script then fails mentioning that the mvn version is not in range. I upgraded maven to 3.6.3.

Next the script is unable to setup goso with the following output (I believe it is timing out):

 
{code:java}
gpg: directory '/root/.gnupg' created
gpg: keybox '/root/.gnupg/pubring.kbx' created
gpg: keyserver receive failed: No data{code}
Would it be possible to update the build_ranger_using_docker.sh dockerfile so that a docker image can be built.

 

It would also be great to have an up-to-date image in Docker Hub.

 

 

 

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)