Skip to content

Commit aa3369a

Browse files
authored
Merge pull request #93 from chaitanya1731/v3.0.0-update
Updated Dockerfile for v3.0.0 Driver
2 parents eb7a0df + e3e9bc8 commit aa3369a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docker/intel-dgpu-driver.Dockerfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
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.
99
ARG DRIVER_VERSION=3.0.0
@@ -59,13 +59,14 @@ ARG FIRMWARE_RELEASE
5959

6060
# Required labels for the image metadata
6161
LABEL vendor="Intel®"
62+
LABEL maintainer="Intel®"
6263
LABEL version="${DRIVER_VERSION}"
6364
LABEL release="${KERNEL_FULL_VERSION}"
6465
LABEL name="intel-data-center-gpu-driver-container"
6566
LABEL summary="Intel® Data Center GPU Driver Container Image"
6667
LABEL description="Intel® Data Center GPU Driver container image designed for Red Hat OpenShift Container Platform. \
6768
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}."
6970

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

0 commit comments

Comments
 (0)