Rocket容器引擎v1.26.0最新版发布了,Rocket容器引擎和Docker类似,帮助开发者打包应用和依赖包到可移植容器中,简化搭环境等部署工作。Rocket和Docker不同的地方在于,Rocket没有Docker那些为企业用户提供的“友好功能”,比如云服务加速工具、集群系统等。反过来说,Rocket想做的,是一个更纯粹的业界标准。
软件介绍
Rkt项目最初的发起者是CoreOS公司。CoreOS公司与其核心产品CoreOS操作系统是实至名归的最早一批Docker企业级用户,伴随着Docker从最初的0.1版本一直走到正式发布的1.0版本。起初两者相互促进,合作甚好。然而,随着Docker在容器界一家独大的趋势越来越明显,其周边的生态逐渐的从单纯的围绕构建容器化应用服务,发展成了自上而下的集群规范体系,甚至部分取代了操作系统的服务进程调度工作。这种臃肿而受Docker单方面控制的容器规范,是CoreOS系统所不待见的,他们想要一个更加开放而中立的容器标准。2014年12月,CoreOS公布了自己的容器计划,并在几个月后结合社区中的容器实践,着手制定新的开放应用容器规范,Rkt则作为此规范中的一个具体实现而继续发展。
CoreOS 把它的容器称为 App Containers,里面包含 app container image、runtime、container-discovery 协议等。其中,App Container Image 和 Docker 里的 Image 比较类似,包含应用必需的元素组成,如源代码和二进制文件。Rocket runtime 则是依照 App Container 标准规格打造的,旨在将容器真正的变成一款命令行工具。
更新内容
新特性
stage1: improve duplicate mount-volume detection (#3666). Breaking change: volumes with duplicate names are now rejected.
stage0/{run,prepare}: remove ondisk verification (#3623). 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 (#3644).
Bug 修复
seccomp: add arch-specific syscalls on ARM (#3636).
fetch: use proper appc os/arch labels (#3621).
tests/caps: skip if overlayfs support is missing (#3670).
build/stage1: transfer user xattr data (#3665).
stage1: include <sys/sysmacros.h> for makedev function (#3604).
其他变更
Add code of conduct (#3661). Required by CNCF.
rkt list|status: app state info (i.e. exit codes) in --format=json (#3638).
Documentation: added production-users and integrations pages (#3602).
Documentation: add mesos to integrations (#3624).
Documentation: add container linux and tectonic as production users (#3618).
Documentation: add Gentoo to the list of distributions that have rkt (#3613).
Documentation: add some individual blog posts (#3611).
Documentation: cleanup stage1 stuff (#3612).
dist: use multi-user.target instead of default.target (#3620).
scripts: update rkt-builder version (#3595).






大小:61.4M



