diff --git a/Containerfile.bundle b/Containerfile.bundle index f346fb6fb3..ba512d08d4 100644 --- a/Containerfile.bundle +++ b/Containerfile.bundle @@ -1,6 +1,6 @@ FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.26@sha256:e74b03198cccc24c24a27071ad4d6c2edcfe0bb10c6de99c609ce6e3c06d6d04 as image-replacer COPY bundle/manifests /manifests -RUN sed -i "s|REPLACE_IMAGE|registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:0e587dc915a58dd9a722dfb76cbd193a9365f2696da338c9e378717d079f3955|g" /manifests/windows-machine-config-operator.clusterserviceversion.yaml +RUN sed -i "s|REPLACE_IMAGE|registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:3f1cfb6cbab87c0599b0f7046ebeeb356681a2a548f372041f4b4d951a6fed91|g" /manifests/windows-machine-config-operator.clusterserviceversion.yaml RUN sed -i "s|REPLACE_DATE|$(date "+%Y-%m-%dT%H:%M:%SZ")|g" /manifests/windows-machine-config-operator.clusterserviceversion.yaml FROM scratch