1. 程式人生 > >rkt 1.18.0 釋出,CoreOS 的容器引擎

rkt 1.18.0 釋出,CoreOS 的容器引擎

rkt 1.18.0 釋出了,該版本包含錯誤修復,UX增強功能和其他改進。

Rocket (也叫 rkt)是 CoreOS 推出的一款容器引擎,和 Docker 類似,幫助開發者打包應用和依賴包到可移植容器中,簡化搭環境等部署工作。Rocket 和 Docker 不同的地方在於,Rocket 沒有 Docker 那些為企業使用者提供的“友好功能”,比如雲服務加速工具、集群系統等。反過來說,Rocket 想做的,是一個更純粹的業界標準。

UX 更正:

  1. rkt: gate diagnostic output behind --debug ( #3297 ).

  2. rkt: Change exit codes to 254 (

    #3261 ).

Bug 修復:

  1. stage1/kvm: correctly bind-mount read-only volumes ( #3304 ).

  2. stage0/cas: apply xattr attributes ( #3305 ).

  3. scripts/install-rkt: add iptables dependency ( #3309 ).

  4. stage0/image: set proxy if InsecureSkipVerify is set ( #3303 ).

其他更新:

  1. vendor: update docker2aci to 0.13.0 (

    #3314 ). This fixes multiple fetching and conversion bugs, including two security issues.

  2. scripts: update glide vendor script ( #3313 ).

  3. vendor: update appc/spec to v0.8.8 ( #3310 ).

  4. stage1: update to CoreOS 1192.0.0 (and update sanity checks) ( #3283 ).

  5. cgroup: introduce proper cgroup/v1, cgroup/v2 packages (

    #3277 ).

  6. Documentation updates: ( #3281#3319#3308 ).

下載地址:



檢視原文:http://www.zoues.com/2016/10/28/rkt-1-18-0-%e5%8f%91%e5%b8%83%ef%bc%8ccoreos-%e7%9a%84%e5%ae%b9%e5%99%a8%e5%bc%95%e6%93%8e/