mirror of
https://github.com/rancher/os-kernel.git
synced 2025-09-13 05:25:16 +00:00
Move the download URL value to the Dockerfile
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
@@ -12,5 +12,9 @@ ENV SHELL /bin/bash
|
|||||||
ENV HOME ${DAPPER_SOURCE}
|
ENV HOME ${DAPPER_SOURCE}
|
||||||
WORKDIR ${DAPPER_SOURCE}
|
WORKDIR ${DAPPER_SOURCE}
|
||||||
|
|
||||||
|
ENV KERNEL_TAG=Ubuntu-4.4.0-47.68-rancher1
|
||||||
|
ENV KERNEL_URL=https://github.com/rancher/linux/archive/${KERNEL_TAG}.tar.gz
|
||||||
|
ENV KERNEL_SHA1=9e93ea7fc7acf9988572c1961a32ddc17e042b50
|
||||||
|
|
||||||
ENTRYPOINT ["./scripts/entry"]
|
ENTRYPOINT ["./scripts/entry"]
|
||||||
CMD ["ci"]
|
CMD ["ci"]
|
||||||
|
@@ -1,8 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -e
|
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}
|
: ${ARTIFACTS:=$(pwd)/assets}
|
||||||
: ${BUILD:=/usr/src}
|
: ${BUILD:=/usr/src}
|
||||||
: ${CONFIG:=$(pwd)/config}
|
: ${CONFIG:=$(pwd)/config}
|
||||||
|
Reference in New Issue
Block a user