From 407fb6e6f085c29f14b612985c5c35a48027c4c5 Mon Sep 17 00:00:00 2001 From: niusmallnan Date: Tue, 17 Jul 2018 13:26:36 +0800 Subject: [PATCH] Bump kernel to 4.14.32-rancher3 This kernel contains objtool, which is a key to compiling third-party modules. --- Dockerfile.dapper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.dapper b/Dockerfile.dapper index 101c5f9f..51c980d5 100644 --- a/Dockerfile.dapper +++ b/Dockerfile.dapper @@ -64,7 +64,7 @@ ARG DOCKER_BUILD_VERSION=1.10.3 ARG DOCKER_BUILD_PATCH_VERSION=v${DOCKER_BUILD_VERSION}-ros1 ARG SELINUX_POLICY_URL=https://github.com/rancher/refpolicy/releases/download/v0.0.3/policy.29 -ARG KERNEL_VERSION_amd64=4.14.32-rancher2 +ARG KERNEL_VERSION_amd64=4.14.32-rancher3 ARG KERNEL_URL_amd64=https://github.com/rancher/os-kernel/releases/download/v${KERNEL_VERSION_amd64}/linux-${KERNEL_VERSION_amd64}-x86.tar.gz ARG DOCKER_URL_amd64=https://get.docker.com/builds/Linux/x86_64/docker-${DOCKER_VERSION}.tgz