CoreOS 的容器引擎,Rocket 0.8.1 發布

jopen 9年前發布 | 5K 次閱讀 Rocket

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

CoreOS 把它的容器稱為 App Containers,里面包含 app container image、runtime、container-discovery 協議等。其中,App Container Image 和 Docker 里的 Image 比較類似,包含應用必需的元素組成,如源代碼和二進制文件。Rocket runtime 則是依照 App Container 標準規格打造的,旨在將容器真正的變成一款命令行工具。    

Rocket 0.8.1 發布,更新內容如下:

該版本一些重大的 UX 變化:

  • Arguments can now be passed through to CNI plugins on the command line - see the networking documentation for details

    </li>

  • The default metadata service port has been changed from 2375 (which had an unfortunate conflict with an IANA registered/reserved port) to an arbitrary non-registered port, 18112

    </li>

  • The APPNAME field in the output of rkt image list has been changed to the more accurate NAME

    </li>

  • rkt rm now supports a variable number of arguments, allowing the removal of multiple pods simultaneously

    </li> </ul>

    完整的更新列表:

    • New features and UX changes:

      </li>

      • rkt rm is now variadic: it can now remove multiple pods in one command, by UUID

        </li>

      • The APPNAME column in rkt image list output has been changed to the more accurate NAME. This involves a schema change in rkt's on-disk datastore, but this should be upgraded transparently.

        </li>

      • Headers are now sent when following HTTP redirects while trying to retrieve an image

        </li>

      • The default metadata service port number was changed from a registered/reserved IANA port to an arbitrary port in the non-dynamic range

        </li>

      • Added the ability to override arguments for network plugins

        </li>

      • rkt will now error out if someone attempts to use --private-users with the lkvm backend

        </li> </ul>

      • Bug fixes:

        </li>

        • Fixed creation of /tmp in apps' root filesystems with correct permissions

          </li>

        • Fixed garbage collection after umounts (for example, if a system reboots before a pod is cleanly destroyed)

          </li>

        • Fixed a race in interactive mode when using the lkvm backend that could cause a deadlock or segfault

          </li>

        • Fixed bad parameter being passed to the metadata service ("uid" -> "uuid")

          </li>

        • Fixed setting of file permissions during stage1 set up

          </li>

        • Fixed a potential race condition during simultaneous iptables invocation

          </li>

        • Fixed ACI download progress being sent to stderr instead of stdout, now consistent with the output during retrieval of Docker images

          </li>

        • rkt help prepare will now show the correct default stage1 image

          </li>

        • rkt will refuse to add isolators with nil Limits, preventing a panic caused by an ambiguity in upstream appc schema

          </li> </ul>

        • Other changes:

          </li>

          • Reworked the SELinux implementation to use systemd-nspawn's native context-switching feature

            </li>

          • Added a workaround for a bug in Docker <1.8 when it is run on the same system as rkt (see #1210 (comment))

            </li>

          • Added a rkt-xxxx-tapN name to tap devices that rkt creates

            </li>

          • Functional tests now clean intermediate images between tests

            </li>

          • Countless improvements and cleanup to the build system

            </li>

          • Numerous documentation improvements, including splitting out all top-level rkt subcommands into their own documents

            </li> </ul> </ul>

            下載頁面:v0.8.1

            來自:http://www.oschina.net/news/66250/rocket-0-8-1

             本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
             轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
             本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!