moby--moby/contrib/builder/deb
Tianon Gravi 24d98c14a0 Switch verbosity in builder/*/generate.sh so that we get download progress for Go instead of the name of every single file extracted
Also, `curl` is smart enough to see when the consumer of the pipe is going slow that it should slow down the transfer, so this gives a reasonable indication of extraction progress too.

Signed-off-by: Andrew "Tianon" Page <admwiggin@gmail.com>
2015-05-07 14:15:35 -06:00
..
debian-jessie Switch verbosity in builder/*/generate.sh so that we get download progress for Go instead of the name of every single file extracted 2015-05-07 14:15:35 -06:00
debian-stretch Switch verbosity in builder/*/generate.sh so that we get download progress for Go instead of the name of every single file extracted 2015-05-07 14:15:35 -06:00
debian-wheezy Switch verbosity in builder/*/generate.sh so that we get download progress for Go instead of the name of every single file extracted 2015-05-07 14:15:35 -06:00
ubuntu-debootstrap-trusty Switch verbosity in builder/*/generate.sh so that we get download progress for Go instead of the name of every single file extracted 2015-05-07 14:15:35 -06:00
ubuntu-debootstrap-utopic Switch verbosity in builder/*/generate.sh so that we get download progress for Go instead of the name of every single file extracted 2015-05-07 14:15:35 -06:00
ubuntu-debootstrap-vivid Switch verbosity in builder/*/generate.sh so that we get download progress for Go instead of the name of every single file extracted 2015-05-07 14:15:35 -06:00
README.md Add "builder-deb" base images for building ".deb" packages properly 2015-04-06 10:43:36 -06:00
build.sh Add "builder-deb" base images for building ".deb" packages properly 2015-04-06 10:43:36 -06:00
generate.sh Switch verbosity in builder/*/generate.sh so that we get download progress for Go instead of the name of every single file extracted 2015-05-07 14:15:35 -06:00

README.md

dockercore/builder-deb

This image's tags contain the dependencies for building Docker .debs for each of the Debian-based platforms Docker targets.

To add new tags, see contrib/builder/deb in https://github.com/docker/docker, specifically the generate.sh script, whose usage is described in a comment at the top of the file.