From mboxrd@z Thu Jan 1 00:00:00 1970 From: Josh Marshall Subject: Re: system docker-image needs file-system Date: Wed, 15 Jan 2020 15:01:18 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:41475) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1irorA-00060N-O5 for help-guix@gnu.org; Wed, 15 Jan 2020 15:01:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iror9-0004MH-M3 for help-guix@gnu.org; Wed, 15 Jan 2020 15:01:36 -0500 Received: from mail-qk1-x736.google.com ([2607:f8b0:4864:20::736]:42985) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iror9-0004Je-G5 for help-guix@gnu.org; Wed, 15 Jan 2020 15:01:35 -0500 Received: by mail-qk1-x736.google.com with SMTP id z14so16888811qkg.9 for ; Wed, 15 Jan 2020 12:01:31 -0800 (PST) In-Reply-To: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane-mx.org@gnu.org Sender: "Help-Guix" To: jimmy@thrasibule.mx Cc: help-guix I'll second this. It is one of my expected use cases. On Wed, Jan 15, 2020, 13:32 Jimmy Thrasibule wrote: > Hi, > > I'm trying to use Guix in order to create a Docker image. However, I'm > forced to set both ``bootloader`` and ``file-systems`` initializers: > > system.scm:29:0: error: missing field initializers (bootloader > file-systems) > > For a Docker image this is quite unexpected. I'm wondering whether there is > a way to bypass this limitation? > > Regards, > Jimmy >