We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc594b0 commit f99db7cCopy full SHA for f99db7c
operators/ibm-block-csi-operator-community/1.12.1/bundle-1.12.1.Dockerfile
@@ -0,0 +1,13 @@
1
+FROM scratch
2
+
3
+LABEL operators.operatorframework.io.bundle.channel.default.v1=stable
4
+LABEL operators.operatorframework.io.bundle.channels.v1=stable,stable-v1.12,stable-v1.12.1
5
+LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
6
+LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1
7
+LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
8
+LABEL operators.operatorframework.io.bundle.package.v1=ibm-block-csi-operator-community
9
10
+COPY manifests /manifests/
11
+COPY metadata /metadata/
12
+LABEL com.redhat.openshift.versions="v4.14-v4.18"
13
+LABEL com.redhat.delivery.operator.bundle=true
0 commit comments