From f25be9aea2eecdb155e37ad5c2a043056df6ceca Mon Sep 17 00:00:00 2001 From: Joep van Delft Date: Tue, 17 Dec 2024 07:55:48 +0100 Subject: [PATCH] Use unauthenticated registry for nodejs image --- streams.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/streams.yml b/streams.yml index b4e46b11c..c65b4acb5 100644 --- a/streams.yml +++ b/streams.yml @@ -94,7 +94,7 @@ rhel9: mirror: true nodejs-rhel9: - image: registry.redhat.io/rhel9/nodejs-18:1-98 + image: registry-proxy.engineering.redhat.com/rh-osbs/ubi9-nodejs-18:1-98 upstream_image: registry.ci.openshift.org/ocp/builder:rhel-9-openshift-nodejs-base-{MAJOR}.{MINOR}.art mirror: true