Skip to content

Commit cafb062

Browse files
authored
operator [CI] alloydb-omni-operator (1.6.1)
1 parent e0fcf27 commit cafb062

File tree

36 files changed

+27954
-1
lines changed

36 files changed

+27954
-1
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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=alloydb-omni-operator
8+
LABEL operators.operatorframework.io.bundle.channels.v1=stable
9+
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.39.0
10+
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
11+
LABEL operators.operatorframework.io.metrics.project_layout=unknown
12+
LABEL com.redhat.openshift.versions=v4.12
13+
14+
# Copy files to locations specified by labels.
15+
COPY manifests /manifests/
16+
COPY metadata /metadata/

0 commit comments

Comments
 (0)