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 2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
4
# 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
7
7
8
8
# Intel Data Center GPU Driver for OpenShift version.
9
9
ARG DRIVER_VERSION=3.0.0
@@ -59,13 +59,14 @@ ARG FIRMWARE_RELEASE
59
59
60
60
# Required labels for the image metadata
61
61
LABEL vendor="Intel®"
62
+ LABEL maintainer="Intel®"
62
63
LABEL version="${DRIVER_VERSION}"
63
64
LABEL release="${KERNEL_FULL_VERSION}"
64
65
LABEL name="intel-data-center-gpu-driver-container"
65
66
LABEL summary="Intel® Data Center GPU Driver Container Image"
66
67
LABEL description="Intel® Data Center GPU Driver container image designed for Red Hat OpenShift Container Platform. \
67
68
The 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}."
69
70
70
71
RUN microdnf update -y && rm -rf /var/cache/yum
71
72
RUN microdnf -y install kmod findutils && microdnf clean all
You can’t perform that action at this time.
0 commit comments