Skip to content

Commit 3592010

Browse files
authored
DVO-213: Add bundle Containerfile (#381)
* Add draft bundle Dockerfile based on CPaaS dvo-midstream * Refactor naming * Update QE contact * Revert "Update QE contact" This reverts commit 2587514.
1 parent bdbc999 commit 3592010

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

Diff for: bundle/Dockerfile.bundle

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
FROM scratch
2+
3+
COPY ./manifests /manifests
4+
COPY ./metadata /metadata
5+
6+
LABEL com.redhat.component="deployment-validation-operator-bundle-container" \
7+
name="app-sre/deployment-validation-operator-bundle" \
8+
version="1" \
9+
summary="Deployment Validation Operator for OpenShift" \
10+
io.openshift.expose-services="" \
11+
io.k8s.display-name="Deployment Validation Operator Bundle" \
12+
maintainer="['[email protected]']" \
13+
description="Deployment Validation Operator for OpenShift" \
14+
com.redhat.delivery.operator.bundle=true \
15+
com.redhat.openshift.versions="v4.14-v4.18" \
16+
operators.operatorframework.io.bundle.mediatype.v1=registry+v1 \
17+
operators.operatorframework.io.bundle.manifests.v1=manifests/ \
18+
operators.operatorframework.io.bundle.metadata.v1=metadata/ \
19+
operators.operatorframework.io.bundle.package.v1=deployment-validation-operator \
20+
operators.operatorframework.io.bundle.channels.v1=alpha \
21+
operators.operatorframework.io.metrics.builder=operator-sdk-v1.31.0+git \
22+
operators.operatorframework.io.metrics.mediatype.v1=metrics+v1 \
23+
operators.operatorframework.io.metrics.project_layout=unknown

0 commit comments

Comments
 (0)