File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 22# SPDX-License-Identifier: Apache-2.0
33
44# Intel Data Center GPU driver components combinations.
5- ARG I915_RELEASE=I915_24WW42.2_996.26_24.5.15_240718.18
6- ARG FIRMWARE_RELEASE=24WW42.2_996.26
5+ ARG I915_RELEASE=I915_24WW49.3_803.125_23.10.83_231129.89
6+ ARG FIRMWARE_RELEASE=24WW51.4_1057.13
77
88# Intel Data Center GPU Driver for OpenShift version.
99ARG DRIVER_VERSION=3.0.0
@@ -59,13 +59,14 @@ ARG FIRMWARE_RELEASE
5959
6060# Required labels for the image metadata
6161LABEL vendor="Intel®"
62+ LABEL maintainer="Intel®"
6263LABEL version="${DRIVER_VERSION}"
6364LABEL release="${KERNEL_FULL_VERSION}"
6465LABEL name="intel-data-center-gpu-driver-container"
6566LABEL summary="Intel® Data Center GPU Driver Container Image"
6667LABEL description="Intel® Data Center GPU Driver container image designed for Red Hat OpenShift Container Platform. \
6768The driver container is based on Intel Data Center GPU driver components - i915 driver release:${I915_RELEASE}, \
68- and Firmware release:${FIRMWARE_RELEASE}. This driver container image is supported for RHOCP 4.16 RHCOS kernel version: ${KERNEL_FULL_VERSION}."
69+ and Firmware release:${FIRMWARE_RELEASE}. This driver container image is supported for RHOCP 4.18 RHCOS kernel version: ${KERNEL_FULL_VERSION}."
6970
7071RUN microdnf update -y && rm -rf /var/cache/yum
7172RUN microdnf -y install kmod findutils && microdnf clean all
You can’t perform that action at this time.
0 commit comments