https://github.com/peter-mount/java
Alpine based docker image with the current Java version installed
https://github.com/peter-mount/java
Last synced: 5 months ago
JSON representation
Alpine based docker image with the current Java version installed
- Host: GitHub
- URL: https://github.com/peter-mount/java
- Owner: peter-mount
- License: apache-2.0
- Created: 2016-07-06T12:27:49.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-03-03T16:16:32.000Z (over 6 years ago)
- Last Synced: 2024-12-06T21:38:25.427Z (over 1 year ago)
- Language: Dockerfile
- Size: 14.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Deprecated
This project is now deprecated - please use the official openjdk docker images
## Original description
Based on jeanblanchard/java these images contain essential additons not found in the normal JDK/JRE's.
At the current moment in time this consists of the LetsEncrypt CA Certs in the trust store, necessary for ourselves as we use LetsEncrypt ourselves and the standard JDK/JRE's don't support them yet.
There's three images:
* area51/java:jdk-8 The full JDK
* area51/java:jre-8 Just the Java Runtime Environment
* area51/java:serverjre-8 The server JRE
In most instances, you'll want to use area51/java:serverjre-8 for server side applications.
As of July 27 2015, the latest version is running Java 8 update 102 build 14
Note: This image is for Intel/AMD processors (i.e. most docker installations). For the Raspberry PI please see the area51/rpi-java image
Historical versions:
* Java 8 update 92 build 14 is available by appending .92 to the tags, e.g. area51/java:serverjre-8.92