/
Issue in Docker image build
Issue in Docker image build
Problem
During Docker image build , oracle-java8 was not installed and build failed.
Cause
Used oracle-java8-installer but it gave following error.
"Connecting to download.oracle.com (download.oracle.com)|104.86.69.51|:80... connected.
HTTP request sent, awaiting response... 404 Not Found"
Fix
Installed jdk8 using "RUN apt-get install -y openjdk-8-jdk" in Dockerfile , it worked.
, multiple selections available,
Related content
BuildOn Base Image
BuildOn Base Image
More like this
Insights Docker Installation
Insights Docker Installation
More like this
How to build Insights Docker Image (Linux)
How to build Insights Docker Image (Linux)
More like this
Knowledge Base - RHEL
Knowledge Base - RHEL
More like this
Knowledge Base
Knowledge Base
More like this
BuildOn UI Authentication Failure
BuildOn UI Authentication Failure
More like this