-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDockerfile.community
21 lines (19 loc) · 1.1 KB
/
Dockerfile.community
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
FROM scratch
LABEL operators.operatorframework.io.bundle.channels.v1=final
LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
LABEL operators.operatorframework.io.bundle.package.v1=entando-k8s-operator
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.2.0
LABEL operators.operatorframework.io.bundle.channel.default.v1=final
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
LABEL operators.operatorframework.io.metrics.project_layout=helm.sdk.operatorframework.io/v1
LABEL operators.operatorframework.io.test.config.v1=tests/scorecard/
LABEL operators.operatorframework.io.test.mediatype.v1=scorecard+v1
#Add these labels
LABEL com.redhat.openshift.versions="v4.6"
LABEL com.redhat.delivery.operator.bundle=true
LABEL com.redhat.delivery.backport=false
COPY manifests/k8s-116-and-later/cluster-resources manifests/k8s-116-and-later/community-deployment /manifests/
COPY metadata /metadata/
COPY tests/scorecard /tests/scorecard/