kernel: Update kernels to 4.9.15/4.4.54

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
Rolf Neugebauer
2017-03-15 10:32:24 +00:00
parent 4142092024
commit a1a45db3d5
53 changed files with 54 additions and 54 deletions

View File

@@ -19,12 +19,12 @@ all: bzImage push
#
# IMAGE_VERSION is used to determine if a new image should be pushed to hub.
ifdef LTS4.4
KERNEL_VERSION=4.4.53
KERNEL_VERSION=4.4.54
IMAGE_VERSION=$(KERNEL_VERSION)-0
IMAGE_MAJOR_VERSION=4.4.x
DEPS=Dockerfile.4.4 Makefile kernel_config kernel_config.debug kernel_config.4.4 patches-4.4
else
KERNEL_VERSION=4.9.14
KERNEL_VERSION=4.9.15
IMAGE_VERSION=$(KERNEL_VERSION)-0
IMAGE_MAJOR_VERSION=4.9.x
DEPS=Dockerfile Makefile kernel_config kernel_config.debug patches-4.9