Add console-downloads image build to openshift/console CI config#79355
Add console-downloads image build to openshift/console CI config#79355jhadvig wants to merge 1 commit into
Conversation
Build the console-downloads image from Dockerfile.downloads in the openshift/console repo and promote it to the release payload. This replaces the cli-artifacts image currently used by the console-operator for serving CLI binaries. Updated configs: main, release-4.23, release-5.0, release-5.1 CONSOLE-5293 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
WalkthroughThis PR adds a new console-downloads image build entry to four OpenShift console CI operator configuration files (main, release-4.23, release-5.0, and release-5.1). Each file now includes a mapping from ChangesConsole-downloads image build support
🎯 1 (Trivial) | ⏱️ ~3 minutes
🚥 Pre-merge checks | ✅ 12✅ Passed checks (12 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jhadvig 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 |
|
[REHEARSALNOTIFIER]
Prior to this PR being merged, you will need to either run and acknowledge or opt to skip these rehearsals. Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
@jhadvig: all tests passed! 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. |
Summary
console-downloadsimage build fromDockerfile.downloadsin theopenshift/consolerepoconsoleimagecli-artifactsimage currently used by the console-operator for serving CLI binariesmain,release-4.23,release-5.0,release-5.1Jira: https://issues.redhat.com/browse/CONSOLE-5293
Test plan
console-downloadsimage successfully🤖 Generated with Claude Code
Summary
This PR extends the OpenShift CI configuration for the openshift/console repository to build and promote a new container image called
console-downloadsfromDockerfile.downloads. The image will be published to the release payload alongside the existing console image, serving as a replacement for the cli-artifacts image that was previously used by the console-operator to distribute CLI binaries.Changes
The PR updates four CI configuration files for the console repository across multiple release branches:
openshift-console-main.yamlopenshift-console-release-4.23.yamlopenshift-console-release-5.0.yamlopenshift-console-release-5.1.yamlEach file receives an identical 2-line addition to the
images.itemslist, registering the newconsole-downloadsimage build.Related Work
This change aligns with Jira issue CONSOLE-5293 and updates the CI infrastructure for the console component to support the new artifact delivery mechanism.
Depends on openshift/console#16455