Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

v1.7.0

Compare
Choose a tag to compare
@DieterReuter DieterReuter released this 01 Nov 21:57
· 206 commits to master since this release
201a783

HypriotOS v1.7.0

Contents

  • Linux Kernel 4.4.50 (optimized for Docker)
    • dual-arch kernel for ARMv6 and ARMv7 (supports all Raspberry Pi models)
  • Docker Engine 17.10.0-ce (officially build by Docker)
  • Docker Machine 0.13.0
  • Docker Compose 1.16.1

this release works on all Raspberry Pi models (1, 2, 3, Zero, Zero W & Compute Module) as the Docker Engine 17.10.0-ce is built for ARMv6

New Features

  • Bash completion for docker-compose and docker-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
    • set system locale
    • set timezone
    • update/upgrade APT packages
    • install additional APT packages
    • run additional commands at first boot only

Breaking change

  • No more device-init, please convert your /boot/device-init.yaml to /boot/user-data

Quick Installation

$ flash https://github.com/hypriot/image-builder-rpi/releases/download/v1.7.0/hypriotos-rpi-v1.7.0.img.zip
$ ssh pirate@black-pearl.local
  • login with username "pirate", password "hypriot"