Skip to content

Commit 291008d

Browse files
authored
operator apicurio-registry (1.1.3-v2.6.4.final)
1 parent d6e8ae9 commit 291008d

File tree

5 files changed

+5597
-0
lines changed

5 files changed

+5597
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
FROM scratch
2+
3+
LABEL com.redhat.openshift.versions=v4.6
4+
5+
# Core bundle labels.
6+
LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1
7+
LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
8+
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
9+
LABEL operators.operatorframework.io.bundle.package.v1=apicurio-registry
10+
LABEL operators.operatorframework.io.bundle.channels.v1=2.x
11+
LABEL operators.operatorframework.io.bundle.channel.default.v1=2.x
12+
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.13.0+git
13+
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
14+
LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v3
15+
16+
# Labels for testing.
17+
LABEL operators.operatorframework.io.test.mediatype.v1=scorecard+v1
18+
LABEL operators.operatorframework.io.test.config.v1=tests/scorecard/
19+
20+
# Copy files to locations specified by labels.
21+
COPY bundle/1.1.3-v2.6.4.final/manifests /manifests/
22+
COPY bundle/1.1.3-v2.6.4.final/metadata /metadata/
23+
COPY bundle/1.1.3-v2.6.4.final/tests/scorecard /tests/scorecard/

operators/apicurio-registry/1.1.3-v2.6.4.final/manifests/apicurio-registry-operator.clusterserviceversion.yaml

Lines changed: 565 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)