Skip to content

Pulling images using oc ibm-pak generate mirror-manifests #61

@rajdeepsingh1

Description

@rajdeepsingh1

Issue Summary

This is regarding the ibm-guardium-insights case bundle that uses the ibm-cp-common-services case bundle.

When performing a mirror for airgap offline registries, the mirror pulls down current and older versions of microservices and middleware images. This results in a massive list of images not acceptable to clients. This also requires large time consumption and delay in upgrade procedure, for Guardium Insights (now known as Guardium Data Security Center).

Is it possible to cut down which images we require? For instance, for the

ibmCommonServiceOperatorSetup - we only want images for Kafka &

ibm-im-operator
ibm-commonui-operator
ibm-events-operator
ibm-platformui-operator

instead of all.

Is this something the oc ibm-pak command could support?

We've tested using the --filter option as well, however a step further to gather select images instead of all would be idea.
Issue Details
Steps to reproduce

export CASE_NAME=ibm-guardium-insights
export CASE_VERSION=2.3.5

oc ibm-pak generate mirror-manifests \ $CASE_NAME \ $LOCAL_REGISTRY_HOST \ --version $CASE_VERSION

oc ibm-pak describe $CASE_NAME --version $CASE_VERSION --list-mirror-images

400+ images are mirrored.

Expected behavior

We are looking to minimize the amount of images produced, require only a select few instead of all.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions