From 97942197bc8b6730f2cd1914684c77ade77eea6c Mon Sep 17 00:00:00 2001 From: Henning Schild Date: Wed, 31 Jul 2019 12:25:03 +0200 Subject: [PATCH] Docker: move on to buster buster is the new stable, use it Signed-off-by: Henning Schild Signed-off-by: Jan Kiszka --- Dockerfile | 2 +- Dockerfile.isar | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 32e0f9d..8724a60 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # This image builds Yocto jobs using the kas tool -FROM debian:stretch-slim +FROM debian:buster-slim ENV DEBIAN_FRONTEND=noninteractive diff --git a/Dockerfile.isar b/Dockerfile.isar index 1025ba1..6f2ee3d 100644 --- a/Dockerfile.isar +++ b/Dockerfile.isar @@ -3,9 +3,7 @@ FROM kasproject/kas:latest ENV LC_ALL=en_US.UTF-8 -RUN echo 'deb http://deb.debian.org/debian buster main' > /etc/apt/sources.list.d/buster.list && \ - 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 && \ +RUN apt-get update && \ apt-get install -y -f --no-install-recommends \ autoconf automake gdisk libtool bash-completion \ sudo grub2 grub-efi-amd64-bin grub-efi-ia32-bin \