Class ContainerImages

java.lang.Object
io.quarkus.deployment.images.ContainerImages

public class ContainerImages extends Object
This class is used to define the container images that are used by Quarkus.

For each image, the image name and version are defined as constants:

- x_IMAGE_NAME - the name of the image without the version (e.g. registry.access.redhat.com/ubi9/ubi-minimal) - x_VERSION - the version of the image (e.g. 9.5) - x - the full image name (e.g. registry.access.redhat.com/ubi9/ubi-minimal:9.5)