mbox series

[bug#37401,0/2] 'guix pack -f docker' uses a meaningful "repository name"

Message ID 20190913154326.19020-1-ludo@gnu.org
Headers show
Series 'guix pack -f docker' uses a meaningful "repository name" | expand

Message

Ludovic Courtès Sept. 13, 2019, 3:43 p.m. UTC
Hello!

This changes ‘guix pack -f docker’ so that the “repository name”
that shows up in the output of ‘docker images’ is more meaningful
than just “profile”, as it was until now (I think it was zimoun
who initially reported that this could be improved. :-)).

Namely, that name is now constructed using the names of the packages
available in the pack.

Thoughts?

Thanks,
Ludo’.

Ludovic Courtès (2):
  pack: Provide a meaningful "repository name" for Docker.
  pack: Add packages in the order in which they appear on the command
    line.

 guix/docker.scm       | 43 ++++++++++++++++++++++++++++++-------------
 guix/scripts/pack.scm | 16 +++++++++++++++-
 2 files changed, 45 insertions(+), 14 deletions(-)