Mirror Images

In this step, the container image for ITX Runtime Server is copied to the target registry in the air-gap environment. This generates calls to the oc image mirror command which copies the images over. Run the following command after replacing the <target_namespace> placeholder with the name of the target namespace for the image, and after replacing the <target_registry> placeholder with the name of the target image registry.

$ cloudctl case launch              \
    --case case/ibm-itx-rs          \
    --namespace <target_namespace>  \
    --inventory itxRsProd           \
    --action mirror-images          \
    --args "--registry <target_registry> --inputDir /tmp/cases"