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

v1.11.1

Compare
Choose a tag to compare
@StefanScherer StefanScherer released this 26 Jul 06:31
· 54 commits to master since this release
b01ba7d

HypriotOS v1.11.1

Contents

  • Linux Kernel 4.19.58 (upstream from raspberrypi.org)
    • multi-arch kernel for ARMv6 and ARMv7 (supports all Raspberry Pi models)
    • Support for Raspberry Pi 4 B
  • Docker Engine 19.03.1 (officially build by Docker)
  • Docker Machine 0.16.1
  • Docker Compose 1.23.2

this release works on all Raspberry Pi models (1, 2, 3, 3 A+, 3 B, 3 B+, 4 B, Zero, Zero W & Compute Module) as the Docker Engine 19.03.1 is built for ARMv6!

New Features

  • Docker 19.03.1 - see release notes https://github.com/docker/docker-ce/releases/tag/v19.03.1
  • 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 with country setting
    • set system locale
    • set timezone
    • update/upgrade APT packages
    • install additional APT packages
    • run additional commands at first boot only
  • Switch to Raspbian Buster

Quick Installation

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