Skip to content

Commit eaf765c

Browse files
committed
add container image
1 parent 086743a commit eaf765c

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

bundle.Dockerfile

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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/

config/manifests/bases/oc-gate-operator.clusterserviceversion.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ metadata:
44
annotations:
55
alm-examples: '[]'
66
capabilities: Basic Install
7+
categories: OpenShift Optional
8+
certified: "false"
9+
containerImage: quay.io/yaacov/oc-gate-operator:v0.0.1
710
name: oc-gate-operator.v0.0.0
811
namespace: placeholder
912
spec:

0 commit comments

Comments
 (0)