From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50326) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eqikT-0002zT-Fi for guix-patches@gnu.org; Tue, 27 Feb 2018 12:09:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eqikQ-0003i9-A2 for guix-patches@gnu.org; Tue, 27 Feb 2018 12:09:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:56189) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eqikQ-0003hx-5R for guix-patches@gnu.org; Tue, 27 Feb 2018 12:09:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eqikQ-0001P2-03 for guix-patches@gnu.org; Tue, 27 Feb 2018 12:09:02 -0500 Subject: [bug#30572] [PATCH 5/7] docker: Allow the addition of extra files into the image. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180222103528.5108-1-cmmarusich@gmail.com> <20180222103528.5108-5-cmmarusich@gmail.com> <20180226003647.6174ad02@scratchpost.org> <87muzvra4u.fsf@garuda.local.i-did-not-set--mail-host-address--so-tickle-me> Date: Tue, 27 Feb 2018 18:08:04 +0100 In-Reply-To: <87muzvra4u.fsf@garuda.local.i-did-not-set--mail-host-address--so-tickle-me> (Chris Marusich's message of "Mon, 26 Feb 2018 17:25:21 +0100") Message-ID: <87inaiz7gr.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: Chris Marusich Cc: 30572@debbugs.gnu.org Chris Marusich skribis: > From 5a889e7d8dc6847c2d9a8ae526df7c974688a947 Mon Sep 17 00:00:00 2001 > From: Chris Marusich > Date: Mon, 19 Feb 2018 05:53:16 +0100 > Subject: [PATCH 5/8] docker: Allow the addition of extra files into the i= mage. > > * guix/docker.scm (build-docker-image): Add #:extra-items-dir keyword > argument. What about simply changing the existing =E2=80=98path=E2=80=99 argument to = =E2=80=98paths=E2=80=99 (plural)? Would that work for you? It would seem more natural to me. Besides, I think we should keep avoiding abbreviations like =E2=80=9Cdir=E2= =80=9D (see =E2=80=9CFormatting Code=E2=80=9D in the manual :-)). Ludo=E2=80=99.