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> Upstream-commit: 28f52bd06a24705bd6958ac505b6b6f36e877547 Component: engine
This directory holds scripts called by make.sh in the parent directory.
Each script is named after the bundle it creates. They should not be called directly - instead, pass it as argument to make.sh, for example:
./hack/make.sh test
./hack/make.sh binary ubuntu
# Or to run all bundles:
./hack/make.sh
To add a bundle:
- Create a shell-compatible file here
- Add it to $DEFAULT_BUNDLES in make.sh