-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into OCPBUGS-45027
- Loading branch information
Showing
19 changed files
with
81 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.22 as image-replacer | ||
COPY bundle/manifests /manifests | ||
RUN sed -i "s|REPLACE_IMAGE|registry.stage.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:33a8acc690dc8e961b155afe677f8ef6c25609fe2cffb171ae1e9b843a8b6fa5|g" /manifests/windows-machine-config-operator.clusterserviceversion.yaml | ||
RUN sed -i "s|REPLACE_IMAGE|registry.stage.redhat.io/openshift4-wincw/windows-machine-config-rhel9-operator@sha256:ead54083e6820683668a010e48bc66d83379b14fd4da94a05c224926b5fad22c|g" /manifests/windows-machine-config-operator.clusterserviceversion.yaml | ||
|
||
FROM scratch | ||
|
||
|
@@ -14,26 +14,10 @@ LABEL name="openshift4-wincw/windows-machine-config-operator-bundle" \ | |
maintainer="Team Windows Containers <[email protected]>" \ | ||
io.openshift.tags="" | ||
|
||
# These are three labels needed to control how the pipeline should handle this container image | ||
# This first label tells the pipeline that this is a bundle image and should be | ||
# delivered via an index image | ||
LABEL com.redhat.delivery.operator.bundle=true | ||
|
||
# This second label tells the pipeline which versions of OpenShift the operator supports. | ||
# This is used to control which index images should include this operator. | ||
LABEL com.redhat.openshift.versions="=v4.19" | ||
|
||
# This third label tells the pipeline that this operator should *also* be supported on OCP 4.4 and | ||
# earlier. It is used to control whether or not the pipeline should attempt to automatically | ||
# backport this content into the old appregistry format and upload it to the quay.io application | ||
# registry endpoints. | ||
LABEL com.redhat.delivery.backport=false | ||
|
||
# Used to tag the released image. Should be a semver. | ||
LABEL version="v10.19.0" | ||
|
||
# This label maps to the brew build target | ||
LABEL com.redhat.component="windows-machine-config-operator-bundle-container" | ||
# Component to file bugs against | ||
LABEL com.redhat.component="Windows Containers" | ||
|
||
# Core bundle labels. | ||
LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1 | ||
|
@@ -48,7 +32,7 @@ LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v3 | |
|
||
LABEL distribution-scope=public | ||
LABEL release="10.19.0" | ||
LABEL url="https://docs.openshift.com/container-platform/4.17/windows_containers/index.html" | ||
LABEL url="https://docs.openshift.com/container-platform/4.19/windows_containers/index.html" | ||
LABEL vendor="Red Hat, Inc." | ||
|
||
# Copy files to locations specified by labels. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
channels: | ||
- currentCSV: windows-machine-config-operator.v10.18.0 | ||
- currentCSV: windows-machine-config-operator.v10.19.0 | ||
channels: alpha | ||
packageName: windows-machine-config-operator |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.