File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change
1
+ FROM scratch
2
+
3
+ LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1
4
+ LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
5
+ LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
6
+ LABEL operators.operatorframework.io.bundle.package.v1=oc-gate-operator
7
+ LABEL operators.operatorframework.io.bundle.channels.v1=alpha
8
+ LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.4.2
9
+ LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
10
+ LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v3
11
+ LABEL operators.operatorframework.io.test.config.v1=tests/scorecard/
12
+ LABEL operators.operatorframework.io.test.mediatype.v1=scorecard+v1
13
+ COPY bundle/manifests /manifests/
14
+ COPY bundle/metadata /metadata/
15
+ COPY bundle/tests/scorecard /tests/scorecard/
Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ metadata:
4
4
annotations :
5
5
alm-examples : ' []'
6
6
capabilities : Basic Install
7
+ categories : OpenShift Optional
8
+ certified : " false"
9
+ containerImage : quay.io/yaacov/oc-gate-operator:v0.0.1
7
10
name : oc-gate-operator.v0.0.0
8
11
namespace : placeholder
9
12
spec :
You can’t perform that action at this time.
0 commit comments