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

v1.1.2

Compare
Choose a tag to compare
@StefanScherer StefanScherer released this 17 Dec 20:50
· 270 commits to master since this release

HypriotOS v1.1.2

Contents

  • Linux Kernel 4.4.27 (optimized for Docker)
    • dual-arch kernel for ARMv6 and ARMv7 (supports all Raspberry Pi models)
  • Docker Engine 1.12.5 (officially build by Docker)
  • Docker Machine 0.8.2
  • Docker Compose 1.9.0

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

Quick Installation

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

Easy upgrade from HypriotOS 1.0.0 and above

$ sudo apt-get update
$ sudo apt-get upgrade -y
$ sudo reboot