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:
Rolf Neugebauer 2018-01-31 13:18:55 +00:00 committed by GitHub
commit ca2e4f06a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -158,7 +158,7 @@ RUN if [ "${KERNEL_SERIES}" != "4.4.x" ]; then \
fi
# 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 && \
if [ $(uname -m) == x86_64 ]; then \
cd /ucode && \

View File

@ -1 +1 @@
871df55f0ab010ee384dabfc424f2c12 microcode.tar.gz
b294245d1f7f6c20f01edba53185f258 microcode.tar.gz