[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [atomic-devel] Reducing the footprint of the Fedora docker base image
- From: Colin Walters <walters verbum org>
- To: atomic-devel projectatomic io
- Subject: Re: [atomic-devel] Reducing the footprint of the Fedora docker base image
- Date: Thu, 11 Feb 2016 16:54:17 -0500
On Thu, Feb 11, 2016, at 05:08 AM, Daniel Riek wrote:
* Enable mounting containers as volumes (unless I am mistaken, right now we can only mount host directories as volumes? Might be wrong)
This is:
The thing that gets really messy is, sure you can mount another container
with dnf or whatever at /build/dnf, but everything that is used as part of a build
needs to be effectively statically linked. Or alternatively, compute a union of files in /usr/bin. But
then you have to look for *new files* that the build may have dropped in /usr/bin,
while still deleting files from the union from the build.
The rpm-ostree container approach to this is that builds always output rpms,
except it runs as non-root, (and we can make that *much* faster than a simple aggregation of yum install + docker)
but it also supports aggregating them into final images.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]