Rolf Neugebauer
7185191736
kernel: Add the kernel version to the hub image
...
A given image is pushed to hub twice, once as
kernel:<kernel version>.<major version>.x and once as
kernel:<kernel version>.<major version>.<minor version>-<n>.
The latter is used to decide if a new kernel image is pushed to hub.
Most users should use the former to pick up the latest kernel.
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2017-03-14 10:54:01 +00:00
Rolf Neugebauer
a968fcde4d
kernel: Remove AUFS kernel
...
We default to overlay, so no need to carry AUFS patches and kernel.
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2017-03-14 10:51:52 +00:00
Rolf Neugebauer
54cb00edd8
kernel: Pass kernel version as build-arg to docker
...
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2017-03-13 20:15:13 +00:00
Rolf Neugebauer
7020a2d975
kernel: Add Makefile to kernel build dependencies
...
This will also include it in the sha1 calculation
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com >
2017-03-13 20:15:13 +00:00
Justin Cormack
edeaf1c7f6
Add back code to push kernel to hub
...
- Accidentally removed from top level Makefile, now in kernel Makefile.
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-03-07 23:48:46 +00:00
Justin Cormack
f4a112dc21
Change kernel upload for new tooling
...
The mobylinux/kernel image now has the bzImage (no longer named vmlinuz64)
and a tarball of the files needed for the initrd, ie modules etc.
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-02-20 15:54:02 +00:00
Justin Cormack
c6cfa0e4d3
Clean up kernel Makefile so it has no repetition
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-02-17 17:43:35 +00:00
Justin Cormack
3f81edee37
Move kernel directory to top level
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2017-02-04 09:17:16 +01:00
Justin Cormack
70d8143e48
move kernel under rest of build and pull through aufs tools
...
Signed-off-by: Justin Cormack <justin.cormack@unikernel.com >
2015-12-17 15:26:42 +00:00
Justin Cormack
fdeb106f3a
Build aufs support
...
Signed-off-by: Justin Cormack <justin.cormack@unikernel.com >
2015-12-17 13:51:43 +00:00
Justin Cormack
d89b06a71f
slim down kernel config some more; make it support modules, but not ship with any
...
Signed-off-by: Justin Cormack <justin.cormack@unikernel.com >
2015-12-11 15:43:14 +00:00
Justin Cormack
5e5e4b5549
fix kernel make clean
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2015-12-10 23:49:18 +00:00
Justin Cormack
8693ca9c64
remove -i option since pinata fixed
...
Signed-off-by: Justin Cormack <justin.cormack@unikernel.com >
2015-12-09 15:48:09 +00:00
Justin Cormack
33056820a4
Add a (non modular) upstream kernel build, for pinata alpha and general testing
...
Signed-off-by: Justin Cormack <justin.cormack@docker.com >
2015-12-02 10:17:51 +00:00