This repository has been archived by the owner on Aug 14, 2023. It is now read-only.
v1.8.1-rc1
Pre-release
Pre-release
StefanScherer
released this
30 Mar 09:09
·
116 commits
to master
since this release
HypriotOS v1.8.1-rc1
This is a pre-release version. Please use this image for tests and send us feedback.
Contents
- Linux Kernel 4.9.80 (optimized for Docker)
- dual-arch kernel for ARMv6 and ARMv7 (supports all Raspberry Pi models)
- Docker Engine 18.03.0-ce (officially build by Docker)
- Docker Machine 0.13.0
- Docker Compose 1.20.1
this release works on all Raspberry Pi models (1, 2, 3, 3 B+, Zero, Zero W & Compute Module) as the Docker Engine 18.03.0-ce is built for ARMv6
New Features
- Bash completion for
docker-compose
anddocker-machine
cli commands - cloud-init with a default configuration
/boot/user-data
file- hostname: black-pearl
- username: pirate
- password: hypriot
- cloud-init, examples included in default
user-data
file- WiFi configuration with country setting
- set system locale
- set timezone
- update/upgrade APT packages
- install additional APT packages
- run additional commands at first boot only
Breaking change
- No more UART, we have switched the default to turn it off. Now it's easier to use onboard WiFi.
- Switch to Raspbian Stretch
- No more device-init, please convert your
/boot/device-init.yaml
to/boot/user-data
Fixes
- Resize root filesystem earlier
- Add raspi-config
- Update raspbian apt repo
Quick Installation
$ flash https://github.com/hypriot/image-builder-rpi/releases/download/v1.8.1-rc1/hypriotos-rpi-v1.8.1-rc1.img.zip
$ ssh [email protected]
- login with username "pirate", password "hypriot"