mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-26 20:18:52 +00:00
Merge pull request #2896 from pcfdev-forks/master
Use microcode-20171117 in kernel build as microcode-20180108 is no longer available
This commit is contained in:
commit
ca2e4f06a0
@ -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