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

Releases: hypriot/image-builder-rpi

v1.10.0-rc2

06 Jan 16:39
c5beaa9
Compare
Choose a tag to compare
v1.10.0-rc2 Pre-release
Pre-release

HypriotOS v1.10.0-rc2

Contents

  • Linux Kernel 4.14.79 (upstream from raspberrypi.org)
    • dual-arch kernel for ARMv6 and ARMv7 (supports all Raspberry Pi models)
  • Docker Engine 18.06.1 (officially build by Docker)
  • Docker Machine 0.16.0
  • Docker Compose 1.23.2

this release works on all Raspberry Pi models (1, 2, 3, 3 B+, Zero, Zero W & Compute Module) as the Docker Engine 18.06.1 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 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.10.0-rc2/hypriotos-rpi-v1.10.0-rc2.img.zip
$ ssh [email protected]
  • login with username "pirate", password "hypriot"

v1.10.0-rc1

01 Dec 21:56
b53a8b0
Compare
Choose a tag to compare
v1.10.0-rc1 Pre-release
Pre-release

HypriotOS v1.10.0-rc1

Contents

  • Linux Kernel 4.14.79 (upstream from raspberrypi.org)
    • dual-arch kernel for ARMv6 and ARMv7 (supports all Raspberry Pi models)
  • Docker Engine 18.09.0 (officially build by Docker)
  • Docker Machine 0.16.0
  • Docker Compose 1.23.2

this release works on all Raspberry Pi models (1, 2, 3, 3 B+, Zero, Zero W & Compute Module) as the Docker Engine 18.09.0 is built for ARMv6 UPDATE: it turns out that Docker 18.09.0 does not work on 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 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.10.0-rc1/hypriotos-rpi-v1.10.0-rc1.img.zip
$ ssh [email protected]
  • login with username "pirate", password "hypriot"

v1.9.0

28 Apr 18:52
51c16c2
Compare
Choose a tag to compare

HypriotOS v1.9.0

Contents

  • Linux Kernel 4.14.34 (optimized for Docker)
    • dual-arch kernel for ARMv6 and ARMv7 (supports all Raspberry Pi models)
  • Docker Engine 18.04.0-ce (officially build by Docker)
  • Docker Machine 0.14.0
  • Docker Compose 1.21.1

this release works on all Raspberry Pi models (1, 2, 3, 3 B+, Zero, Zero W & Compute Module) as the Docker Engine 18.04.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 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.9.0/hypriotos-rpi-v1.9.0.img.zip
$ ssh [email protected]
  • login with username "pirate", password "hypriot"

v1.9.0-rc1

22 Apr 18:29
252398e
Compare
Choose a tag to compare
v1.9.0-rc1 Pre-release
Pre-release

HypriotOS v1.9.0-rc1

This is a pre-release version. Please use this image for tests and send us feedback.

Contents

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

this release works on all Raspberry Pi models (1, 2, 3, 3 B+, Zero, Zero W & Compute Module) as the Docker Engine 18.04.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 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.9.0-rc1/hypriotos-rpi-v1.9.0-rc1.img.zip
$ ssh [email protected]
  • login with username "pirate", password "hypriot"

v1.8.1-rc1

30 Mar 09:09
6204892
Compare
Choose a tag to compare
v1.8.1-rc1 Pre-release
Pre-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 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

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"

v1.8.0

27 Mar 10:44
7647206
Compare
Choose a tag to compare

HypriotOS v1.8.0

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 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

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

Quick Installation

$ flash https://github.com/hypriot/image-builder-rpi/releases/download/v1.8.0/hypriotos-rpi-v1.8.0.img.zip
$ ssh [email protected]
  • login with username "pirate", password "hypriot"

v1.8.0-rc2

25 Mar 17:02
Compare
Choose a tag to compare
v1.8.0-rc2 Pre-release
Pre-release

HypriotOS v1.8.0-rc2

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 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

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

Quick Installation

$ flash https://github.com/hypriot/image-builder-rpi/releases/download/v1.8.0-rc2/hypriotos-rpi-v1.8.0-rc2.img.zip
$ ssh [email protected]
  • login with username "pirate", password "hypriot"

v1.8.0-rc1

22 Mar 08:36
Compare
Choose a tag to compare
v1.8.0-rc1 Pre-release
Pre-release

HypriotOS v1.8.0-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.02.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.02.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 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

Quick Installation

$ flash https://github.com/hypriot/image-builder-rpi/releases/download/v1.8.0-rc1/hypriotos-rpi-v1.8.0-rc1.img.zip
$ ssh [email protected]
  • login with username "pirate", password "hypriot"

v1.7.1

02 Nov 11:26
6277f85
Compare
Choose a tag to compare

HypriotOS v1.7.1

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.17.0

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.1/hypriotos-rpi-v1.7.1.img.zip
$ ssh [email protected]
  • login with username "pirate", password "hypriot"

v1.7.0

01 Nov 21:57
201a783
Compare
Choose a tag to compare

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 [email protected]
  • login with username "pirate", password "hypriot"