diff --git a/openshift-ci/Dockerfile.registry.build b/openshift-ci/Dockerfile.registry.build index 26d4df7da..114302eb8 100644 --- a/openshift-ci/Dockerfile.registry.build +++ b/openshift-ci/Dockerfile.registry.build @@ -5,7 +5,7 @@ ARG OPENSHIFT_BUILD_NAMESPACE COPY deploy/olm-catalog /registry/performance-addon-operator-catalog # replaces performance-addon-operator image with the one built by openshift ci -RUN find /registry/performance-addon-operator-catalog/ -type f -exec sed -i "s|REPLACE_IMAGE|registry.svc.ci.openshift.org/${OPENSHIFT_BUILD_NAMESPACE}/stable:performance-addon-operator|g" {} \; || : +RUN find /registry/performance-addon-operator-catalog/ -type f -exec sed -i "s|REPLACE_IMAGE|default-route-openshift-image-registry.apps.build01.ci.devcluster.openshift.com/$OPENSHIFT_BUILD_NAMESPACE/stable:performance-addon-operator|g" {} \; || : # Initialize the database RUN initializer --manifests /registry/performance-addon-operator-catalog --output bundles.db