Skip to content

Commit eb7a0df

Browse files
authored
Merge pull request #90 from hershpa/main
docker: Update Dockerfile
2 parents 88a8247 + a641c0d commit eb7a0df

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docker/intel-dgpu-driver.Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
# 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
77

88
# Intel Data Center GPU Driver for OpenShift version.
9-
ARG DRIVER_VERSION=2.2.0
9+
ARG DRIVER_VERSION=3.0.0
1010

1111
# RHCOS Kernel version supported by the above driver version.
1212
ARG KERNEL_FULL_VERSION
@@ -30,7 +30,7 @@ RUN git clone -b ${I915_RELEASE} --single-branch https://github.com/intel-gpu/in
3030
&& cd intel-gpu-i915-backports \
3131
&& install -D COPYING /licenses/i915/COPYING \
3232
&& 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" \
3434
&& cp defconfigs/i915 .config \
3535
&& make olddefconfig && make modules -j $(nproc) && make modules_install
3636

@@ -51,7 +51,7 @@ RUN git clone -b ${FIRMWARE_RELEASE} --single-branch https://github.com/intel-gp
5151
&& install -D /build/intel-gpu-firmware/firmware/pvc* /build/firmware/
5252

5353
# 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
5555
ARG DRIVER_VERSION
5656
ARG KERNEL_FULL_VERSION
5757
ARG I915_RELEASE
@@ -65,7 +65,7 @@ LABEL name="intel-data-center-gpu-driver-container"
6565
LABEL summary="Intel® Data Center GPU Driver Container Image"
6666
LABEL description="Intel® Data Center GPU Driver container image designed for Red Hat OpenShift Container Platform. \
6767
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}."
6969

7070
RUN microdnf update -y && rm -rf /var/cache/yum
7171
RUN microdnf -y install kmod findutils && microdnf clean all

0 commit comments

Comments
 (0)