From 326814f7acbdf65a3a3d82aef519466c24036284 Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Fri, 10 Jun 2022 14:16:57 -0700 Subject: [PATCH] Adjust OpenJDK image deprecation notice to fully deprecate (with an exclusion for EA tags) --- openjdk/deprecated.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/openjdk/deprecated.md b/openjdk/deprecated.md index 9c542a8cf5ea..5a3bdcd90695 100644 --- a/openjdk/deprecated.md +++ b/openjdk/deprecated.md @@ -1,13 +1,11 @@ -# **WARNING** - -If you are a user/consumer of Java, this image is probably not what you expect! - -These images contain "vanilla" builds of the OpenJDK project provided by [Oracle](https://jdk.java.net/) or [the relevant "updates project lead"](https://github.com/docker-library/openjdk/issues/320#issuecomment-494050246) (depending on the version). - -For a more "supported" experience, we recommend one of the following other Official Images (listed in alphabetical order with no intentional or implied preference): +This image is officially deprecated and all users are recommended to find and use suitable replacements ASAP. Some examples of other Official Image alternatives (listed in alphabetical order with no intentional or implied preference): - [`amazoncorretto`](https://hub.docker.com/_/amazoncorretto) - [`eclipse-temurin`](https://hub.docker.com/_/eclipse-temurin) - [`ibm-semeru-runtimes`](https://hub.docker.com/_/ibm-semeru-runtimes) - [`ibmjava`](https://hub.docker.com/_/ibmjava) - [`sapmachine`](https://hub.docker.com/_/sapmachine) + +See [docker-library/openjdk#505](https://github.com/docker-library/openjdk/issues/505) for more information. + +The only tags which will continue to receive updates beyond July 2022 will be Early Access builds (which are sourced from [jdk.java.net](https://jdk.java.net/)), as those are not published/supported by any of the above projects.