public static enum JkDockerNativeBuild.PopularBaseImage extends java.lang.Enum<JkDockerNativeBuild.PopularBaseImage>
Enum Constant and Description |
---|
ALPINE |
DISTRO_LESS |
PAKETO_JAMMY_TINY |
UBUNTU |
Modifier and Type | Field and Description |
---|---|
java.lang.String |
imageName |
Modifier and Type | Method and Description |
---|---|
static JkDockerNativeBuild.PopularBaseImage |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JkDockerNativeBuild.PopularBaseImage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JkDockerNativeBuild.PopularBaseImage UBUNTU
public static final JkDockerNativeBuild.PopularBaseImage PAKETO_JAMMY_TINY
public static final JkDockerNativeBuild.PopularBaseImage DISTRO_LESS
public static final JkDockerNativeBuild.PopularBaseImage ALPINE
public static JkDockerNativeBuild.PopularBaseImage[] values()
for (JkDockerNativeBuild.PopularBaseImage c : JkDockerNativeBuild.PopularBaseImage.values()) System.out.println(c);
public static JkDockerNativeBuild.PopularBaseImage valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null