add nodejs-20 and nodejs-22 to ACR mirror list for Dockerfile.autorest and portal build - #5011
Closed
slawande2 wants to merge 1 commit into
Closed
add nodejs-20 and nodejs-22 to ACR mirror list for Dockerfile.autorest and portal build#5011slawande2 wants to merge 1 commit into
slawande2 wants to merge 1 commit into
Conversation
…t and portal builds
slawande2
requested review from
alcasim,
bennerv,
cadenmarchese,
hawkowl,
hlipsig,
kevinobriendotca,
kimorris27,
mociarain,
mrWinston,
rogbas,
sankur-codes,
tiguelu,
tsatam,
tuxerrante,
ventifus,
wanghaoran1988 and
yjst2012
as code owners
July 28, 2026 17:14
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the image mirroring list used by the aro mirror command so the build pipeline can pull newer UBI Node.js base images from the internal ACR mirror (supporting current autorest tooling and upcoming portal/CI image updates).
Changes:
- Add
registry.access.redhat.com/ubi9/nodejs-20:latestto the mirrored image list (forDockerfile.autorest). - Add
registry.access.redhat.com/ubi9/nodejs-22:latestto the mirrored image list (for upcoming portal/CI needs). - Keep existing Node.js 18 entries to avoid disrupting current portal builds.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+157
to
+160
| // https://catalog.redhat.com/software/containers/ubi9/nodejs-20/ | ||
| "registry.access.redhat.com/ubi9/nodejs-20:latest", | ||
| // https://catalog.redhat.com/software/containers/ubi9/nodejs-22/ | ||
| "registry.access.redhat.com/ubi9/nodejs-22:latest", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Which issue this PR addresses:
ubi9/nodejs-20andubi9/nodejs-22to the ACR mirror list incmd/aro/mirror.gonodejs-20is needed byDockerfile.autorestnodejs-22is needed byDockerfile.ci-rpandDockerfile.portal_lint(for the upcoming React 19 upgrade)nodejs-18entries are kept until the React 19 PR merges