1
0
mirror of https://github.com/rancher/os.git synced 2025-08-25 01:39:15 +00:00
os/scripts/images/raspberry-pi-hypriot64
Olli Janatuinen 615b3d4f7c v2.0.0-rc1
* Load apparmor on boot also when booting from disk
* Rename system-dockerd to system-engine
* Do not cache service metadatas
* Do not cache Docker image to ISO file
* Disable system-docker bridge by default
* Remove deprecated --oom-score-adjust flag
* Update VMware tools to 12.2.5
* Update QEMU guest agent to 7.2
* Remove broken VirtualBox tools
2023-08-20 17:40:37 +00:00
..
scripts Increase Raspberry boot partition size (#83) 2021-04-12 21:28:52 +03:00
.dockerignore Initial build, copied from rpi32 2017-06-05 11:35:26 +10:00
.gitignore Initiate Burmilla OS project 2021-02-18 20:07:36 +02:00
Dockerfile.dapper rpi kernel to v5.10.110 2022-07-25 09:59:39 -07:00
README.md Simple update README.md to AARCH64 desciption 2017-06-19 18:27:01 -04:00

RaspberryPi 3 Image (ARMv8 | AARCH64 | ARM64)

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

This image is compatible with the Raspberry Pi 3, since it is the only ARMv8 device in the Raspberry Pi family at the moment.

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.