Skip to content

Commit fcb58ee

Browse files
authored
fix(intel): Add ARG for Ubuntu codename in Dockerfile (#7917)
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
1 parent b2ff1ce commit fcb58ee

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ WORKDIR /build
238238
# https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/APT-Repository-not-working-signatures-invalid/m-p/1599436/highlight/true#M36143
239239
# This is a temporary workaround until Intel fixes their repository
240240
FROM ${INTEL_BASE_IMAGE} AS intel
241+
ARG UBUNTU_CODENAME=noble
241242
RUN wget -qO - https://repositories.intel.com/gpu/intel-graphics.key | \
242243
gpg --yes --dearmor --output /usr/share/keyrings/intel-graphics.gpg
243244
RUN echo "deb [arch=amd64 signed-by=/usr/share/keyrings/intel-graphics.gpg] https://repositories.intel.com/gpu/ubuntu ${UBUNTU_CODENAME}/lts/2350 unified" > /etc/apt/sources.list.d/intel-graphics.list

0 commit comments

Comments
 (0)