mirror of
https://github.com/rancher/os-kernel.git
synced 2025-09-12 12:59:14 +00:00
Move the download URL value to the Dockerfile
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
: ${KERNEL_URL:="https://github.com/rancher/linux/archive/Ubuntu-4.4.0-47.68-rancher1.tar.gz"}
|
||||
: ${KERNEL_SHA1:="9e93ea7fc7acf9988572c1961a32ddc17e042b50"}
|
||||
: ${ARTIFACTS:=$(pwd)/assets}
|
||||
: ${BUILD:=/usr/src}
|
||||
: ${CONFIG:=$(pwd)/config}
|
||||
|
Reference in New Issue
Block a user