opdev / opcap

Apache License 2.0
3 stars 15 forks source link

Check that all images listed in a CSV are available and pullable #354

Open madorn opened 1 year ago

madorn commented 1 year ago

We should perform a check to ensure all images listed in a CSV are pullable to avoid potential problems with partners/customers attempting to pull unavailable Operator-related images in disconnected environments.

We currently only verify pullability of the Deployment's container image during the opcap OperatorInstall check.

During OperandInstall check, we are not explicitly verifying a CSV's RELATED_IMAGES are pullable.

We could potentially utilize oc-mirror for this but there is currently a problem with it stopping at first detected error.

@acornett21 is currently looking into that issue.