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
Avi Miller 245b1facb8 Restoring the RPM build process for Oracle Linux 6 and updating the docker-engine.spec
file to require the Unbreakable Enterprise Kernel Release 4 on both Oracle Linux 6
and Oracle Linux 7.

The UEK R4 provides the required kernel functionality for VxLAN support
required by Docker 1.9 and user namespace support required for 1.10+.

The build of Docker on Oracle Linux 6 requires some manipulation of the build
environment so that the CGO compiler uses the UEK R4 headers instead of the old
default kernel headers.

Signed-off-by: Avi Miller <avi.miller@oracle.com>
2016-01-26 12:58:45 -08:00
..
centos-7 Bump Go to version 1.5.3 2016-01-13 17:23:46 -05:00
fedora-22 Bump Go to version 1.5.3 2016-01-13 17:23:46 -05:00
fedora-23 Bump Go to version 1.5.3 2016-01-13 17:23:46 -05:00
opensuse-13.2 Bump Go to version 1.5.3 2016-01-13 17:23:46 -05:00
oraclelinux-6 Restoring the RPM build process for Oracle Linux 6 and updating the docker-engine.spec 2016-01-26 12:58:45 -08:00
oraclelinux-7 Restoring the RPM build process for Oracle Linux 6 and updating the docker-engine.spec 2016-01-26 12:58:45 -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 Restoring the RPM build process for Oracle Linux 6 and updating the docker-engine.spec 2016-01-26 12:58:45 -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.