frekele/java

By frekele

Updated about 7 years ago

docker run --rm --name java frekele/java

Image
12

100K+

frekele/java repository overview

Oracle Java (s6-overlay) Docker Image

Docker Pulls Docker Stars GitHub issues GitHub forks GitHub stars Website

Java Image

| Website | GitHub | DockerHub |

Oracle JDK Branches:
BranchTypeFromUsageTag Names
jdk8u202 - latestPSUfrekele/debian:stableProductionjdk8u202, 8u202, jdk8-psu, 8-psu, jdk8, 8, latest
jdk8u201CPUfrekele/debian:stableProductionjdk8u201, 8u201, jdk8-cpu, 8-cpu
jdk8u181CPUfrekele/debian:stableProductionjdk8u181, 8u181
jdk8u172PSUfrekele/debian:stableProductionjdk8u172, 8u172
jdk8u171CPUfrekele/debian:stableProductionjdk8u171, 8u171
jdk8u162PSUfrekele/debian:stableProductionjdk8u162, 8u162
jdk8u161CPUfrekele/debian:stableProductionjdk8u161, 8u161
jdk8u152PSUfrekele/debian:stableProductionjdk8u152, 8u152
jdk8u151CPUfrekele/debian:stableProductionjdk8u151, 8u151
jdk8u144PSUfrekele/debian:stableProductionjdk8u144, 8u144
jdk8u141CPUfrekele/debian:stableProductionjdk8u141, 8u141
jdk8u131CPUfrekele/debian:stableProductionjdk8u131, 8u131
jdk8u121CPUfrekele/debian:stableProductionjdk8u121, 8u121
jdk8u112PSUfrekele/debian:stableProductionjdk8u112, 8u112
jdk8u111CPUfrekele/debian:stableProductionjdk8u111, 8u111
jdk8u102PSUfrekele/debian:stableProductionjdk8u102, 8u102
jdk8u101CPUfrekele/debian:stableProductionjdk8u101, 8u101
jdk8u92PSUfrekele/debian:stableProductionjdk8u92, 8u92
jdk8u91CPUfrekele/debian:stableProductionjdk8u91, 8u91
jdk8u77CPUfrekele/debian:stableProductionjdk8u77, 8u77
jdk8u74PSUfrekele/debian:stableProductionjdk8u74, 8u74
jdk8u73CPUfrekele/debian:stableProductionjdk8u73, 8u73
jdk8u72PSUfrekele/debian:stableProductionjdk8u72, 8u72
jdk8u71CPUfrekele/debian:stableProductionjdk8u71, 8u71
jdk8u66PSUfrekele/debian:stableProductionjdk8u66, 8u66
jdk8u65CPUfrekele/debian:stableProductionjdk8u65, 8u65
jdk8u60PSUfrekele/debian:stableProductionjdk8u60, 8u60
jdk8u51CPUfrekele/debian:stableProductionjdk8u51, 8u51
jdk7u80PSUfrekele/debian:stableProductionjdk7u80, 7u80, jdk7-psu, 7-psu, jdk7, 7
jdk7u79CPUfrekele/debian:stableProductionjdk7u79, 7u79, jdk7-cpu, 7-cpu
jdk7u76PSUfrekele/debian:stableProductionjdk7u76, 7u76
jdk7u75CPUfrekele/debian:stableProductionjdk7u75, 7u75
jdk7u72PSUfrekele/debian:stableProductionjdk7u72, 7u72
jdk7u71CPUfrekele/debian:stableProductionjdk7u71, 7u71
master*frekele/debian:stableDevelopmentjdk8dev

Java CPU and PSU Releases Explained

Which Java version should I choose: the CPU or the PSU?

Oracle strongly recommends that all Java SE users upgrade to the latest CPU release available for a release family. Most users should choose the CPU release.

Users should only use the corresponding PSU release if they are being impacted by one of the additional bugs fixed in that version as noted in the release notes.

The subsequent CPU release will contain all of the fixes from the current PSU. For this reason, organizations should test the current PSU in their environment in anticipation of these fixes being included in the next CPU.

What is the difference between a Java CPU and PSU release?

Java SE Critical Patch Updates (CPU) contain fixes to security vulnerabilities and critical bug fixes. Oracle strongly recommends that all Java SE users upgrade to the latest CPU releases as they are made available. Java SE CPU releases are odd numbered versions (i.e. 7u71, 7u65 – see more on Java SE version numbering schemes here).

Java SE Patch Set Updates (PSU) contain all of fixes in the corresponding CPU, as well as additional non-critical fixes. Java PSU releases should only be used if you are being impacted by one of the additional bugs fixed in that version. The release notes call out the additional fixes available in Java SE PSU releases.

Is the cadence of CPU releases changing?

As before, Java SE CPU releases are scheduled for release on the Tuesday closest to the 17th day of January, April, July and October under the normal Oracle Critical Patch Update schedule.

Starting in October 2014 with the release of Java SE 7u71 (CPU) and Java SE 7u72 (PSU), Oracle plans to additionally release a corresponding PSU release along with each CPU release for Java SE 7. PSU releases provide organizations and developers with access to non-critical fixes in addition to the critical fixes contained in the corresponding CPU.

Dockerfile extends From:

Relations:

Run Java container with the trusted SSL certificates:

docker run --rm -v /mnt/vol-ssl/trusted:/opt/ssl/trusted --name java frekele/java
License:

See ORACLE LICENSE

frekele/docker-java is licensed under the MIT License. The terms of the license are as follows:

MIT License

Copyright (c) 2016-2019 @frekele<Leandro Kersting de Freitas>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Tag summary

Content type

Image

Digest

Size

255.2 MB

Last updated

about 7 years ago

Requires Docker Desktop 4.37.1 or later.