From: Cedric Hombourger <Cedric_Hombourger@mentor.com>
To: Henning Schild <henning.schild@siemens.com>
Cc: <isar-users@googlegroups.com>, <joe_macdonald@mentor.com>
Subject: Re: [RFC] Image templates
Date: Tue, 1 Dec 2020 11:10:29 +0100 [thread overview]
Message-ID: <2a531834-21b5-5809-a008-9180fae44dcb@mentor.com> (raw)
In-Reply-To: <20201201101307.296d4029@md1za8fc.ad001.siemens.net>
Hi Henning
On 12/1/20 10:13 AM, Henning Schild wrote:
> Did not even read it ... strong reject!
Well you should :) We are not saying that our vision is 100% right or
even complete but when some of users came to us to request something
like this, we felt that it definitely made sense. We viewed this as a
docker-type development workflow. Maybe we can make the problem
statement more clear to make sure we all understand the what before we
get into the how.
> This smells like a mechanism to keep funny layers non OSS. While
> allowing others to extend them ... without having their sources.
Not at all. People shipping a base platform would evidently be aware of
obligations they have to fulfill because of GPL and the like. Having a
mechanism where we could tell the build to either get the prebuilt image
template (sstate?) or build it from sources so that everything follows
the workflow we have today is definitely something we would want (I think).
> Leading to workaround hacks ... and issues in those "secret" layers not
> being solved at their core.
Let's not jump into conclusions too quickly please. This is just a very
high-level *vision* document submitted as a RFC (which maybe should
stand for Read Fully and Comment :)). We can certainly discuss the
use-case (which did not come from either Joe or I by the way), get some
level of agreement that it is something we'd like to support and for
sure we can discuss the how. I am sure there are different ways of
caching mechanism for "base" images could be provided (to speed-up
builds) and the outline we provided may not be the route this project
may want to take. It is certainly fine if people here conclude that ISAR
would not support this use-case. I would like the discussion to remain
constructive and please do not suggest that we are trying to abuse the
mechanism that we are suggesting here because that's definitely not the
intent, never has and never will be.
> I would first remove all "mel-*" packages before adding my own ;) ...
> but i would be stuck with what postinst did break ... because they
> likely dont prerm ...
some of users are happy with the "base" they are getting and do not see
a value in rebuilding it because it consumes significant time and as Jan
suggested, some people just want to build a new image with their package
version N+1 and don't really need to reassemble everything underneath
each time. But yes, there should a mechanism to remove packages from the
base if you wish, we certainly agree here. docker also provides a
similar mechanism. I am sure we will find packages that are not
friendly. The example of a missing prerm is a good one. Let's be clear,
packages that I have seen created with Isar by several people/companies
mostly focus on the do_rootfs_install / do_rootfs_postprocess flow. Many
of those packages wouldn't play well in a pristine Debian environment. I
would view this as an opportunity to get those packages to be more
Debian compliant than they are today. In fact, I am very routinely
recommending people I am working with to avoid using Isar for the
purpose of creating a Debian. In my very humble opinion, packages should
be designed/implemented/tested first in a pristine Debian environment
and integrated into your Isar workflow (via an "inherit dpkg" recipe)
when they are ready (while the variable injection mechanism provided by
ISAR/bitbake is very powerful, it is also a recipe for creating
non-reproducible packages or packages that aren't buildable without
ISAR). Anyhow, this would be an entire new topic (I think); I would
recommend for the sake of this discussion that we assume that packages
are all "compliant" / "well-written"
> Maybe i do not get it, you are jumping from a pretty "lame" motivation
> right into implementation.
Not a singe line of code was written. we wanted to socialize the idea
first. If we eventually get into an agreement of the use-case and
hopefully vision of how this would look like at 30,000 feet, the next
step would be the creation of a detailed design (possibly with some PoC
code to validate the plan).
>
> Let us look at the problems we currently have, who has them, why they
> have them ... and later see what we could do.
I agree wholeheartedly.
Problem statement as received/understood from our user-base: "our system
image is quite large because it includes a full desktop, an office
suite, a browser and many other things" (user/customer did ask for all
of them to be included). "Builds are taking a lot of time, we would like
to have the build system just chroot into the existing image and install
our new packages right away instead of recreating the rootfs from
scratch because we are not touching the base anyway"
So maybe image templates isn't the way to go and some mechanism that
would (1) update the existing package database in the rootfs, (2) use
apt to upgrade packages that are already in there and (3) install any
additional packages could be the way to go.
We are happy to throw away our initial proposal and create a new one if
you prefer to stay away from the docker-model and instead focus on e.g.
an incremental rootfs build or any other way being proposed here to
speed up the build when just a few packages are either modified or added
(and maybe removed as well?)
>
> I seriously doubt the idea that a "product" can be built by adding a
> few packages to a base image. A prototype or dev image is more likely
well the docker model has been quite successful ? :) but again, if we
agree that an incremental rootfs build is the way to go (or any other)
then you will definitely get our support and we are hoping that we could
contribute. Our primary objective to find a solution to the problem that
was reported to us and that in a way where both ISAR users and
maintainers are happy. We do welcome any feedback
> ...
> And imagine yourself bumping a layer onto a new base-binary ... say
> after a buster-bullseye, NetworkManager->systemd-networkd,
> cron->systemd-timers jump ... good luck writing/reading that Changelog
I am sure there are corner cases that needs to be taken into
consideration and that would definitely be part of the design exercise
(remember this is just a "vision" document to seek alignment before
anyone of us spends too much time). If the mechanism turns out to be
more of a caching mechanism, you will then end-up with the same flow as
today (i.e. all customized packages built from sources, upstream
packages pull from their upstream repositories and the entire image
built with the exact same mechanism as we have today)
>
> Henning
I hope this clarifies, the intent, the use-case and more importantly our
desire to discuss before we go one direction or another or just halt.
>
> Am Tue, 1 Dec 2020 08:59:20 +0100
> schrieb Cedric Hombourger <Cedric_Hombourger@mentor.com>:
>
>> Image Templates for ISAR
>> ========================
>>
>> Introduction
>> ------------
>>
>> Embedded System projects may have multiple teams working at different
>> levels. It is not uncommon to have groups creating a "base platform"
>> which is handed over to product teams to customize further. Thanks to
>> ISAR leveraging bitbake, image recipes from a base layer may be
>> easily extended by product layers but also with its ability to
>> produce and use a `base-apt` instead of upstream package feeds. This
>> workflow functions well in many cases, it may not be optimal for
>> application teams. Such teams are typically receiving a base platform
>> release that is likely to be left untouched for weeks. Creating a
>> product image for those teams is sometimes as easy as adding a few
>> packages.
>>
>> In such cases, it may be desirable to have a mechanism for ISAR to
>> construct product images starting from the base platform root
>> file-system instead of ISAR's bootstrap root file-system. We will
>> refer to these base platform root file-systems as _Template Images_.
>>
>> This document will describe both the construction and the use of
>> _template images_.
>>
>> Construction
>> ------------
>>
>> Developers needing to produce image templates in addition to bootable
>> system images will have their image recipes `inherit` the
>> `produce-image-template` class either as part of their image
>> development or by extending an existing image with an appropriate
>> `.bbappend`.
>>
>> The class would invoke a `do_rootfs_template` task after
>> `do_rootfs_install` and before the post-processing tasks (which
>> should be applied on the final image). This new task would simply
>> create a template image in the deploy folder built from the common
>> root file-system artifacts. Some systems may have additional, more
>> extensive post-processing operations that must be performed on the
>> final image, this class will still allow for such operations to
>> function normally.
>>
>> It is anticipated that configuration files in
>> `/etc/apt/sources.list.d` and `/etc/resolv.conf` should be excluded
>> (they should be recreated while the template image is imported). A
>> subsequent update will define a criteria for determining which files
>> should be excluded from the tarball. As yet the specific mechanism
>> has not been determined, whether it would be a file list, pattern or
>> some other external attributes. We anticipate other objects that may
>> need to be excluded are `/etc/hosts` and proxy configuration, to name
>> two simple examples.
>>
>> The process of constructing the base image would then continue as
>> usual (with post-processing and imager tasks).
>>
>> It is suggested to expose the produced image template as an opaque
>> binary blob and use a `.tmpl.img` file extension although the initial
>> implementation is anticipated to be a compressed tarball. The
>> template filesystem may need embedded meta-data to be consumed by
>> import mechanism or image recipes that make use of templates but
>> omitted from the final rootfs. It would be useful at the outset to
>> either specify a minimal set of metadata (build date, image name and
>> feature list is the initial list to be considered) and the structure
>> of that metadata (currently considering either JSON-formatted
>> suitable for extraction with `jq` or `deb` packaging, which has
>> embedded metadata in the cpio archive).
>>
>> Usage
>> -----
>>
>> Application teams may create image recipes referencing image
>> templates in their SRC_URI list. As noted above, image templates
>> would use the `.tmpl.img` file extension. This would be used by
>> ISAR's `rootfs` class to locate image templates in the list and make
>> sure that only one template is specified (extracting a template over
>> another would have unpredictable results).
>>
>> If the bulk of the template intelligence is present in the
>> `do_rootfs` stages, the `do_rootfs_prepare` task from the `rootfs`
>> class would behave differently. In this case, an image template may
>> be added to an image SRC_URI. Instead of copying ISAR's bootstrap
>> rootfs, the template feature would instead unpack the specified
>> template. It would also be necessary to copy
>> `/etc/apt/sources.list.d` from the bootstrap and possibly other files
>> (e.g. `/etc/resolv.conf`). As the environment may include different
>> apt sources, a complete `apt-get update` would be in order.
>>
>> ISAR would then "enter" the unpacked template carrying updated apt
>> sources to install packages listed in `IMAGE_INSTALL` and
>> `IMAGE_PREINSTALL` using `apt- get install` as it does today in
>> `do_rootfs_install`.
>>
>> This design should allow images constructed from an image template to
>> produce a new image template (e.g. a base platform could provide a
>> template having a BSP and a minimal Debian system, and middleware
>> teams could then produce their own template with middleware stacks
>> added and finally consumed by application teams to produce a final
>> system image).
>>
>> Future Work
>> -----------
>>
>> It may be desirable to offer a mechanism to remove packages coming
>> from an image template (application teams may need to optimize the
>> final system image to meet the footprint constraints of their design
>> and/or to reduce the attack surface by removing services they do not
>> need).
>>
>> Status
>> ------
>>
>> This high-level design was created to seek early feedback from the
>> ISAR developer community by exposing the problem we are trying to
>> solve and the mechanism we are proposing as a solution. The next step
>> would be the development of a Proof-of-Concept in the event where
>> positive comments are received. This document may also be updated as
>> feedback is received and may result in different approaches being
>> discussed.
>>
>> We will be happy to answer questions you may have or provide more
>> details in areas where this document would be too evasive.
>>
next prev parent reply other threads:[~2020-12-01 10:10 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-01 7:59 Cedric Hombourger
2020-12-01 8:40 ` Jan Kiszka
2020-12-02 14:42 ` Joe MacDonald
2020-12-02 15:01 ` Joe MacDonald
2020-12-01 9:13 ` Henning Schild
2020-12-01 10:10 ` Cedric Hombourger [this message]
2020-12-02 13:00 ` Claudius Heine
2020-12-02 16:37 ` Joe MacDonald
2020-12-03 12:23 ` Claudius Heine
2020-12-07 6:18 ` Jan Kiszka
2020-12-13 15:20 ` Baurzhan Ismagulov
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=2a531834-21b5-5809-a008-9180fae44dcb@mentor.com \
--to=cedric_hombourger@mentor.com \
--cc=henning.schild@siemens.com \
--cc=isar-users@googlegroups.com \
--cc=joe_macdonald@mentor.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