Docker: move on to buster
buster is the new stable, use it Signed-off-by: Henning Schild <henning.schild@siemens.com> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
This commit is contained in:
		
				
					committed by
					
						
						Jan Kiszka
					
				
			
			
				
	
			
			
			
						parent
						
							e9ca55a239
						
					
				
				
					commit
					63f8a28321
				
			@@ -1,6 +1,6 @@
 | 
				
			|||||||
# This image builds Yocto jobs using the kas tool
 | 
					# This image builds Yocto jobs using the kas tool
 | 
				
			||||||
 | 
					
 | 
				
			||||||
FROM debian:stretch-slim
 | 
					FROM debian:buster-slim
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ENV DEBIAN_FRONTEND=noninteractive
 | 
					ENV DEBIAN_FRONTEND=noninteractive
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -3,9 +3,7 @@
 | 
				
			|||||||
FROM kasproject/kas:latest
 | 
					FROM kasproject/kas:latest
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ENV LC_ALL=en_US.UTF-8
 | 
					ENV LC_ALL=en_US.UTF-8
 | 
				
			||||||
RUN echo 'deb http://deb.debian.org/debian buster main' > /etc/apt/sources.list.d/buster.list && \
 | 
					RUN apt-get update && \
 | 
				
			||||||
    echo "Package: qemu-user-static binfmt-support\nPin: release n=buster\nPin-Priority: 501\n\nPackage: *\nPin: release n=buster\nPin-Priority: -1" > /etc/apt/preferences.d/qemu-user-static && \
 | 
					 | 
				
			||||||
    apt-get update && \
 | 
					 | 
				
			||||||
    apt-get install -y -f --no-install-recommends \
 | 
					    apt-get install -y -f --no-install-recommends \
 | 
				
			||||||
            autoconf automake gdisk libtool bash-completion \
 | 
					            autoconf automake gdisk libtool bash-completion \
 | 
				
			||||||
            sudo grub2 grub-efi-amd64-bin grub-efi-ia32-bin \
 | 
					            sudo grub2 grub-efi-amd64-bin grub-efi-ia32-bin \
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user