mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-27 20:48:11 +00:00
Use microcode-20171117 in kernel build as microcode-20180108 is no longer available
Signed-off-by: Emily Casey <ecasey@pivotal.io> Signed-off-by: Steve Hiehn <shiehn@pivotal.io>
This commit is contained in:
parent
a7620b7604
commit
e0374afb54
@ -158,7 +158,7 @@ RUN if [ "${KERNEL_SERIES}" != "4.4.x" ]; then \
|
|||||||
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/27431/eng/microcode-20180108.tgz
|
ENV UCODE_URL=https://downloadmirror.intel.com/27337/eng/microcode-20171117.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 @@
|
|||||||
871df55f0ab010ee384dabfc424f2c12 microcode.tar.gz
|
b294245d1f7f6c20f01edba53185f258 microcode.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user