Nelson Costa created RANGER-2284:
------------------------------------
Summary: Unable to build image using docker
Key: RANGER-2284
URL: https://issues.apache.org/jira/browse/RANGER-2284
Project: Ranger
Issue Type: Bug
Components: build-infra
Affects Versions: master
Reporter: Nelson Costa
Running `./build_ranger_using_docker.sh -build_image` fails with error:
{noformat}
---> 62b699d731cb
Step 11/27 : ADD
https://www.apache.org/dist/maven/maven-3/3.5.3/binaries/apache-maven-3.5.3-bin.tar.gz.sha1
/tools
ADD failed: failed to GET
https://www.apache.org/dist/maven/maven-3/3.5.3/binaries/apache-maven-3.5.3-bin.tar.gz.sha1
with status 404 Not Found: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL
/dist/maven/maven-3/3.5.3/binaries/apache-maven-3.5.3-bin.tar.gz.sha1 was not
found on this server.</p>
</body></html>
{noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)