Skip to content

Commit ca517cd

Browse files
yansun1996y2kenny-amd
authored andcommitted
Update rhubi-based image labels for OpenShift certification
1 parent f1f5e52 commit ca517cd

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

ubi-dp.Dockerfile

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,13 @@ RUN go install \
3333

3434
FROM registry.access.redhat.com/ubi9/ubi-init:9.4
3535
LABEL \
36-
org.opencontainers.image.source="https://github.com/ROCm/k8s-device-plugin" \
37-
org.opencontainers.image.authors="Yan Sun <Yan.Sun3@amd.com>" \
38-
org.opencontainers.image.vendor="Advanced Micro Devices, Inc." \
39-
org.opencontainers.image.licenses="Apache-2.0"
36+
name="amd-k8s-device-plugin" \
37+
maintainer="shrey.ajmera@amd.com,yan.sun3@amd.com,praveenkumar.shanmugam@amd.com,nitish.bhat@amd.com,sriram.ravishankar@amd.com,udaybhaskar.biluri@amd.com" \
38+
vendor="Advanced Micro Devices, Inc." \
39+
version="latest" \
40+
release="latest" \
41+
summary="The AMD K8s Device Plugin enables the registration of AMD GPUs in your Kubernetes cluster for compute workloads." \
42+
description="The AMD K8s Device Plugin enables the registration of AMD GPUs in your Kubernetes cluster for compute workloads. With the appropriate hardware and this plugin deployed in your Kubernetes cluster, you will be able to run jobs that require AMD GPU."
4043
RUN mkdir -p /licenses && \
4144
dnf install -y ca-certificates libdrm && \
4245
rpm --import https://www.centos.org/keys/RPM-GPG-KEY-CentOS-Official && \

ubi-labeller.Dockerfile

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,13 @@ RUN go install \
3232

3333
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4
3434
LABEL \
35-
org.opencontainers.image.source="https://github.com/ROCm/k8s-device-plugin" \
36-
org.opencontainers.image.authors="Yan Sun <Yan.Sun3@amd.com>" \
37-
org.opencontainers.image.vendor="Advanced Micro Devices, Inc." \
38-
org.opencontainers.image.licenses="Apache-2.0"
39-
35+
name="amd-k8s-node-labeller" \
36+
maintainer="shrey.ajmera@amd.com,yan.sun3@amd.com,praveenkumar.shanmugam@amd.com,nitish.bhat@amd.com,sriram.ravishankar@amd.com,udaybhaskar.biluri@amd.com" \
37+
vendor="Advanced Micro Devices, Inc." \
38+
version="latest" \
39+
release="latest" \
40+
summary="The AMD Node Labeller automatically detects and labels Kubernetes nodes with AMD GPU hardware." \
41+
description="The AMD Node Labeller automatically detects and labels Kubernetes nodes with AMD GPU hardware. This tool automatically labels nodes with GPU properties if a node has one or more AMD GPU installed."
4042
RUN mkdir -p /licenses && \
4143
microdnf install -y ca-certificates libdrm && \
4244
microdnf clean all

0 commit comments

Comments
 (0)