2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
4
# Intel Data Center GPU driver components combinations.
5
- ARG I915_RELEASE=I915_23WW51.5_682.48_23.6.42_230425.56
6
- ARG FIRMWARE_RELEASE=23WW49.5_682.48
5
+ ARG I915_RELEASE=I915_24WW42.2_996.26_24.5.15_240718.18
6
+ ARG FIRMWARE_RELEASE=24WW42.2_996.26
7
7
8
8
# Intel Data Center GPU Driver for OpenShift version.
9
- ARG DRIVER_VERSION=2.2 .0
9
+ ARG DRIVER_VERSION=3.0 .0
10
10
11
11
# RHCOS Kernel version supported by the above driver version.
12
12
ARG KERNEL_FULL_VERSION
@@ -30,7 +30,7 @@ RUN git clone -b ${I915_RELEASE} --single-branch https://github.com/intel-gpu/in
30
30
&& cd intel-gpu-i915-backports \
31
31
&& install -D COPYING /licenses/i915/COPYING \
32
32
&& export LEX=flex; export YACC=bison \
33
- && export OS_TYPE=rhel_9 && export OS_VERSION="9.2 " \
33
+ && export OS_TYPE=rhel_9 && export OS_VERSION="9.4 " \
34
34
&& cp defconfigs/i915 .config \
35
35
&& make olddefconfig && make modules -j $(nproc) && make modules_install
36
36
@@ -51,7 +51,7 @@ RUN git clone -b ${FIRMWARE_RELEASE} --single-branch https://github.com/intel-gp
51
51
&& install -D /build/intel-gpu-firmware/firmware/pvc* /build/firmware/
52
52
53
53
# Packaging Intel GPU driver components in the base UBI image for certification
54
- FROM registry.redhat.io/ubi9/ubi-minimal:9.3
54
+ FROM registry.redhat.io/ubi9/ubi-minimal:9.4
55
55
ARG DRIVER_VERSION
56
56
ARG KERNEL_FULL_VERSION
57
57
ARG I915_RELEASE
@@ -65,7 +65,7 @@ LABEL name="intel-data-center-gpu-driver-container"
65
65
LABEL summary="Intel® Data Center GPU Driver Container Image"
66
66
LABEL description="Intel® Data Center GPU Driver container image designed for Red Hat OpenShift Container Platform. \
67
67
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.14 RHCOS kernel version: ${KERNEL_FULL_VERSION}."
68
+ and Firmware release:${FIRMWARE_RELEASE}. This driver container image is supported for RHOCP 4.16 RHCOS kernel version: ${KERNEL_FULL_VERSION}."
69
69
70
70
RUN microdnf update -y && rm -rf /var/cache/yum
71
71
RUN microdnf -y install kmod findutils && microdnf clean all
0 commit comments