设为首页 收藏本站
查看: 1328|回复: 0

[软件发布] rkt v1.4.0 发布,CoreOS 的容器引擎

[复制链接]

尚未签到

发表于 2016-6-4 11:30:39 | 显示全部楼层 |阅读模式
欢迎加入运维网交流群:263444886>>> »   DSC0000.png
                DSC0001.png   rkt v1.4.0发布了。
  Rocket (也叫 rkt)是 CoreOS 推出的一款容器引擎,和 Docker 类似,帮助开发者打包应用和依赖包到可移植容器中,简化搭环境等部署工作。Rocket 和 Docker 不同的地方在于,Rocket 没有 Docker 那些为企业用户提供的“友好功能”,比如云服务加速工具、集群系统等。反过来说,Rocket 想做的,是一个更纯粹的业界标准。
  更新详情:

新特性和 UX changes

  • config: add config subcommand (#2405). This new subcommand prints the current rkt configuration. It can be used to get i.e. authentication credentials. See rkt's config subcommanddocumentation.
  • run: add --user/--group app flags to rkt run and rkt prepare allowing to override the user and group specified in the image manifest (#2419).
  • gc: Add flag 'mark-only' to mark garbage pods without deleting them (#2400, #2402). This new flag moves exited/aborted pods to the exited-garbage/garbage directory but does not delete them. A third party application can use rkt gc --mark-only=true to mark exited pods as garbage without deleting them.
  • kvm: Add support for app capabilities limitation (#2222). By default kvm flavor has got enabled every capability inside pod. This patch adds support for a restricted set of capabilities inside a kvm flavor of rkt.
  • stage1/init: return exit code 1 on error (#2383). On error, stage1/init was returning a non-zero value between 1 and 7. This change makes it return status code 1 only.
  • api: Add 'CreatedAt', 'StartedAt' in pod's info returned by api service. (#2377).
文档改进

  • Minor documentation fixes (#2413, #2395, #2231).
  • functional tests: Add new test with systemd-proxyd (#2257). Adds a new test and documentation how to use systemd-proxyd with rkt pods.
Bug 修复

  • kvm: refactor volumes support (#2328). This allows users to share regular files as volumes in addition to directories.
  • kvm: fix rkt status (#2415). Fixes a regression bug were rkt status was no longer reporting the pid of the pod when using the kvm flavor.
  • Build actool for the build architecture (#2372). Fixes a cross compilation issue with acbuild.
  • rkt: calculate real dataDir path (#2399). Fixes garbage collection when the data directory specified by --dir contains a symlink component.
  • stage1/init: fix docker volume semantics (#2409). Fixes a bug in docker volume semantics when rkt runs with the option --pod-manifest. When a Docker image exposes a mount point that is not mounted by a host volume, Docker volume semantics expect the files in the directory to be available to the application. This was partially fixed in rkt 1.3.0 via #2315 but the bug remained when rkt runs with the option --pod-manifest. This is now fully fixed.
  • rkt/image: check that discovery labels match manifest labels (#2311).
  • store: fix multi process with multi goroutines race on db (#2391). This was a bug when multiple rkt fetch commands were executed concurrently.
  • kvm: fix pid vs ppid usage (#2396). Fixes a bug in rkt enter in the kvm flavor causing an infinite loop.
  • kvm: Fix connectivity issue in macvtap networks caused by macvlan NICs having incorrect names (#2181).
  • tests: TestRktListCreatedStarted: fix timing issue causing the test to fail on slow machines (#2366).
  • rkt/image: remove redundant quotes in an error message (#2379).
  • prepare: Support 'ondisk' verification skip as documented by the global options (#2376). Prior to this commit, rkt prepare would check the ondisk image even if the --insecure-options=ondiskflag was provided. This corrects that.
其他更新

  • tests: skip TestSocketProxyd when systemd-socket-proxyd is not installed (#2436).
  • tests: TestDockerVolumeSemantics: more tests with symlinks (#2394).
  • rkt: Improve build shell script used in continuous integration (#2394).
  • protobuf: generate code using a script (#2382).
  • Generate manpages (#2373). This adds support for generating rkt man pages using make manpages and the bash completion file using make bash-completion, see the note for packagers below.
  • tests/aws.sh: add test for Fedora 24 (#2340).
Note for packagers
Files generated from sources are no longer checked-in the git repository. Instead, packagers should build them:

  •   Bash completion file, generated by make bash-completion
  •   Man pages, generated by make manpages
下载地址:

  •   rkt-v1.4.0.tar.gz
  •   rkt-v1.4.0.tar.gz.sig
  •   stage1-coreos-1.4.0-linux-amd64.aci
  •   stage1-coreos-1.4.0-linux-amd64.aci.asc
  •   stage1-fly-1.4.0-linux-amd64.aci
  •   stage1-fly-1.4.0-linux-amd64.aci.asc
  •   stage1-kvm-1.4.0-linux-amd64.aci
  •   stage1-kvm-1.4.0-linux-amd64.aci.asc
  •   Source code (zip)
  •   Source code (tar.gz)
  

运维网声明 1、欢迎大家加入本站运维交流群:群②:261659950 群⑤:202807635 群⑦870801961 群⑧679858003
2、本站所有主题由该帖子作者发表,该帖子作者与运维网享有帖子相关版权
3、所有作品的著作权均归原作者享有,请您和我们一样尊重他人的著作权等合法权益。如果您对作品感到满意,请购买正版
4、禁止制作、复制、发布和传播具有反动、淫秽、色情、暴力、凶杀等内容的信息,一经发现立即删除。若您因此触犯法律,一切后果自负,我们对此不承担任何责任
5、所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其内容的准确性、可靠性、正当性、安全性、合法性等负责,亦不承担任何法律责任
6、所有作品仅供您个人学习、研究或欣赏,不得用于商业或者其他用途,否则,一切后果均由您自己承担,我们对此不承担任何法律责任
7、如涉及侵犯版权等问题,请您及时通知我们,我们将立即采取措施予以解决
8、联系人Email:admin@iyunv.com 网址:www.yunweiku.com

所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其承担任何法律责任,如涉及侵犯版权等问题,请您及时通知我们,我们将立即处理,联系人Email:kefu@iyunv.com,QQ:1061981298 本贴地址:https://www.iyunv.com/thread-226161-1-1.html 上篇帖子: MyAzkaban V3.0.0 维护版发布 下篇帖子: RunDeck v2.6.5 发布,服务器自动化操作
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

扫码加入运维网微信交流群X

扫码加入运维网微信交流群

扫描二维码加入运维网微信交流群,最新一手资源尽在官方微信交流群!快快加入我们吧...

扫描微信二维码查看详情

客服E-mail:kefu@iyunv.com 客服QQ:1061981298


QQ群⑦:运维网交流群⑦ QQ群⑧:运维网交流群⑧ k8s群:运维网kubernetes交流群


提醒:禁止发布任何违反国家法律、法规的言论与图片等内容;本站内容均来自个人观点与网络等信息,非本站认同之观点.


本站大部分资源是网友从网上搜集分享而来,其版权均归原作者及其网站所有,我们尊重他人的合法权益,如有内容侵犯您的合法权益,请及时与我们联系进行核实删除!



合作伙伴: 青云cloud

快速回复 返回顶部 返回列表