Skip to content

Commit e2fad7d

Browse files
Merge pull request #2951 from sebsoto/updateImageMaster
[build] Use registry.redhat.io operator image
2 parents 6934025 + e7111c8 commit e2fad7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Containerfile.bundle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.23 as image-replacer
22
COPY bundle/manifests /manifests
3-
RUN sed -i "s|REPLACE_IMAGE|registry.stage.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:4d7e569899735e17ac5597c235a0d0b02853cf37e6377a60c24197f240d399a8|g" /manifests/windows-machine-config-operator.clusterserviceversion.yaml
3+
RUN sed -i "s|REPLACE_IMAGE|registry.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:9c1f03b76995cd2942636845f0dd1899ed5664c05f496c6d8064b80a18172981|g" /manifests/windows-machine-config-operator.clusterserviceversion.yaml
44
RUN sed -i "s|REPLACE_DATE|$(date "+%Y-%m-%dT%H:%M:%SZ")|g" /manifests/windows-machine-config-operator.clusterserviceversion.yaml
55

66
FROM scratch

0 commit comments

Comments
 (0)