Skip to content
This repository was archived by the owner on Jan 9, 2026. It is now read-only.

Commit 8a044c7

Browse files
authored
add required labels (#54)
1 parent 1c4ce88 commit 8a044c7

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

docker/Dockerfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,14 @@ RUN GOOS=linux GOARCH=$TARGETARCH make test-unit
3737

3838
# Final image.
3939
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.5
40+
### Required OpenShift Labels
41+
LABEL name="OpenVINO toolkit operator" \
42+
maintainer="dariusz.trawinski@intel.com" \
43+
vendor="Intel Corporation" \
44+
version="1.0.0" \
45+
release="1.0" \
46+
summary="OpenVINO(TM) Toolkit Operator" \
47+
description="An Operator for managing OpenVINO Toolkit in OpenShift"
4048

4149
ENV HOME=/opt/openvino \
4250
USER_NAME=openvino \

0 commit comments

Comments
 (0)