mirror of
				https://github.com/linuxkit/linuxkit.git
				synced 2025-11-04 04:27:27 +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:
		@@ -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 && \
 | 
			
		||||
 
 | 
			
		||||
@@ -1 +1 @@
 | 
			
		||||
871df55f0ab010ee384dabfc424f2c12  microcode.tar.gz
 | 
			
		||||
b294245d1f7f6c20f01edba53185f258  microcode.tar.gz
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user