Add Dockerfile and configuration for ART build#3250
Add Dockerfile and configuration for ART build#3250openshift-merge-bot[bot] merged 1 commit intoopenshift:release-6.0from
Conversation
ⓘ You are approaching your monthly quota for Qodo. Upgrade your plan Review Summary by QodoAdd Dockerfile and ART build configuration for v6.0.15
WalkthroughsDescription• Add Dockerfile for ART build with FIPS compliance • Configure bundle metadata for cluster-logging v6.0.15 • Define image references for logging components • Support multi-architecture builds (x86_64, aarch64, ppc64le, s390x) Diagramflowchart LR
A["Dockerfile.art<br/>Multi-stage build"] --> B["Builder stage<br/>FIPS runtime"]
A --> C["Origin CLI stage<br/>Multi-arch support"]
A --> D["Final UBI9 image<br/>Minimal runtime"]
E["bundle/art.yaml<br/>Version updates"] --> F["CSV manifest<br/>v6.0.15"]
G["bundle/cluster-logging-operator.package.yaml<br/>Package config"] --> H["Stable channel<br/>v6.0.15"]
I["bundle/image-references<br/>Image stream"] --> J["Vector, exporter,<br/>operator images"]
File Changes1. Dockerfile.art
|
Code Review by Qodo
|
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: xperimental 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 |
| - name: stable-6.0 | ||
| currentCSV: cluster-logging-operator.v6.0.15 |
There was a problem hiding this comment.
1. Wrong currentcsv name 🐞 Bug ≡ Correctness
bundle/cluster-logging-operator.package.yaml sets currentCSV to cluster-logging-operator.v6.0.15, but the CSV name in this repo follows the cluster-logging.v<version> pattern. Any tooling consuming this package manifest will fail to resolve/install/upgrade because the referenced CSV name will not exist.
Agent Prompt
## Issue description
`bundle/cluster-logging-operator.package.yaml` references a `currentCSV` name that doesn’t match the actual CSV `metadata.name` pattern used in this repo (and the name ART will produce via `bundle/art.yaml`). This breaks consumers of the package manifest because the referenced CSV cannot be found.
## Issue Context
- CSV `metadata.name` is `cluster-logging.v<version>`.
- `bundle/art.yaml` updates `name: cluster-logging.v6.0.0` -> `name: cluster-logging.v6.0.15`.
- The new package manifest currently points to `cluster-logging-operator.v6.0.15`.
## Fix Focus Areas
- bundle/cluster-logging-operator.package.yaml[1-5]
## Suggested change
Update `currentCSV` to `cluster-logging.v6.0.15` (or otherwise ensure it exactly matches the CSV `metadata.name` that will exist after ART updates are applied).
ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools
|
/retest-required |
2 similar comments
|
/retest-required |
|
/retest-required |
|
/override ci/prow/e2e-target |
|
@xperimental: Overrode contexts on behalf of xperimental: ci/prow/e2e-target, ci/prow/functional-target DetailsIn response to this:
Instructions 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. |
|
@xperimental: The following tests failed, say
Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
|
/lgtm |
ac33a53
into
openshift:release-6.0
/cc @cahartma
/assign @xperimental
/label tide/merge-method-squash