From 74eee0fbfbb62d208e3127eb1fe517aaa8b582fe Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 15:37:02 +0000 Subject: [PATCH] Update windows-machine-config-operator-release-5-0 to 3f1cfb6 Image created from 'https://github.com/openshift/windows-machine-config-operator?rev=ced927a99f50ea448170fdd67dfa621a665924e4' Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- Containerfile.bundle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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