Skip to content

Commit

Permalink
squid: add nginx container substitution for ibm
Browse files Browse the repository at this point in the history
cephadm in Squid will have a new DEFAULT_OAUTH2_PROXY image.

Add the substitution statement for IBM Storage Ceph 8.0 so that the
ibm-ceph container points at the appropriate image registry.

Signed-off-by: Ken Dreyer <[email protected]>
  • Loading branch information
ktdreyer authored and guits committed Sep 18, 2024
1 parent 009c5a8 commit 92e6e0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ceph-releases/squid/ubi9-ibm/__DOCKERFILE_BRANDING__
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ sed -i \
-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|registry.redhat.io/rhceph/oauth2-proxy-rhel9:|cp.icr.io/cp/ibm-ceph/oauth2-proxy-rhel9:|" \
-e "s|default='registry.redhat.io'|default='cp.icr.io'|" \
/usr/share/ceph/mgr/cephadm/module.py && \

0 comments on commit 92e6e0d

Please sign in to comment.