Add Containerfile.art, art.yaml, and image-references for ART builds#448
Add Containerfile.art, art.yaml, and image-references for ART builds#448shruti-rh wants to merge 5 commits into
Conversation
Adapted from cert-manager-operator-release Containerfile.cert-manager-operator for ART build pipeline Signed-off-by: Shruti Anekar <sanekar@redhat.com>
- ART tooling reqs Signed-off-by: Shruti Anekar <sanekar@redhat.com>
Signed-off-by: Shruti Anekar <sanekar@redhat.com>
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository: openshift/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: shruti-rh 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 |
|
Hi @shruti-rh. Thanks for your PR. I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Problem Statement
ART needs to build cert-manager-operator images through its Konflux-based layered products pipeline. ART builds require a dedicated Containerfile.art with ART's builder images, base images, and LABEL conventions.
Related Issue
Part of ART-14816 (Onboard OAP operators to ART).
Proposed Changes
Add Containerfile.art adapted from cert-manager-operator-release release-1.19 for ART build pipeline (COPY . . instead of submodule, ART builder images and labels).