1
0
mirror of https://github.com/rancher/os-kernel.git synced 2025-09-12 12:59:14 +00:00

lets build 4.8.10

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
Sven Dowideit
2016-11-22 09:01:45 +10:00
parent b4ac2f63bd
commit 16c58a982e

View File

@@ -62,8 +62,9 @@ RUN curl -fL ${DOCKER_URL_amd64} > /usr/bin/docker && \
chmod +x /usr/bin/docker
########## Kernel version Configuration #############################
ENV KERNEL_TAG=v4.8.7
ENV KERNEL_VERSION=4.8.7-rancher
ENV KERNEL_SHA1=5c10724a0e7e97b72046be841df0c69c6e2a03c2
ENV KERNEL_URL=https://github.com/rancher/linux/archive/${KERNEL_TAG}.tar.gz
ENV KERNEL_TAG=4.8.10
ENV KERNEL_VERSION=${KERNEL_TAG}-rancher
ENV KERNEL_SHA1=134bf6a505b0174b66e32138370615705c1700c2
#ENV KERNEL_URL=https://github.com/rancher/linux/archive/v${KERNEL_TAG}.tar.gz
ENV KERNEL_URL=https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-${KERNEL_TAG}.tar.xz