SDCICD-1380: add dynamic operator catalog build pipeline #1451
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
create a new pipeline based on the fbc-builder pipeline which injects two tasks (
opm-get-bundle-version
andopm-render-bundles
) in order to dynamically generate an OLM catalog based on the provided OLM bundle image.The patch replaces
build-container
andbuild-image-index
with the new tasks and shiftsbuild-container
down to replacedeprecated-base-image-check
. We control the base image version through theopm-render-bundles
task, so I don't think it needs to be checked for deprecation.This pipeline has been developed with SRE-P's usecase in mind of not maintaing an upgrade graph or multiple channels. It may not meet the needs of others directly without modification.
This is the second of two pipelines that will be submitted. The first (dynamic operator bundle) is blocked on operator versioning which I'm actively working on.