openshift-logging: Rename tag of mirrored api and opa-openshift images#80857
openshift-logging: Rename tag of mirrored api and opa-openshift images#80857xperimental wants to merge 1 commit into
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (8)
WalkthroughThe image mirroring config renames ChangesLoki Image Mirror Rename
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
|
[REHEARSALNOTIFIER]
A total of 42 jobs have been affected by this change. The above listing is non-exhaustive and limited to 25 jobs. A full list of affected jobs can be found here Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/pj-rehearse pull-ci-openshift-loki-main-build |
|
@xperimental: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: JoaoBraveCoding, xperimental 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 |
|
/pj-rehearse auto-ack |
|
@xperimental: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse pull-ci-openshift-loki-release-6.5-ci-index-loki-operator-bundle |
|
@xperimental: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@xperimental: requesting more than one rehearsal in one comment is not supported. If you would like to rehearse multiple specific jobs, please separate the job names by a space in a single command. |
|
/pj-rehearse pull-ci-openshift-loki-release-6.5-images |
|
@xperimental: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@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. |
This PR renames the images for
observatorium-apiandopa-openshiftthat we currently mirror from their upstream builds. They currently use amirror-5.yname which is inaccurate since Logging went from major version 5 to 6. I have chosen to omit the version number and usemaininstead, because these components are not versioned together with our releases.The 5.8/5.9 builds are end-of-life and only exist for sustaining engineering. These releases use a different branch of the upstream projects, which is currently not built anywhere. The current configuration should still allow the CI to pass, although the images do not correspond with the versions used in the production build.
/cc @JoaoBraveCoding
/assign @xperimental
Summary by CodeRabbit
This PR updates the CI configuration for OpenShift Logging (Loki) to rename image tags for two mirrored components:
lokistack-gateway(observatorium-api) andopa-openshift.What changed:
base_imagesentries for both components were updated to use themaintag instead of the previousmirror-5.ynaming scheme with version-specific tagslogging/mirror-5.y:lokistack-gateway|opa-openshifttologging/lokistack-gateway|opa-openshift:mainWhy it matters:
These are "unversioned" components that don't follow the main Loki release cycle, so using
maintags instead of versioned tags (likemirror-5.y) is more accurate. This affects CI builds across both end-of-life branches (5.8, 5.9) and active releases (6.0 through 6.5). While 5.8 and 5.9 are sustaining engineering releases that may not have exact upstream builds, the change maintains CI compatibility across all branches.