Skip to content

Commit ca9eaf0

Browse files
tkatilapfl
authored andcommitted
dockerfile: add various labels to be compatible with RH certification
1 parent 6da1a9b commit ca9eaf0

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

build/Dockerfile.linkdiscovery

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,12 @@ COPY --from=lldpadbuilder /workspace/source /source
9090
USER root
9191

9292
ENTRYPOINT ["/discover"]
93+
94+
LABEL vendor='Intel®'
95+
LABEL org.opencontainers.image.source='https://github.com/intel/network-operator'
96+
LABEL maintainer="Intel®"
97+
LABEL version='devel'
98+
LABEL release='1'
99+
LABEL name='intel-network-linkdiscovery'
100+
LABEL summary='Intel® Network Link Discovery for Kubernetes'
101+
LABEL description='The Network Link Discovery provides tools and services for discovering and managing network links in Kubernetes environments.'

build/Dockerfile.operator

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,12 @@ COPY --from=builder /workspace/licenses /licenses
5757
USER 65532:65532
5858

5959
ENTRYPOINT ["/manager"]
60+
61+
LABEL vendor='Intel®'
62+
LABEL org.opencontainers.image.source='https://github.com/intel/network-operator'
63+
LABEL maintainer="Intel®"
64+
LABEL version='devel'
65+
LABEL release='1'
66+
LABEL name='intel-network-operator'
67+
LABEL summary='Intel® Network Operator for Kubernetes'
68+
LABEL description='The Network Operator provides automatic configuration and easier use of RDMA NICs with Intel AI accelerators in Kubernetes.'

0 commit comments

Comments
 (0)