mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 10:09:07 +00:00
kernel: Update Intel microcode to latest
Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
parent
4792fa5015
commit
5011c473ca
@ -185,7 +185,7 @@ RUN if [ "${KERNEL_SERIES}" != "4.4.x" ] && [ "${KERNEL_SERIES}" != "4.9.x" ]; t
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# 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/27776/eng/microcode-20180425.tgz
|
ENV UCODE_URL=https://downloadmirror.intel.com/28039/eng/microcode-20180807.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 @@
|
|||||||
99c80f9229554953a868127cda44e7e3 microcode.tar.gz
|
49f534f1079d3c5bc178a150c1c105aa microcode.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user