瀏覽代碼

Adjust OpenJDK image deprecation notice to fully deprecate

(with an exclusion for EA tags)
Tianon Gravi 3 年之前
父節點
當前提交
326814f7ac
共有 1 個文件被更改,包括 5 次插入7 次删除
  1. 5 7
      openjdk/deprecated.md

+ 5 - 7
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.