[
https://issues.apache.org/jira/browse/RANGER-2769?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Abhishek Kumar resolved RANGER-2769.
------------------------------------
Resolution: Fixed
> 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
> Priority: Minor
> Fix For: 2.2.0
>
>
> 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.20.7#820007)