Docker build of Oracle Java Server Runtime Environment 8u202 based on Debian or Ubuntu Linux
1.7K
Docker builds of Oracle Java Server Runtime Environment 8u202 based on Debian or Ubuntu Linux.
Java is provided by Oracle and as such, by using this container, you agree to Oracle's JRE License as well. For further information read the Oracle FAQ BEFORE using this image: https://www.oracle.com/technetwork/java/javase/overview/oracle-jdk-faqs.html and https://www.oracle.com/downloads/licenses/binary-code-license.html
Oracle Java Server Runtime Environment 8u202 is out of maintenance since 2019. BEFORE using this image be aware of the risks: https://www.cvedetails.com/product/19117/Oracle-JRE.html?vendor_id=93
Primarily, this image has been built to be a base for any Java Application that requires the Server JRE. It also strips out as much as possible to keep the image as lean as it can be.
Default (:latest) image is based on Ubuntu 18.04 LTS (Bionic Beaver):
FROM fflo/java8-server-jre:latest
MAINTAINER me <[email protected]>
# Build your java app container here
You can also choose to base on Debian, i.e. Debian 9 (Stretch):
FROM fflo/java8-server-jre:debian-stretch
MAINTAINER me <[email protected]>
# Build your java app container here
Content type
Image
Digest
Size
136.9 MB
Last updated
over 6 years ago
docker pull fflo/java8-server-jre