Skip to content

Commit 926866a

Browse files
committed
operator ndb-operator (1.10.0)
Signed-off-by: Paulo Silva <[email protected]>
1 parent 0027d61 commit 926866a

File tree

6 files changed

+4253
-0
lines changed

6 files changed

+4253
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
FROM scratch
2+
3+
# Core bundle labels.
4+
LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1
5+
LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
6+
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
7+
LABEL operators.operatorframework.io.bundle.package.v1=ndb-operator
8+
LABEL operators.operatorframework.io.bundle.channels.v1=alpha
9+
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.37.0
10+
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
11+
LABEL operators.operatorframework.io.metrics.project_layout=unknown
12+
13+
# Copy files to locations specified by labels.
14+
COPY bundle/manifests /manifests/
15+
COPY bundle/metadata /metadata/

0 commit comments

Comments
 (0)