内容简介:rkt v1.23.0 发布,CoreOS 的容器引擎
rkt v1.23.0 发布了。该版本添加了大量有关 rkt fly flavor, garbage collection, kvm, 和 sandbox 的特性。
新的实验性 app
子命令现在遵循 CRI 的语义,如果应用程序失败或退出,不会过早退出。
最后,docker2aci 收到了一个重要的更新修复问题,os/arch 标签会导致 arm 架构出现问题。
新特性
-
沙盒:如果 app 失败不会退出( #3478 )。与常规
rkt run
行为相反,如果所有或单个应用程序失败或退出,沙盒现在不会退出。
Bug 修复
-
stage1: fix incorrect splitting function ( #3541 ).
-
sandbox/app-add: fix mount targets with absolute symlink targets ( #3490 ).
-
namefetcher: fix nil pointer dereference ( #3536 ).
-
Bump appc/docker2aci library version to 0.15.0 ( #3534 ). This supports the conversion of images with various os/arch labels.
-
stage1: uid shift systemd files ( #3529 ).
-
stage1/kvm/lkvm: chown files and dirs on creation ( #3485 ).
-
stage1/fly: record pgid and let stop fallback to it ( #3523 ).
-
common/overlay: allow data directory name with colon character ( #3505 ).
-
api-service: stop erroring when a pod is running ( #3525 ).
-
stage1/fly: clear FD_CLOEXEC only once ( #3521 ).
-
stage1: Add hostname to /etc/hosts ( #3522 ).
-
gc: avoid erroring in race to deletion ( #3515 ).
-
tests/rkt_stop: Wait for 'stop' command to complete ( #3518 ).
-
pkg/pod: avoid nil panic for missing pods ( #3514 ).
其他变更
-
stage1: move more logic out of AppUnit ( #3496 ).
-
tests: use appc schema instead of string templates ( #3520 ).
-
stage1: kvm: Update kernel to 4.9.2 ( #3530 ).
-
stage1: remount entire subcgroup r/w, instead of each knob ( #3494 ).
-
tests: update AWS CI setup ( #3509 ).
-
pkg/fileutil: helper function to get major, minor numbers of a device file ( #3500 ).
-
pkg/log: correctly handle var-arg printf params ( #3516 ).
-
Documentation/stop: describe --uuid-file option ( #3511 ).
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- 技术选型之Docker容器引擎
- 深度解析阿里百万级开源容器引擎 PouchContainer 的富容器技术
- 云容器云引擎:容器化微服务,Istio占C位出道
- rkt 1.26.0 发布,CoreOS 的容器引擎
- rkt 1.25.0 发布,CoreOS 的容器引擎
- rkt 1.24.0 发布,CoreOS 的容器引擎
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
精彩绝伦的CSS
[美] Eric A. Meyer / 姬光 / 人民邮电出版社 / 2012-7 / 49.00元
内容简介: 打造现代布局的专业技术 本书远非只是介绍基础知识,它不仅全面细致地讲解布局与效果,而且展望了HTML5和CSS3的未来。业内很少有人能像Eric A. Meyer一样详细阐明CSS,他在本书中深入分析了普遍适用的实用技术,讲解了如何选用正确的工具、如何通过jQuery使用CSS效果和CSS3技术。 本书主要内容如下: 显示或隐藏元素 通过XHTML为bod......一起来看看 《精彩绝伦的CSS》 这本书的介绍吧!