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/rpm
Nalin Dahyabhai 3a9ebcb7f7 Add pkg-config to our RPM build environment
While hack/make.sh checks for systemd headers using pkg-config, we
forgot to ensure that they were there in the images that we use for
building binaries for RPM-based distributions.  Add the right packages
to the generate.sh that we use for them, and update the copies of the
generated files that we carry in the source tree.

Notes: Fedora, CentOS, and Oracle Linux put the pkg-config command in
the "pkgconfig" package, while OpenSUSE calls the package "pkg-config".
The systemd-devel package, like systemd, is not in Oracle Linux 6.

Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
2016-01-26 12:58:55 -08:00
..
centos-7 Add pkg-config to our RPM build environment 2016-01-26 12:58:55 -08:00
fedora-22 Add pkg-config to our RPM build environment 2016-01-26 12:58:55 -08:00
fedora-23 Add pkg-config to our RPM build environment 2016-01-26 12:58:55 -08:00
opensuse-13.2 Add pkg-config to our RPM build environment 2016-01-26 12:58:55 -08:00
oraclelinux-6 Add pkg-config to our RPM build environment 2016-01-26 12:58:55 -08:00
oraclelinux-7 Add pkg-config to our RPM build environment 2016-01-26 12:58:55 -08:00
build.sh Add rpm for centos-6, centos-7, fedora-20, fedora-21 2015-05-05 16:05:30 -07:00
generate.sh Add pkg-config to our RPM build environment 2016-01-26 12:58:55 -08:00
README.md Add rpm for centos-6, centos-7, fedora-20, fedora-21 2015-05-05 16:05:30 -07:00

dockercore/builder-rpm

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

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