From PR operator-framework/operator-registry#748 build this version of OPM then :
opm index prune --from-index registry.redhat.io/redhat/redhat-operator-index:v4.10 -c docker --packages cluster-logging
(will need to docker login redhat registry)
then:
docker push
the pared down index, for ex:
docker push quay.io/btofel/pared-opm-indexes:cluster-logging-only
then: opm render (fbc) this pruned index image
opm render quay.io/btofel/pared-opm-indexes:cluster-logging-only
nice rendering of fbc without data blobs:
opm render quay.io/btofel/pared-opm-indexes:cluster-logging-only|jq '(.icon.base64data, .properties[]?.value.data) |= "xxx"'
references:
https://issues.redhat.com/browse/PORTENABLE-208
https://docs.openshift.com/container-platform/4.10/cli_reference/opm/cli-opm-ref.html
above yields: