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 has a new DEFAULT_NGINX_IMAGE.

For RH Ceph Storage 8.0, we use the nginx image in Red Hat's registry.

For IBM Storage Ceph 8.0, we will cross-ship this image to IBM's
registry.

Signed-off-by: Ken Dreyer <[email protected]>
  • Loading branch information
ktdreyer committed Sep 4, 2024
1 parent c5aaba5 commit b47ce6a
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 @@ -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 && \

0 comments on commit b47ce6a

Please sign in to comment.