Index
All Classes and Interfaces|All Packages
A
- additionalTags - Variable in class io.quarkus.container.image.deployment.ContainerImageConfig
-
Additional tags of the container image.
B
- build - Variable in class io.quarkus.container.image.deployment.ContainerImageConfig
-
Whether or not a image build will be performed.
- buildContainerImageNeeded(ContainerImageConfig, Optional<ContainerImageBuildRequestBuildItem>) - Static method in class io.quarkus.container.image.deployment.util.EnablementUtil
- builder - Variable in class io.quarkus.container.image.deployment.ContainerImageConfig
-
The name of the container image extension to use (e.g.
- buildOrPushContainerImageNeeded(ContainerImageConfig, Optional<ContainerImageBuildRequestBuildItem>, Optional<ContainerImagePushRequestBuildItem>) - Static method in class io.quarkus.container.image.deployment.util.EnablementUtil
C
- CAPABILITY_TO_EXTENSION_NAME - Static variable in class io.quarkus.container.image.deployment.ContainerImageCapabilitiesUtil
- ContainerImageCapabilitiesUtil - Class in io.quarkus.container.image.deployment
- ContainerImageConfig - Class in io.quarkus.container.image.deployment
- ContainerImageConfig() - Constructor for class io.quarkus.container.image.deployment.ContainerImageConfig
- ContainerImageConfig$$accessor - Class in io.quarkus.container.image.deployment
- ContainerImageDevUiProcessor - Class in io.quarkus.container.image.deployment.devui
- ContainerImageDevUiProcessor() - Constructor for class io.quarkus.container.image.deployment.devui.ContainerImageDevUiProcessor
- ContainerImageProcessor - Class in io.quarkus.container.image.deployment
- ContainerImageProcessor() - Constructor for class io.quarkus.container.image.deployment.ContainerImageProcessor
- create(List<AvailableContainerImageExtensionBuildItem>) - Method in class io.quarkus.container.image.deployment.devui.ContainerImageDevUiProcessor
- createJsonRPCServiceForContainerBuild() - Method in class io.quarkus.container.image.deployment.devui.ContainerImageDevUiProcessor
E
- EnablementUtil - Class in io.quarkus.container.image.deployment.util
- EnablementUtil() - Constructor for class io.quarkus.container.image.deployment.util.EnablementUtil
F
- failForNativeSources(ContainerImageConfig, Optional<ContainerImageBuildRequestBuildItem>, Optional<ContainerImagePushRequestBuildItem>, BuildProducer<ArtifactResultBuildItem>) - Method in class io.quarkus.container.image.deployment.ContainerImageProcessor
G
- get_group(Object) - Static method in class io.quarkus.container.image.deployment.ContainerImageConfig$$accessor
- get_name(Object) - Static method in class io.quarkus.container.image.deployment.ContainerImageConfig$$accessor
- get_tag(Object) - Static method in class io.quarkus.container.image.deployment.ContainerImageConfig$$accessor
- getActiveContainerImageCapability(Capabilities) - Static method in class io.quarkus.container.image.deployment.ContainerImageCapabilitiesUtil
-
Returns the active container image capability or throws an
IllegalStateExceptionif more than one are active - getEffectiveGroup() - Static method in class io.quarkus.container.image.deployment.ContainerImageProcessor
- getEffectiveGroup(Optional<String>, boolean) - Static method in class io.quarkus.container.image.deployment.ContainerImageProcessor
-
Since user.name which is default value can be uppercase and uppercase values are not allowed in the repository part of image references, we need to make the username lowercase.
- getGroup(String) - Static method in class io.quarkus.container.image.deployment.util.ImageUtil
-
Return the image group.
- getImage(Optional<String>, String, String, String) - Static method in class io.quarkus.container.image.deployment.util.ImageUtil
-
Create an image from the individual parts.
- getName(String) - Static method in class io.quarkus.container.image.deployment.util.ImageUtil
-
Return the docker image name.
- getRegistry(String) - Static method in class io.quarkus.container.image.deployment.util.ImageUtil
-
Return the image registry.
- getRepository(String) - Static method in class io.quarkus.container.image.deployment.util.ImageUtil
-
Return the docker image repository.
- getTag(String) - Static method in class io.quarkus.container.image.deployment.util.ImageUtil
-
Return the tag of the image.
- group - Variable in class io.quarkus.container.image.deployment.ContainerImageConfig
-
The group the container image will be part of
I
- ignoreCredentialsChange(BuildProducer<SuppressNonRuntimeConfigChangedWarningBuildItem>) - Method in class io.quarkus.container.image.deployment.ContainerImageProcessor
- image - Variable in class io.quarkus.container.image.deployment.ContainerImageConfig
-
Represents the entire image string.
- ImageUtil - Class in io.quarkus.container.image.deployment.util
- insecure - Variable in class io.quarkus.container.image.deployment.ContainerImageConfig
-
Whether or not insecure registries are allowed
- io.quarkus.container.image.deployment - package io.quarkus.container.image.deployment
- io.quarkus.container.image.deployment.devui - package io.quarkus.container.image.deployment.devui
- io.quarkus.container.image.deployment.util - package io.quarkus.container.image.deployment.util
- isBuildExplicitlyDisabled() - Method in class io.quarkus.container.image.deployment.ContainerImageConfig
- isBuildExplicitlyEnabled() - Method in class io.quarkus.container.image.deployment.ContainerImageConfig
- isGroupSpecified() - Static method in class io.quarkus.container.image.deployment.ContainerImageProcessor
-
Users are allowed to specify an empty group, however this is mapped to Optional.emtpy().
- isPushExplicitlyDisabled() - Method in class io.quarkus.container.image.deployment.ContainerImageConfig
- isPushExplicitlyEnabled() - Method in class io.quarkus.container.image.deployment.ContainerImageConfig
L
- labels - Variable in class io.quarkus.container.image.deployment.ContainerImageConfig
-
Custom labels to add to the generated image.
N
- name - Variable in class io.quarkus.container.image.deployment.ContainerImageConfig
-
The name of the container image.
- NativeBinaryUtil - Class in io.quarkus.container.image.deployment.util
- nativeIsLinuxBinary(NativeImageBuildItem) - Static method in class io.quarkus.container.image.deployment.util.NativeBinaryUtil
-
Checks if the file is a linux binary by checking the first bytes of the file against the ELF magic number
P
- password - Variable in class io.quarkus.container.image.deployment.ContainerImageConfig
-
The password to use to authenticate with the registry where the built image will be pushed
- publishImageInfo(ApplicationInfoBuildItem, ContainerImageConfig, Optional<SingleSegmentContainerImageRequestBuildItem>, Optional<FallbackContainerImageRegistryBuildItem>, Optional<ContainerImageCustomNameBuildItem>, Capabilities, BuildProducer<ContainerImageInfoBuildItem>) - Method in class io.quarkus.container.image.deployment.ContainerImageProcessor
- push - Variable in class io.quarkus.container.image.deployment.ContainerImageConfig
-
Whether or not an image push will be performed.
- pushContainerImageNeeded(ContainerImageConfig, Optional<ContainerImagePushRequestBuildItem>) - Static method in class io.quarkus.container.image.deployment.util.EnablementUtil
R
- registry - Variable in class io.quarkus.container.image.deployment.ContainerImageConfig
-
The container registry to use
S
- set_group(Object, Object) - Static method in class io.quarkus.container.image.deployment.ContainerImageConfig$$accessor
- set_name(Object, Object) - Static method in class io.quarkus.container.image.deployment.ContainerImageConfig$$accessor
- set_tag(Object, Object) - Static method in class io.quarkus.container.image.deployment.ContainerImageConfig$$accessor
T
- tag - Variable in class io.quarkus.container.image.deployment.ContainerImageConfig
-
The tag of the container image.
U
- username - Variable in class io.quarkus.container.image.deployment.ContainerImageConfig
-
The username to use to authenticate with the registry where the built image will be pushed
All Classes and Interfaces|All Packages