1
0
mirror of https://github.com/rancher/os.git synced 2025-07-02 17:51:49 +00:00
os/scripts/images/rpi-hypriot
2016-03-07 09:30:24 +01:00
..
scripts Refactor image builder, add support for Pi 3 2016-03-07 09:30:24 +01:00
.dockerignore RPI building scripts 2016-02-18 09:58:39 -07:00
.gitignore Ignore dist folder 2016-03-07 09:29:12 +01:00
Dockerfile.dapper Refactor image builder, add support for Pi 3 2016-03-07 09:30:24 +01:00
README.md Refactor image builder, add support for Pi 3 2016-03-07 09:30:24 +01:00

RaspberryPi 2 Image

Build by running dapper in this folder and the build will produce ./dist/rancheros-rpi2.zip.

This image is compatible with the Raspberry Pi 3 too, but only ARMv7 is supported now.

Build Requirements

This build uses local loopback devices and thus requires to run as a privileged container. So please keep the setting ENV DAPPER_RUN_ARGS --privileged from Dockerfile.dapper for now. The build is running quite fast and has been tested on OS X with boot2docker.