[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Creating a docker image with Guix
From: |
Hartmut Goebel |
Subject: |
Re: Creating a docker image with Guix |
Date: |
Mon, 2 Jan 2017 15:06:53 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 |
Hi Ricardo,
this is really cool! Creating a docker image without even using the
"scratch" image.
> Can anyone find a more elegant way to do this?
I'd suggest to write a small shell-script which dumps the part after "sh
-c" into a temporary file. This makes this part more readable. The
script would then be easy to extent to accept arguments, esp. the list
of packages to install. Maybe you could use some other shell-tricks to
avoid the temporary file.
--
Regards
Hartmut Goebel
| Hartmut Goebel | address@hidden |
| www.crazy-compilers.com | compilers which you thought are impossible |
- Creating a docker image with Guix, Ricardo Wurmus, 2017/01/02
- Re: Creating a docker image with Guix, David Craven, 2017/01/02
- Re: Creating a docker image with Guix,
Hartmut Goebel <=
- Re: Creating a docker image with Guix, Pjotr Prins, 2017/01/02
- Re: Creating a docker image with Guix, John Darrington, 2017/01/02
- Re: Creating a docker image with Guix, Ludovic Courtès, 2017/01/02
- Re: [PATCH] Creating a docker image with Guix, Ludovic Courtès, 2017/01/04