-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathversions.config
More file actions
18 lines (16 loc) · 882 Bytes
/
versions.config
File metadata and controls
18 lines (16 loc) · 882 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# config vars for the root file system
HYPRIOT_OS_VERSION="v2.0.1"
ROOTFS_TAR_CHECKSUM="d1e7e6d48a25b4a206c5df99ecb8815388ec6945e4f97e78413d5a80778d4137"
# name of the ready made raw image for RPi
RAW_IMAGE="rpi-raw.img"
RAW_IMAGE_VERSION="master"
RAW_IMAGE_CHECKSUM="e32c0b9f3cdb9c60bad97a724103fc1283cdc135848e6142d588cd96fac1d6a8"
# specific versions of kernel/firmware and docker tools
export KERNEL_BUILD="1.20190709~stretch-1"
# For testing a new kernel, use the CircleCI artifacts URL.
# export KERNEL_URL=https://62-32913687-gh.circle-artifacts.com/0/home/circleci/project/output/20180320-092128/raspberrypi-kernel_20180320-092128_armhf.deb
# export KERNEL_VERSION="4.14.98"
export DOCKER_CE_CHANNEL="test" # stable, test or edge
export DOCKER_CE_VERSION="5:19.03.0~2.2.rc2-0~raspbian-stretch"
export DOCKER_COMPOSE_VERSION="1.23.2"
export DOCKER_MACHINE_VERSION="0.16.1"