rkt v1.19.0 发布,CoreOS 的容器引擎

栏目: 服务器 · 发布时间: 8年前

内容简介:rkt v1.19.0 发布,CoreOS 的容器引擎

rkt v1.19.0 发布了,此版本包含对 rkt 核心的多个更改,使其更符合 Kubernetes 的新容器运行时接口(CRI)。

已推出一个新的实验性应用子命令,允许创建“pod sandbox”并在运行时动态修改它。此功能尚未完全稳定,目前正处于实验的状态。

该版本更新如下:

新功能 and UX 变化:

  • rkt: experimental support for pod sandbox ( #3318 ). This PR introduces an experimental  app subcommand and many additional app-level options.

  • rkt/image: align image selection behavior for the rm subcommand ( #3353 ).

  • stage1/init: leave privileged pods without stage2 mount-ns ( #3290 ).

  • stage0/image: list images output in JSON format ( #3334 ).

  • stage0/arch: initial support for ppc64le platform ( #3315 ).

Bug 修复:

  • gc: make sure CNI_PATH is same for gc and init ( #3348 ).

  • gc: clean up some GC leaks ( #3317 ).

  • stage0: minor wording fixes ( #3351 ).

  • setup-data-dir.sh: fallback to the mkdir/chmod s if the rkt.conf doesn't exist ( #3335 ).

  • scripts: add gpg to Debian dependencies ( #3339 ).

  • kvm: fix for breaking change in Debian Sid GCC default options ( #3354 ).

  • image/list: bring back field filtering in plaintext mode ( #3361 ).

其他变更:

  • cgroup/v1: introduce mount flags to mountFsRO ( #3350 ).

  • kvm: update QEMU version to 2.7.0 ( #3341 ).

  • kvm: bump kernel version to 4.8.6, updated config ( #3342 ).

  • vendor: introduce kr/pretty and bump go-systemd ( #3333 ).

  • vendor: update docker2aci to 0.14.0 ( #3356 ).

  • tests: add the --debug option to more tests ( #3340 ).

  • scripts/build-rir: bump rkt-builder version to 1.1.1 ( #3360 ).

  • Documentation updates: #3321#3331#3325 .

发布说明和完整更新日志

下载地址:

Rocket (也叫 rkt)是 CoreOS 推出的一款容器引擎,和 Docker 类似,帮助开发者打包应用和依赖包到可移植容器中,简化搭环境等部署工作。Rocket 和 Docker 不同的地方在于,Rocket 没有 Docker 那些为企业用户提供的“友好功能”,比如云服务加速 工具 、集群系统等。反过来说,Rocket 想做的,是一个更纯粹的业界标准。


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

编程的修炼(中英双语)

编程的修炼(中英双语)

[荷]Edsger W. Dijkstra / 裘宗燕 / 电子工业出版社 / 2013-7 / 79.00元

本书是图灵奖获得者Edsger W. Dijkstra在编程领域里的经典著作中的经典。作者基于其敏锐的洞察力和长期的实际编程经验,对基本顺序程序的描述和开发中的许多关键问题做了独到的总结和开发。书中讨论了顺序程序的本质特征、程序描述和对程序行为(正确性)的推理,并通过一系列从简单到复杂的程序的思考和开发范例,阐释了基于严格的逻辑推理开发正确可靠程序的过程。 本书写于20世纪70年代中后期,但......一起来看看 《编程的修炼(中英双语)》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具