From: Jan Kiszka <jan.kiszka@siemens.com>
To: kas-devel <kas-devel@googlegroups.com>,
isar-users <isar-users@googlegroups.com>,
Baurzhan Ismagulov <ibr@ilbers.de>
Subject: Re: [PATCH] Dockerfile.isar: Pull qemu-user-static from buster-backports
Date: Thu, 24 Sep 2020 11:14:40 +0200 [thread overview]
Message-ID: <4139d7d7-6c47-1bf9-52e1-9aafe931c006@siemens.com> (raw)
In-Reply-To: <16ff005a-fcfe-1cea-b461-b9759a1cfa97@siemens.com>
On 23.09.20 09:56, [ext] Jan Kiszka wrote:
> From: Jan Kiszka <jan.kiszka@siemens.com>
>
> This is needed for running fakeroot from bullseye and sid which triggers
> an unimplemented syscall with the current version.
>
> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
> ---
> Dockerfile.isar | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/Dockerfile.isar b/Dockerfile.isar
> index 6b325f3..739dfab 100644
> --- a/Dockerfile.isar
> +++ b/Dockerfile.isar
> @@ -3,7 +3,9 @@
> FROM kasproject/kas:latest
>
> ENV LC_ALL=en_US.UTF-8
> -RUN apt-get update && \
> +RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/buster-backports.list && \
> + echo "Package: qemu-user-static binfmt-support\nPin: release n=buster-backports\nPin-Priority: 501\n\nPackage: *\nPin: release n=buster-backports\nPin-Priority: -1" > /etc/apt/preferences.d/qemu-user-static && \
> + 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 \
>
This one triggers in a strange way an very strange issue: Running
debootstrap (even directly, without Isar) in this new container will
make the container's /proc and possibly other mounts disappear.
I tried to dig down to this from the changes above but failed. I'm now
analyzing what happens in debootstrap, and why it picks the host mounts,
rather than that of the new rootfs. Any ideas welcome.
Jan
--
Siemens AG, Corporate Technology, CT RDA IOT SES-DE
Corporate Competence Center Embedded Linux
next prev parent reply other threads:[~2020-09-24 9:14 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-23 7:56 Jan Kiszka
2020-09-24 9:14 ` Jan Kiszka [this message]
2020-09-24 11:12 ` [PATCH v2] " Jan Kiszka
2020-09-24 11:52 ` Henning Schild
2020-09-24 14:50 ` Jan Kiszka
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=4139d7d7-6c47-1bf9-52e1-9aafe931c006@siemens.com \
--to=jan.kiszka@siemens.com \
--cc=ibr@ilbers.de \
--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