Abhishek Kumar created RANGER-4750:
--------------------------------------
Summary: [docker]: Optimize docker image build times
Key: RANGER-4750
URL: https://issues.apache.org/jira/browse/RANGER-4750
Project: Ranger
Issue Type: Bug
Components: Ranger
Affects Versions: 2.4.0
Reporter: Abhishek Kumar
Assignee: Abhishek Kumar
Move service level downloads (*.tar.gz, *.jar) required by different services
in their image build process from download-archives.sh to their own Dockerfiles.
This also prevents unnecessary tar downloads for building specific images when
running this step from README:
chmod +x download-archives.sh && ./download-archives.sh
Also, this prevents files from getting downloaded on the localhost in the
downloads directory which reduces context sent to docker daemon during image
build.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)