From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:34546) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hQv3g-0007Y8-IW for guix-patches@gnu.org; Wed, 15 May 2019 10:39:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hQv3e-0001aL-Is for guix-patches@gnu.org; Wed, 15 May 2019 10:39:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:39600) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hQv3d-0001Zu-UG for guix-patches@gnu.org; Wed, 15 May 2019 10:39:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hQv3d-0006hj-QX for guix-patches@gnu.org; Wed, 15 May 2019 10:39:01 -0400 Subject: bug#35697: [PATCH 0/8] Make 'guix system docker-image' readily usable Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20190512103055.16832-1-ludo@gnu.org> Date: Wed, 15 May 2019 16:37:51 +0200 In-Reply-To: <20190512103055.16832-1-ludo@gnu.org> ("Ludovic \=\?utf-8\?Q\?Cou\?\= \=\?utf-8\?Q\?rt\=C3\=A8s\=22's\?\= message of "Sun, 12 May 2019 12:30:55 +0200") Message-ID: <87mujnu6kg.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 35697-done@debbugs.gnu.org Cc: Chris Marusich Hi, Ludovic Court=C3=A8s skribis: > Ludovic Court=C3=A8s (8): > system: Export 'operating-system-default-essential-services'. > linux-container: Improve filtering of unnecessary file systems. > services: 'gc-root-service-type' now has a default value. > linux-container: Do not add %CONTAINER-FILE-SYSTEMS to Docker image > OSes. > linux-container: Compute essential services for THIS-OPERATING-SYSTEM. > system: Add 'operating-system-with-gc-roots'. > docker: 'build-docker-image' accepts an optional #:entry-point. > vm: 'system-docker-image' provides an entry point. Pushed! I had to rebase and adjust to changes made over the last couple of days in that area of the code. Feedback welcome! Ludo=E2=80=99.