First tag!
cOS-toolkit is an experimental framework to build, ship, release and maintain Linux Derivatives as Container images.
By default cOS comes with an immutable-rootfs setup. cOS supports to upgrade specifying directly docker image references and with standard upgrade channel.
In this release:
- Gained support for upgrades with signed images with mtree #251
- Added SELinux support #135
- PoC for building cloud images - we have a new make target (
make raw_disk
) to build unprivileged disks that can be booted in AWS. - We have introduced a mechanism to have the recovery partition also supplied as a separated squashfs file which is being used by the Cloud images. We also gained support to optionally supply a different image being used for the recovery partition.
- Cloud-init tool had various updates: support for partitioning, cloud data sources and more fine-grained user control ( https://github.com/rancher-sandbox/cOS-toolkit/blob/master/docs/derivatives_featureset.md#configuration-reference )
Luet version used for building packages: 0.16.7