Add Containerfile.art, art.yaml, and image-references for ART builds - #143
Add Containerfile.art, art.yaml, and image-references for ART builds#143shruti-rh wants to merge 3 commits into
Conversation
Adapted from zero-trust-workload-identity-manager-release release-1.1 for ART build pipeline (COPY . . instead of submodule). Signed-off-by: Shruti Anekar <sanekar@redhat.com>
ART tooling (Doozer) requires these files for OLM bundle generation. 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 |
|
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. |
|
/ok-to-test |
|
/lgtm |
|
/hold |
|
/lgtm cancel |
Signed-off-by: Shruti Anekar <sanekar@redhat.com>
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: shruti-rh, TrilokGeer The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Problem Statement
ART needs to build zero-trust-workload-identity-manager 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) and ART-14825 (Onboard Zero Trust to ocp-build-data).
Proposed Changes
Add Containerfile.art adapted from zero-trust-workload-identity-manager-release release-1.1 for ART build pipeline (COPY . . instead of submodule, ART builder images and labels).