Prometurbo image repository
The node to which Prometurbo deploys must have internet access to pull the Prometurbo images from IBM Container Registry. You can configure a private repository if you prefer to pull from this repository.
Prometurbo container images
The following list describes the different Prometurbo images.
-
Prometurbo (
prometurbo
)This is the main image and is pulled from
icr.io/cpopen/prometurbo
. -
Prometurbo operator (
prometurbo-operator
)This image is pulled for
icr.io/cpopen/prometurbo-operator:<version>
.
Working with a private repository
You can configure a private repository to store the Prometurbo images in your environment.
If you are using a private repository, be aware that IBM Container
Registry provides multi-architecture container images. Your private repository needs to
support loading these images. For example, multi-architecture container images are supported
in Artifactory version 7.2+, but not in Artifactory version 6. Optionally, pull only the
architecture version that you need. Specify the --platform
parameter with
docker pull
and use docker inspect
to confirm the
architecture.