We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c4ce88 commit 8a044c7Copy full SHA for 8a044c7
1 file changed
docker/Dockerfile
@@ -37,6 +37,14 @@ RUN GOOS=linux GOARCH=$TARGETARCH make test-unit
37
38
# Final image.
39
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"
48
49
ENV HOME=/opt/openvino \
50
USER_NAME=openvino \
0 commit comments