内容简介: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 的容器引擎
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
计算机程序设计艺术(第1卷)
[美] Donald E. Knuth / 清华大学出版社 / 2002-9 / 80.00元
第1卷首先介绍编程的基本概念和技术,然后详细讲解信息结构方面的内容,包括信息在计算机内部的表示方法、数据元素之间的结构关系,以及有效的信息处理方法。此外,书中还描述了编程在模拟、数值方法、符号计算、软件与系统设计等方面的初级应用。此第3版增加了数十项简单但重要的算法和技术,并根据当前研究发展趋势在数学预备知识方面做了大量修改。一起来看看 《计算机程序设计艺术(第1卷)》 这本书的介绍吧!