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
{{ message }}
This repository was archived by the owner on Dec 20, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: halyard-config/src/main/java/com/netflix/spinnaker/halyard/config/model/v1/node/DeploymentEnvironment.java
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,9 @@ public enum ImageVariant {
95
95
SLIM("Based on an Alpine image"),
96
96
UBUNTU("Based on Canonical's ubuntu:bionic image"),
97
97
JAVA8("A variant of SLIM that uses the Java 8 runtime"),
98
-
UBUNTU_JAVA8("A variant of UBUNTU that uses the Java 8 runtime");
98
+
UBUNTU_JAVA8("A variant of UBUNTU that uses the Java 8 runtime"),
99
+
JAVA11("A variant of SLIM that uses the Java 11 runtime"),
100
+
UBUNTU_JAVA11("A variant of UBUNTU that uses the Java 11 runtime");
0 commit comments