Skip to content

opct get images

opct get images retrieves the list of container images used in the conformance test environment in the target cluster.

Options

Print images used by OPCT.

Usage:
  opct get images [flags]

Flags:
  -h, --help                   help for images
      --to-repository string   Show images with format to mirror to repository. Example: registry.example.io:5000

Global Flags:
      --kubeconfig string   kubeconfig for target OpenShift cluster
      --log-level string    logging level (default "info")

Arguments

This command does not take any arguments.

Summary

The opct get images command is used to list all the container images that are part of the conformance test environment. This is useful for mirror required images on disconnected validations.

Examples

To retrieve the list of images:

opct get images

This will output a list of container images used in the conformance test environment.