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 9ac671f79e Add pkg-config to our Debian build environment
This is used in `hack/make.sh` for detecting various dependencies such as `libsystemd-journal` -- without this, our packages don't support pulling logs back out of journald. 😢

Signed-off-by: Andrew "Tianon" Page <admwiggin@gmail.com>
2016-01-22 15:22:04 -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 Add pkg-config to our Debian build environment 2016-01-22 15:22:04 -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 Add pkg-config to our Debian build environment 2016-01-22 15:22:04 -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.