Skip to content

Commit 3776e10

Browse files
CLOUDP-118866: Added labels for Openshift (#522)
Added Dockerfile labels for Openshift
1 parent 82d962b commit 3776e10

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Dockerfile

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,13 @@ LABEL name="MongoDB Atlas Operator" \
3939
vendor="MongoDB" \
4040
release="1" \
4141
summary="MongoDB Atlas Operator Image" \
42-
description="MongoDB Atlas Operator is a Kubernetes Operator allowing to manage MongoDB Atlas resources not leaving Kubernetes cluster"
42+
description="MongoDB Atlas Operator is a Kubernetes Operator allowing to manage MongoDB Atlas resources not leaving Kubernetes cluster" \
43+
io.k8s.display-name="MongoDB Atlas Operator" \
44+
io.k8s.description="MongoDB Atlas Operator is a Kubernetes Operator allowing to manage MongoDB Atlas resources not leaving Kubernetes cluster" \
45+
io.openshift.tags="mongodb,atlas" \
46+
io.openshift.maintainer.product="MongoDB" \
47+
License="Apache-2.0"
48+
4349

4450
WORKDIR /
4551
COPY --from=builder /workspace/bin/manager .

0 commit comments

Comments
 (0)