public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: Jan Kiszka <jan.kiszka@siemens.com>
To: kas-devel <kas-devel@googlegroups.com>
Cc: Henning Schild <henning.schild@siemens.com>,
	isar-users <isar-users@googlegroups.com>
Subject: [PATCH] docker: Take qemu-user-static from stretch for Isar image
Date: Tue, 27 Feb 2018 07:57:08 +0100	[thread overview]
Message-ID: <75945125-2a6e-a716-4c88-83c6ae70e4f5@siemens.com> (raw)

From: Jan Kiszka <jan.kiszka@siemens.com>

The jessie version easily crashes, e.g. during kernel build over
dpkg-deb.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
 Dockerfile.isar | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Dockerfile.isar b/Dockerfile.isar
index f46c890..14bc2a4 100644
--- a/Dockerfile.isar
+++ b/Dockerfile.isar
@@ -7,12 +7,12 @@ RUN echo 'deb http://deb.debian.org/debian jessie-backports main' >> /etc/apt/so
     apt-get update && \
     apt-get install -y -f --no-install-recommends --target-release jessie \
             autoconf automake gdisk libtool bash-completion \
-            sudo grub2 grub-efi-amd64-bin grub-efi-ia32-bin qemu-user-static \
+            sudo grub2 grub-efi-amd64-bin grub-efi-ia32-bin \
             reprepro python3 binfmt-support && \
     apt-get install -y -f --no-install-recommends --target-release jessie-backports \
             e2fsprogs && \
     apt-get install -y -f --no-install-recommends --target-release stretch \
-            multistrap && \
+            multistrap qemu-user-static && \
     apt-get clean && \
     rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp*
 
-- 
2.13.6

             reply	other threads:[~2018-02-27  6:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-27  6:57 Jan Kiszka [this message]
2018-03-02 14:30 ` Alexander Smirnov
2018-03-02 14:39   ` Jan Kiszka
2018-03-06  9:23 ` Daniel Wagner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=75945125-2a6e-a716-4c88-83c6ae70e4f5@siemens.com \
    --to=jan.kiszka@siemens.com \
    --cc=henning.schild@siemens.com \
    --cc=isar-users@googlegroups.com \
    --cc=kas-devel@googlegroups.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox