Skip to content

step-registry: migrate proxy image from registry.ci to quay.io in AWS proxy scripts - #83144

Merged
openshift-merge-bot[bot] merged 2 commits into
openshift:mainfrom
redhat-chai-bot:fix-proxy-image-egress-http-proxy
Aug 9, 2026
Merged

step-registry: migrate proxy image from registry.ci to quay.io in AWS proxy scripts#83144
openshift-merge-bot[bot] merged 2 commits into
openshift:mainfrom
redhat-chai-bot:fix-proxy-image-egress-http-proxy

Conversation

@redhat-chai-bot

@redhat-chai-bot redhat-chai-bot commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

Summary

Migrate the Squid proxy image (PROXY_IMAGE) from the auth-gated
registry.ci.openshift.org to the publicly-pullable
quay.io/openshifttest/squid-proxy:multiarch in both IPI and UPI AWS
proxy CI step scripts.

Problem

After the QCI migration (ci-tools#4866, May 2026), images are no longer
mirrored to registry.ci.openshift.org. The proxy VM is a bare CoreOS EC2
instance launched via ignition — it has no CI pull secret, so podman run
against registry.ci fails with an authentication error. This causes all
ovn-proxy install runs to fail, rejecting 5.0 nightly payloads
(e.g. 5.0.0-0.nightly-2026-08-07-234136).

Related: CNTRLPLANE-3986 tracks the same registry.ci → QCI migration
gap for other images.

Changes

  • ipi-conf-aws-proxy-commands.sh (line 242): Change PROXY_IMAGE from
    registry.ci.openshift.org/origin/4.5:egress-http-proxy to
    quay.io/openshifttest/squid-proxy:multiarch
  • upi-conf-aws-proxy-commands.sh (line 309): Change PROXY_IMAGE from
    registry.ci.openshift.org/origin/4.18:egress-http-proxy to
    quay.io/openshifttest/squid-proxy:multiarch

Why quay.io/openshifttest/squid-proxy:multiarch

Same image already used by baremetalds-devscripts-proxy-commands.sh for
the identical purpose (running Squid in CI). Publicly pullable, multiarch,
actively maintained.


AI-generated. Review for accuracy.

@petr-muller requested in Slack thread

Summary by CodeRabbit

The AWS IPI and UPI proxy CI scripts now use the publicly pullable quay.io/openshifttest/squid-proxy:multiarch image. This prevents proxy VM failures caused by missing CI registry credentials after the QCI migration and provides multi-architecture support.

Migrate PROXY_IMAGE from registry.ci.openshift.org/origin/4.5:egress-http-proxy
to quay.io/openshifttest/squid-proxy:multiarch.

The proxy VM is a bare CoreOS EC2 instance without CI pull credentials,
so it cannot authenticate to registry.ci.openshift.org. The replacement
image is publicly pullable and already used by baremetalds-devscripts-proxy
for the same purpose.
Same registry.ci.openshift.org migration issue as the IPI script.
The proxy VM has no CI pull credentials, so switch to the publicly
pullable quay.io/openshifttest/squid-proxy:multiarch image.
@openshift-ci
openshift-ci Bot requested review from petr-muller and sosiouxme August 8, 2026 16:05
@coderabbitai

coderabbitai Bot commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository YAML (base), Central YAML (inherited)

Review profile: CHILL

Plan: Pro Plus

Run ID: 08e77771-2300-410e-8569-c3067400c122

📥 Commits

Reviewing files that changed from the base of the PR and between 143dd26 and c92805f.

📒 Files selected for processing (2)
  • ci-operator/step-registry/ipi/conf/aws/proxy/ipi-conf-aws-proxy-commands.sh
  • ci-operator/step-registry/upi/conf/aws/proxy/upi-conf-aws-proxy-commands.sh

Walkthrough

The AWS IPI and UPI proxy configurations now use quay.io/openshifttest/squid-proxy:multiarch instead of CI registry images.

Changes

AWS proxy image configuration

Layer / File(s) Summary
Replace AWS proxy image references
ci-operator/step-registry/ipi/conf/aws/proxy/ipi-conf-aws-proxy-commands.sh, ci-operator/step-registry/upi/conf/aws/proxy/upi-conf-aws-proxy-commands.sh
The IPI and UPI configurations now reference the public multi-architecture Quay Squid proxy image. The UPI configuration removes the previous TLS-version rationale.

Estimated code review effort: 1 (Trivial) | ~5 minutes

🚥 Pre-merge checks | ✅ 15
✅ Passed checks (15 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the proxy image migration from registry.ci to quay.io in the AWS proxy scripts.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Stable And Deterministic Test Names ✅ Passed The two PR commits only change PROXY_IMAGE assignments in AWS shell scripts; they add no Ginkgo tests or test titles.
Test Structure And Quality ✅ Passed The PR changes only two AWS proxy shell scripts and adds no Ginkgo tests, so the listed test-structure requirements are not applicable.
Microshift Test Compatibility ✅ Passed The PR changes only two AWS proxy shell scripts; the full PR patch adds no Ginkgo tests or test paths, so MicroShift test compatibility is not applicable.
Single Node Openshift (Sno) Test Compatibility ✅ Passed The PR changes only two AWS proxy shell scripts and adds no Ginkgo e2e tests or topology-sensitive test code; SNO compatibility checks are not applicable.
Topology-Aware Scheduling Compatibility ✅ Passed The patch changes only PROXY_IMAGE assignments and comments in two shell scripts; it adds no deployment manifests, operator code, controllers, or scheduling constraints.
Ote Binary Stdout Contract ✅ Passed The PR changes only PROXY_IMAGE assignments in two shell scripts; neither file contains OTE binaries or process-level OTE stdout logging.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed The PR changes only PROXY_IMAGE in two shell scripts; it adds no Ginkgo tests, so this IPv6 and disconnected-network test check is not applicable.
No-Weak-Crypto ✅ Passed The combined PR diff only changes Squid image references and comments; it adds no MD5, SHA1, DES, RC4, Blowfish, ECB, custom crypto, or secret comparisons.
Container-Privileges ✅ Passed The PR only changes PROXY_IMAGE references; it adds no privileged, hostPID, hostIPC, SYS_ADMIN, root, or allowPrivilegeEscalation settings. Existing --net host usage is unchanged.
No-Sensitive-Data-In-Logs ✅ Passed The two PR diffs change only PROXY_IMAGE and explanatory comments; neither adds logging or outputs passwords, tokens, PII, hostnames, or customer data.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@redhat-chai-bot: the pj-rehearse plugin accommodates running rehearsal tests for the changes in this PR. Expand 'Interacting with pj-rehearse' for usage details. The following rehearsable tests have been affected by this change:

Test name Repo Type Reason
pull-ci-openshift-installer-main-e2e-aws-ovn-proxy openshift/installer presubmit Registry content changed
pull-ci-openshift-installer-release-5.1-e2e-aws-ovn-proxy openshift/installer presubmit Registry content changed
pull-ci-openshift-installer-release-5.0-e2e-aws-ovn-proxy openshift/installer presubmit Registry content changed
pull-ci-openshift-installer-release-4.23-e2e-aws-ovn-proxy openshift/installer presubmit Registry content changed
pull-ci-openshift-installer-release-4.22-e2e-aws-ovn-proxy openshift/installer presubmit Registry content changed
pull-ci-openshift-installer-release-4.21-e2e-aws-ovn-proxy openshift/installer presubmit Registry content changed
pull-ci-openshift-installer-release-4.20-e2e-aws-ovn-proxy openshift/installer presubmit Registry content changed
pull-ci-openshift-installer-release-4.19-e2e-aws-ovn-proxy openshift/installer presubmit Registry content changed
pull-ci-openshift-installer-release-4.18-altinfra-e2e-aws-ovn-proxy openshift/installer presubmit Registry content changed
pull-ci-openshift-installer-release-4.18-e2e-aws-ovn-proxy openshift/installer presubmit Registry content changed
pull-ci-openshift-installer-release-4.17-e2e-aws-ovn-proxy openshift/installer presubmit Registry content changed
pull-ci-openshift-installer-release-4.17-altinfra-e2e-aws-ovn-proxy openshift/installer presubmit Registry content changed
pull-ci-openshift-installer-release-4.16-altinfra-e2e-aws-ovn-proxy openshift/installer presubmit Registry content changed
pull-ci-openshift-installer-release-4.16-e2e-aws-ovn-proxy openshift/installer presubmit Registry content changed
pull-ci-openshift-installer-release-4.15-e2e-aws-ovn-proxy openshift/installer presubmit Registry content changed
pull-ci-openshift-installer-release-4.15-altinfra-e2e-aws-ovn-proxy openshift/installer presubmit Registry content changed
pull-ci-openshift-installer-release-4.14-e2e-aws-ovn-proxy openshift/installer presubmit Registry content changed
pull-ci-openshift-installer-release-4.13-e2e-aws-ovn-proxy openshift/installer presubmit Registry content changed
pull-ci-openshift-installer-release-4.12-e2e-aws-ovn-proxy openshift/installer presubmit Registry content changed
pull-ci-openshift-installer-release-4.11-e2e-aws-proxy openshift/installer presubmit Registry content changed
pull-ci-openshift-installer-release-4.10-e2e-aws-proxy openshift/installer presubmit Registry content changed
pull-ci-openshift-installer-release-4.9-e2e-aws-proxy openshift/installer presubmit Registry content changed
pull-ci-openshift-installer-release-4.8-e2e-aws-proxy openshift/installer presubmit Registry content changed
pull-ci-openshift-installer-release-4.7-e2e-aws-proxy openshift/installer presubmit Registry content changed
pull-ci-openshift-installer-release-4.6-e2e-aws-proxy openshift/installer presubmit Registry content changed

A total of 279 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
Prior to this PR being merged, you will need to either run and acknowledge or opt to skip these rehearsals.

Interacting with pj-rehearse

Comment: /pj-rehearse to run up to 5 rehearsals
Comment: /pj-rehearse skip to opt-out of rehearsals
Comment: /pj-rehearse {test-name}, with each test separated by a space, to run one or more specific rehearsals
Comment: /pj-rehearse more to run up to 10 rehearsals
Comment: /pj-rehearse max to run up to 25 rehearsals
Comment: /pj-rehearse auto-ack to run up to 5 rehearsals, and add the rehearsals-ack label on success
Comment: /pj-rehearse list to get an up-to-date list of affected jobs
Comment: /pj-rehearse abort to abort all active rehearsals
Comment: /pj-rehearse network-access-allowed to allow rehearsals of tests that have the restrict_network_access field set to false. This must be executed by an openshift org member who is not the PR author

Once you are satisfied with the results of the rehearsals, comment: /pj-rehearse ack to unblock merge. When the rehearsals-ack label is present on your PR, merge will no longer be blocked by rehearsals.
If you would like the rehearsals-ack label removed, comment: /pj-rehearse reject to re-block merging.

@redhat-chai-bot

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-openshift-installer-release-5.0-e2e-aws-upi-proxy pull-ci-openshift-installer-release-4.22-e2e-aws-upi-proxy


AI-generated. Review for accuracy.

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@redhat-chai-bot: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@redhat-chai-bot

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-openshift-installer-release-5.0-e2e-aws-ovn-proxy pull-ci-openshift-installer-release-4.22-e2e-aws-ovn-proxy pull-ci-openshift-installer-main-e2e-aws-ovn-proxy


AI-generated. Review for accuracy.

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@redhat-chai-bot: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@neisw

neisw commented Aug 9, 2026

Copy link
Copy Markdown
Contributor

/pj-rehearse rehearse-83144-pull-ci-openshift-installer-release-4.22-e2e-aws-upi-proxy rehearse-83144-pull-ci-openshift-installer-release-4.22-e2e-aws-ovn-proxy

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@neisw: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@neisw: job(s): rehearse-83144-pull-ci-openshift-installer-release-4.22-e2e-aws-upi-proxy, rehearse-83144-pull-ci-openshift-installer-release-4.22-e2e-aws-ovn-proxy either don't exist or were not found to be affected, and cannot be rehearsed

@neisw

neisw commented Aug 9, 2026

Copy link
Copy Markdown
Contributor

/pj-rehearse pull-ci-openshift-installer-release-4.22-e2e-aws-ovn-proxy pull-ci-openshift-installer-release-4.22-e2e-aws-upi-proxy

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@neisw: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@neisw

neisw commented Aug 9, 2026

Copy link
Copy Markdown
Contributor

/pj-rehearse periodic-ci-openshift-release-main-nightly-4.22-e2e-aws-ovn-proxy periodic-ci-openshift-release-main-nightly-5.0-e2e-aws-ovn-proxy

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@neisw: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@neisw

neisw commented Aug 9, 2026

Copy link
Copy Markdown
Contributor

/lgtm
/pj-rehearse ack

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@neisw: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@openshift-merge-bot openshift-merge-bot Bot added the rehearsals-ack Signifies that rehearsal jobs have been acknowledged label Aug 9, 2026
@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Aug 9, 2026
@openshift-ci

openshift-ci Bot commented Aug 9, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: neisw, redhat-chai-bot

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 9, 2026
@openshift-ci

openshift-ci Bot commented Aug 9, 2026

Copy link
Copy Markdown
Contributor

@redhat-chai-bot: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/rehearse/openshift/installer/release-5.0/e2e-aws-upi-proxy c92805f link unknown /pj-rehearse pull-ci-openshift-installer-release-5.0-e2e-aws-upi-proxy
ci/rehearse/openshift/installer/release-5.0/e2e-aws-ovn-proxy c92805f link unknown /pj-rehearse pull-ci-openshift-installer-release-5.0-e2e-aws-ovn-proxy
ci/rehearse/openshift/installer/release-4.22/e2e-aws-ovn-proxy c92805f link unknown /pj-rehearse pull-ci-openshift-installer-release-4.22-e2e-aws-ovn-proxy
ci/rehearse/openshift/installer/release-4.22/e2e-aws-upi-proxy c92805f link unknown /pj-rehearse pull-ci-openshift-installer-release-4.22-e2e-aws-upi-proxy

Full PR test history. Your PR dashboard.

Details

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. I understand the commands that are listed here.

@openshift-merge-bot
openshift-merge-bot Bot merged commit 7fd0295 into openshift:main Aug 9, 2026
13 of 17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. rehearsals-ack Signifies that rehearsal jobs have been acknowledged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants