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
| Microsoft Java development Image |`mcr.microsoft.com/java/jdk:21-zulu-ubuntu`| Full Java development kit (JDK) and optimized for Azure |
110
+
| Microsoft Java production Image |`mcr.microsoft.com/java/jre:21-zulu-ubuntu`| Runtime only and optimized for Azure|
111
+
| Official OpenJDK development Image |`openjdk:21-jdk`| Full JDK|
112
+
| Official OpenJDK production Image |`openjdk:21-jre`| Runtime only|
113
113
114
114
For development environments, use a full JDK image. For production, use a JRE or distroless image to minimize the size and attack surface of your application.
0 commit comments