
io.quarkus.container.image.deployment.ContainerImageConfig.jdp Maven / Gradle / Ivy
#
#Wed May 05 17:28:23 CEST 2021
io.quarkus.container.image.deployment.ContainerImageConfig.password=The password to use to authenticate with the registry where the built image will be pushed
io.quarkus.container.image.deployment.ContainerImageConfig.push=Whether or not an image push will be performed.
io.quarkus.container.image.deployment.ContainerImageConfig.username=The username to use to authenticate with the registry where the built image will be pushed
io.quarkus.container.image.deployment.ContainerImageConfig.image=Represents the entire image string.\nIf set, then {@code group}, {@code name}, {@code registry}, {@code tags}, {@code additionalTags}\nare ignored
io.quarkus.container.image.deployment.ContainerImageConfig.group=The group the container image will be part of
io.quarkus.container.image.deployment.ContainerImageConfig.additionalTags=Additional tags of the container image.
io.quarkus.container.image.deployment.ContainerImageConfig.tag=The tag of the container image. If not set defaults to the application version
io.quarkus.container.image.deployment.ContainerImageConfig.build=Whether or not a image build will be performed.
io.quarkus.container.image.deployment.ContainerImageConfig.name=The name of the container image. If not set defaults to the application name
io.quarkus.container.image.deployment.ContainerImageConfig.insecure=Whether or not insecure registries are allowed
io.quarkus.container.image.deployment.ContainerImageConfig.builder=The name of the container image extension to use (e.g. docker, jib, s2i).\nThe option will be used in case multiple extensions are present.
io.quarkus.container.image.deployment.ContainerImageConfig.registry=The container registry to use
© 2015 - 2025 Weber Informatics LLC | Privacy Policy