- Required images come form the following repos
- quay-operator
- quay
- clair
- quay-builders
- quay-builders-qemu
- Each repo should have a workflow that accepts a branch and a tag and then builds & pushes to quay.io
- Example
- Tag: `v3.7.0-RC1`
- Branch: `redhat-3.7`
- Only `quay-operator`, `quay` and `clair` repos have currently configured actions to build & tag images to quay.io
- After all images are built, a new job in `quay-operator` should trigger build & PR to `community-operators-prod`
- `3.6.2` example
- `3.7.0` example
- Process should be
- Clone repo
- Create new directory for new `${TAG}`
- Add manifests and update version information for all images
- Create PR