Skip to content

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
masterfrom
slawande/update-nodejs-image
Closed

add nodejs-20 and nodejs-22 to ACR mirror list for Dockerfile.autorest and portal build#5011
slawande2 wants to merge 1 commit into
masterfrom
slawande/update-nodejs-image

Conversation

@slawande2

Copy link
Copy Markdown
Collaborator

Which issue this PR addresses:

  • Adds ubi9/nodejs-20 and ubi9/nodejs-22 to the ACR mirror list in cmd/aro/mirror.go
  • nodejs-20 is needed by Dockerfile.autorest
  • nodejs-22 is needed by Dockerfile.ci-rp and Dockerfile.portal_lint (for the upcoming React 19 upgrade)
  • Existing nodejs-18 entries are kept until the React 19 PR merges

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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:latest to the mirrored image list (for Dockerfile.autorest).
  • Add registry.access.redhat.com/ubi9/nodejs-22:latest to 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 thread cmd/aro/mirror.go
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",
@slawande2 slawande2 closed this Jul 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants