Skip to content

Conversation

@rwhundley
Copy link

What this PR does / why we need it:

This PR allows for creating custom FBC images; this can be helpful for making test FBC images for early drivers.

Special notes for your reviewer:

You can run with the following

# QUAY_REGISTRY is the registry where the images are getting stored, so set
# this to whatever; I have REGISTRY variable for the example.
#
# IMG is the Operator image tag to write to the bundle. IMG is also used for 
# naming the catalog image, so this needs to change values in a second
# make invocation so that gets named properly.
# 
# CATALOG_BASE_IMG needs to be set ahead of time to an image reference for the
# catalog that you want to patch with the updated images/bundles.
QUAY_REGISTRY=$REGISTRY ARCH=x86_64 \
IMG=$REGISTRY/common-service-operator:custom-tag \
make catalog-render bundle-manifests build-bundle-image bundle-push bundle-render && 
QUAY_REGISTRY=$REGISTRY ARCH=x86_64 IMG=ibm-common-service \
make catalog-build catalog-push

Signed-off-by: Rob Hundley <[email protected]>
Signed-off-by: Rob Hundley <[email protected]>
Signed-off-by: Rob Hundley <[email protected]>
Signed-off-by: Rob Hundley <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant