forked from openshift/cluster-logging-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bundle.Dockerfile
24 lines (20 loc) · 988 Bytes
/
bundle.Dockerfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
FROM scratch
LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1
LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
LABEL operators.operatorframework.io.bundle.package.v1=cluster-logging
LABEL operators.operatorframework.io.bundle.channels.v1=stable,stable-5.3
LABEL operators.operatorframework.io.bundle.channel.default.v1=stable
COPY bundle/manifests /manifests/
COPY bundle/metadata /metadata/
LABEL com.redhat.delivery.operator.bundle=true
LABEL com.redhat.openshift.versions="v4.7"
LABEL \
com.redhat.component="cluster-logging-operator" \
version="v1.1" \
name="cluster-logging-operator" \
License="Apache-2.0" \
io.k8s.display-name="cluster-logging-operator bundle" \
io.k8s.description="bundle for the cluster-logging-operator" \
summary="This is the bundle for the cluster-logging-operator" \
maintainer="AOS Logging <[email protected]>"