1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/contrib/builder/deb
Tianon Gravi 722fac7a73 Change the way we install from backports in the deb builder (to force deps too)
Also, add "libsystemd-journal-dev" to the explicit list (which is what prompted the change in how we install).

Signed-off-by: Andrew "Tianon" Page <admwiggin@gmail.com>
2016-01-25 14:49:05 -08:00
..
debian-jessie Add pkg-config to our Debian build environment 2016-01-22 15:22:04 -08:00
debian-stretch Add pkg-config to our Debian build environment 2016-01-22 15:22:04 -08:00
debian-wheezy Change the way we install from backports in the deb builder (to force deps too) 2016-01-25 14:49:05 -08:00
ubuntu-precise Add pkg-config to our Debian build environment 2016-01-22 15:22:04 -08:00
ubuntu-trusty Add pkg-config to our Debian build environment 2016-01-22 15:22:04 -08:00
ubuntu-wily Add pkg-config to our Debian build environment 2016-01-22 15:22:04 -08:00
build.sh Add "builder-deb" base images for building ".deb" packages properly 2015-04-06 10:43:36 -06:00
generate.sh Change the way we install from backports in the deb builder (to force deps too) 2016-01-25 14:49:05 -08:00
README.md Add "builder-deb" base images for building ".deb" packages properly 2015-04-06 10:43:36 -06:00

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.