新特性
stage1: improve duplicate mount-volume detection. Breaking change: volumes with duplicate names are now rejected.
stage0/{run,prepare}: remove ondisk verification. For backwards compatibility, specifying 'insecure-options=ondisk' will still run without error, however it will also not do anything.
kvm/qemu: add extra kernel parameters
Bug 修复
seccomp: add arch-specific syscalls on ARM
fetch: use proper appc os/arch labels
tests/caps: skip if overlayfs support is missing
build/stage1: transfer user xattr data
stage1: include
其他变更
Add code of conduct (#3661). Required by CNCF.
rkt list|status: app state info (i.e. exit codes) in --format=json
Documentation: added production-users and integrations pages
Documentation: add mesos to integrations
Documentation: add container linux and tectonic as production users
Documentation: add Gentoo to the list of distributions that have rkt
Documentation: add some individual blog posts
Documentation: cleanup stage1 stuff
dist: use multi-user.target instead of default.target
scripts: update rkt-builder version
Rocket (也叫 rkt)是 CoreOS 推出的一款容器引擎,和 Docker 类似,帮助开发者打包应用和依赖包到可移植容器中,简化搭环境等部署工作。Rocket 和 Docker 不同的地方在于,Rocket 没有 Docker 那些为企业用户提供的“友好功能”,比如云服务加速工具、集群系统等。反过来说,Rocket 想做的,是一个更纯粹的业界标准。
软件详情:https://github.com/rkt/rkt/releases/tag/v1.26.0
来自:开源中国社区

