Sign inSign up

fflo/java8-server-jre

By fflo

Updated over 6 years ago

Docker build of Oracle Java Server Runtime Environment 8u202 based on Debian or Ubuntu Linux

Image
0

1.8K

fflo/java8-server-jre repository overview

fflo/java8-server-jre

Docker builds of Oracle Java Server Runtime Environment 8u202 based on Debian or Ubuntu Linux.

Warning

License

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

Security

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

Usage

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

Tag summary

Content type

Image

Digest

Size

136.9 MB

Last updated

over 6 years ago

docker pull fflo/java8-server-jre