diff --git a/ceph-releases/squid/ubi9-ibm/__DOCKERFILE_BRANDING__ b/ceph-releases/squid/ubi9-ibm/__DOCKERFILE_BRANDING__ index 85e41b3ac..68a959e0a 100644 --- a/ceph-releases/squid/ubi9-ibm/__DOCKERFILE_BRANDING__ +++ b/ceph-releases/squid/ubi9-ibm/__DOCKERFILE_BRANDING__ @@ -11,5 +11,6 @@ sed -i \ -e "s|registry.redhat.io/rhceph/keepalived-rhel9:|cp.icr.io/cp/ibm-ceph/keepalived-rhel9:|" \ -e "s|registry.redhat.io/rhceph/snmp-notifier-rhel9:|cp.icr.io/cp/ibm-ceph/snmp-notifier-rhel9:|" \ -e "s|registry.redhat.io/rhceph/ceph-nvmeof-rhel9:|cp.icr.io/cp/ibm-ceph/nvmeof-rhel9:|" \ + -e "s|registry.redhat.io/rhel9/nginx-124:|cp.icr.io/cp/ibm-ceph/nginx-124-rhel9:|" \ -e "s|default='registry.redhat.io'|default='cp.icr.io'|" \ /usr/share/ceph/mgr/cephadm/module.py && \