hypriot / image-builder-rpi

SD card image for Raspberry Pi with Docker: HypriotOS
http://blog.hypriot.com/post/how-to-get-docker-working-on-your-favourite-arm-board-with-hypriotos/
MIT License
1.07k stars 168 forks source link

Prepare release notes for next HypriotOS v1.0.0 release "Blackbeard" #126

Closed DieterReuter closed 8 years ago

DieterReuter commented 8 years ago

HypriotOS 1.0.0-rc1

This is the first major release of HypriotOS for the Raspberry Pi - a Debian-based Container OS focussed on security and minimal size with all the necessary Docker tools already pre-installed. It is heavily inspired by Raspbian and supports absolutely all Raspberry Pi models (1, 2, 3, Zero & Compute Module) out-of-the-box. The Linux kernel is optimised for use of Docker containers and runs on both ARMv6 and ARMv7 CPU's.

From Zero to Docker in five minutes only: Downloading the SD card image, flashing it to a SD card and booting up the Raspberry Pi takes less than five minutes - and the latest Docker Engine is already up and running.

Contents

$ df -h
Filesystem      Size  Used Avail Use% Mounted on
/dev/root        14G  750M   13G   6% /
devtmpfs        427M     0  427M   0% /dev
tmpfs           431M     0  431M   0% /dev/shm
tmpfs           431M   12M  420M   3% /run
tmpfs           5.0M     0  5.0M   0% /run/lock
tmpfs           431M     0  431M   0% /sys/fs/cgroup
/dev/mmcblk0p1   64M   30M   34M  47% /boot

Removed Features

The MIT License (MIT)

Copyright (c) 2016 Hypriot

MathiasRenner commented 8 years ago

HypriotOS 1.0.0 "Blackbeard"

This is the first major release of HypriotOS for the Raspberry Pi - a Debian-based Container OS focused on security and minimal size with all the necessary Docker tools already pre-installed. It is heavily inspired by Raspbian and supports absolutely all Raspberry Pi models (1, 2, 3, Zero & Compute Module) out-of-the-box. The Linux kernel is optimized for use of Docker containers and runs on both ARMv6 and ARMv7 CPU's.

From Zero to Docker in five minutes only: Downloading the SD card image, flashing it to a SD card and booting up the Raspberry Pi takes less than five minutes - and the latest Docker Engine is already up and running.

Contents

Features

Improvements

$ df -h
Filesystem      Size  Used Avail Use% Mounted on
/dev/root        14G  600M   13G   5% /
devtmpfs        427M     0  427M   0% /dev
tmpfs           431M     0  431M   0% /dev/shm
tmpfs           431M   17M  415M   4% /run
tmpfs           5.0M     0  5.0M   0% /run/lock
tmpfs           431M     0  431M   0% /sys/fs/cgroup
/dev/mmcblk0p1   64M   30M   34M  47% /boot

Removed Features

Fixed Issues

Quick Installation

$ flash https://github.com/hypriot/image-builder-rpi/releases/download/v1.0.0/hypriotos-rpi-v1.0.0.img.zip
$ ssh pirate@black-pearl.local

LICENSE

The MIT License (MIT)

Copyright (c) 2016 Hypriot

DieterReuter commented 8 years ago

HypriotOS 1.0.0-rc2

This is an intermediate release candidate with some small changes.

Changes since 1.0.0-rc1

Known Issues

LICENSE

The MIT License (MIT)

Copyright (c) 2016 Hypriot

DieterReuter commented 8 years ago

HypriotOS 1.0.0-rc3

This is an intermediate release candidate with some small changes.

Changes since 1.0.0-rc3

Fixed Issues

LICENSE

The MIT License (MIT)

Copyright (c) 2016 Hypriot

DieterReuter commented 8 years ago

Release completed!

🏁