Skip to content

Commit

Permalink
Merge pull request #83 from chaitanya1731/docker-opt
Browse files Browse the repository at this point in the history
Docker: Updated base UBI minimal version to latest
  • Loading branch information
uMartinXu authored Mar 6, 2024
2 parents cb7683d + 4fe3a8a commit 9188496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/intel-dgpu-driver.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ RUN git clone -b ${FIRMWARE_RELEASE} --single-branch https://github.com/intel-gp
&& install -D /build/intel-gpu-firmware/firmware/pvc* /build/firmware/

# Packaging Intel GPU driver components in the base UBI image for certification
FROM registry.redhat.io/ubi9/ubi-minimal:9.2
FROM registry.redhat.io/ubi9/ubi-minimal:9.3
ARG DRIVER_VERSION
ARG KERNEL_FULL_VERSION
ARG I915_RELEASE
Expand Down

0 comments on commit 9188496

Please sign in to comment.