Point image YAMLs to quay/quay-konflux-components monorepo#9741
Open
ashwindasr wants to merge 6 commits into
Open
Point image YAMLs to quay/quay-konflux-components monorepo#9741ashwindasr wants to merge 6 commits into
ashwindasr wants to merge 6 commits into
Conversation
All Quay images are built from the downstream monorepo quay/quay-konflux-components (branch redhat-3.16), not individual upstream repos. Update git URLs and Containerfile paths accordingly. Also removes bundle image YAMLs which are not needed in ocp-build-data. Made-with: Cursor
Contributor
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Add ubi9-python-312 and ubi9-podman streams. Update from sections: - quay-quay: add golang builder, use python-312 base - quay-builder: use ubi9-podman base instead of ubi-minimal - quay-builder-qemu: use rhel9 builder instead of golang Made-with: Cursor
clair, quay-operator, quay-bridge-operator, and container-security-operator Containerfiles don't run any package manager commands, so enabled_repos is unnecessary. Made-with: Cursor
Made-with: Cursor
Align stream name with the actual image used (ubi9/go-toolset) and switch registry to registry.access.redhat.com to match Containerfiles. Made-with: Cursor
Upstream needs to move away from quay/quay-konflux-components to build bundles via ART and add the ART bundle directories. Made-with: Cursor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
quay/quay-konflux-components(branchredhat-3.16) with correctcomponents/<name>/ContainerfilepathsThe Quay team builds all images from a downstream monorepo rather than individual upstream repos. This aligns ocp-build-data with that reality. We can move to upstream repos later.
Made with Cursor