You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Why no arm64 for Java 17 Alpine? That is because the base images, such as [elipse-temurin](https://hub.docker.com/_/eclipse-temurin/tags?page=&page_size=&ordering=&name=17-jre-alpine) do not provide support for that. Use the Ubuntu based images instead.
34
+
2. Short-term variant, subject to deprecation upon next version introduction
35
+
3. Based on the [Oracle GraalMV images](https://blogs.oracle.com/java/post/new-oracle-graalvm-container-images), which as of JDK 17, are now under the [GraalVM Free License](https://blogs.oracle.com/java/post/graalvm-free-license) incorporating what used to be known as the GraalVM Enterprise.
33
36
34
37
!!! example "Example using java8"
35
38
@@ -123,17 +126,17 @@ Forge also doesn't support openj9 JVM implementation.
123
126
124
127
The following image tags have been deprecated and are no longer receiving updates:
125
128
126
-
- java19
127
129
- adopt13
128
130
- adopt14
129
131
- adopt15
130
132
- openj9-nightly
131
133
- multiarch-latest
134
+
- java11
132
135
- java16/java16-openj9
133
136
- java17-graalvm-ce
134
137
- java17-openj9
138
+
- java19
135
139
- java20-graalvm, java20, java20-alpine
140
+
- java23-*
136
141
- java8-multiarch is still built and pushed, but please move to java8 instead
137
142
- java8-alpine
138
-
139
-
[^1]: Based on the [Oracle GraalMV images](https://blogs.oracle.com/java/post/new-oracle-graalvm-container-images), which as of JDK 17, are now under the [GraalVM Free License](https://blogs.oracle.com/java/post/graalvm-free-license) incorporating what used to be known as the GraalVM Enterprise.
0 commit comments