mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-22 02:21:34 +00:00
kernel: Update Intel microcode
Hmm, the URL changed, the md5 changed, but the date on the website and the file stayed the same... Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
parent
e5d8ded27e
commit
410aefb425
@ -174,7 +174,7 @@ RUN DVER=$(basename $(find /tmp/kernel-modules/lib/modules/ -mindepth 1 -maxdept
|
|||||||
RUN printf "KERNEL_SOURCE=${KERNEL_SOURCE}\n" > /out/kernel-source-info
|
RUN printf "KERNEL_SOURCE=${KERNEL_SOURCE}\n" > /out/kernel-source-info
|
||||||
|
|
||||||
# Download Intel ucode and create a CPIO archive for it
|
# Download Intel ucode and create a CPIO archive for it
|
||||||
ENV UCODE_URL=https://downloadmirror.intel.com/28039/eng/microcode-20180807.tgz
|
ENV UCODE_URL=https://downloadmirror.intel.com/28087/eng/microcode-20180807a.tgz
|
||||||
RUN set -e && \
|
RUN set -e && \
|
||||||
if [ $(uname -m) == x86_64 ]; then \
|
if [ $(uname -m) == x86_64 ]; then \
|
||||||
cd /ucode && \
|
cd /ucode && \
|
||||||
|
@ -1 +1 @@
|
|||||||
49f534f1079d3c5bc178a150c1c105aa microcode.tar.gz
|
b12f8680d87c81a302e8c85712ed1a80 microcode.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user