From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:33456) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i8oHn-0005wx-WB for guix-patches@gnu.org; Fri, 13 Sep 2019 12:19:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i8oHm-0003g5-3T for guix-patches@gnu.org; Fri, 13 Sep 2019 12:19:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:36708) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i8oHl-0003fy-Tk for guix-patches@gnu.org; Fri, 13 Sep 2019 12:19:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1i8oHl-0001pT-O9 for guix-patches@gnu.org; Fri, 13 Sep 2019 12:19:01 -0400 Subject: [bug#37401] [PATCH 1/2] pack: Provide a meaningful "repository name" for Docker. Resent-Message-ID: References: <20190913154326.19020-1-ludo@gnu.org> <20190913155116.19225-1-ludo@gnu.org> From: Ricardo Wurmus In-reply-to: <20190913155116.19225-1-ludo@gnu.org> Date: Fri, 13 Sep 2019 18:18:23 +0200 Message-ID: <87o8zoqieo.fsf@elephly.net> 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 37401@debbugs.gnu.org, Ludovic =?UTF-8?Q?Court=C3=A8s?= Ludovic Court=C3=A8s writes: > From: Ludovic Court=C3=A8s > > Previously, images produced by 'guix pack -f docker' would always show > up as "profile" in the output of 'docker images'. With this change, > 'docker images' shows a name constructed from the packages found in the > image--e.g., "bash-coreutils-grep-sed". This looks good to me, thanks! Just one thing to note: packages from other channels might have names with characters outside of a-z. All of those would show up as dots. Also, a few package names include numbers, which are probably fine to include. -- Ricardo