Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
Revert "ubi9-ibm: use beta container URLs"
Browse files Browse the repository at this point in the history
We've shipped the 7.0 beta, so we can go back to the production URLs.

This reverts commit 2f6ed33.

Signed-off-by: Ken Dreyer <[email protected]>
  • Loading branch information
ktdreyer authored and guits committed Nov 9, 2023
1 parent 1a8c60f commit 3635e55
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions ceph-releases/reef/ubi9-ibm/__DOCKERFILE_BRANDING__
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
ln -s /usr/share/ceph/mgr/dashboard/frontend/dist-ibm /usr/share/ceph/mgr/dashboard/frontend/dist && \
sed -i \
-e "s|registry.redhat.io/rhceph/rhceph-7-rhel9:|icr.io/ibm-ceph-beta/ceph-7-rhel9:|" \
-e "s|registry.redhat.io/openshift4/ose-prometheus:|icr.io/ibm-ceph-beta/prometheus:|" \
-e "s|registry.redhat.io/openshift-logging/logging-loki-rhel8:|icr.io/ibm-ceph-beta/logging-loki-rhel8:|" \
-e "s|registry.redhat.io/rhceph/rhceph-promtail-rhel9:|icr.io/ibm-ceph-beta/promtail-rhel9:|" \
-e "s|registry.redhat.io/openshift4/ose-prometheus-node-exporter:|icr.io/ibm-ceph-beta/prometheus-node-exporter:|" \
-e "s|registry.redhat.io/rhceph/grafana-rhel9:|icr.io/ibm-ceph-beta/grafana-rhel9:|" \
-e "s|registry.redhat.io/openshift4/ose-prometheus-alertmanager:|icr.io/ibm-ceph-beta/prometheus-alertmanager:|" \
-e "s|registry.redhat.io/rhceph/rhceph-haproxy-rhel9:|icr.io/ibm-ceph-beta/haproxy-rhel9:|" \
-e "s|registry.redhat.io/rhceph/keepalived-rhel9:|icr.io/ibm-ceph-beta/keepalived-rhel9:|" \
-e "s|registry.redhat.io/rhceph/snmp-notifier-rhel9:|icr.io/ibm-ceph-beta/snmp-notifier-rhel9:|" \
-e "s|registry.redhat.io/rhceph/ceph-nvmeof-rhel9:|icr.io/ibm-ceph-beta/nvmeof-rhel9:|" \
-e "s|default='registry.redhat.io'|default='icr.io'|" \
-e "s|registry.redhat.io/rhceph/rhceph-7-rhel9:|cp.icr.io/cp/ibm-ceph/ceph-7-rhel9:|" \
-e "s|registry.redhat.io/openshift4/ose-prometheus:|cp.icr.io/cp/ibm-ceph/prometheus:|" \
-e "s|registry.redhat.io/openshift-logging/logging-loki-rhel8:|cp.icr.io/cp/ibm-ceph/logging-loki-rhel8:|" \
-e "s|registry.redhat.io/rhceph/rhceph-promtail-rhel9:|cp.icr.io/cp/ibm-ceph/promtail-rhel9:|" \
-e "s|registry.redhat.io/openshift4/ose-prometheus-node-exporter:|cp.icr.io/cp/ibm-ceph/prometheus-node-exporter:|" \
-e "s|registry.redhat.io/rhceph/grafana-rhel9:|cp.icr.io/cp/ibm-ceph/grafana-rhel9:|" \
-e "s|registry.redhat.io/openshift4/ose-prometheus-alertmanager:|cp.icr.io/cp/ibm-ceph/prometheus-alertmanager:|" \
-e "s|registry.redhat.io/rhceph/rhceph-haproxy-rhel9:|cp.icr.io/cp/ibm-ceph/haproxy-rhel9:|" \
-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|default='registry.redhat.io'|default='cp.icr.io'|" \
/usr/share/ceph/mgr/cephadm/module.py && \

0 comments on commit 3635e55

Please sign in to comment.