Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.64 KB

ROADMAP.md

File metadata and controls

30 lines (24 loc) · 1.64 KB

rkt roadmap

This document defines a high level roadmap for rkt development. The dates below should not be considered authoritative, but rather indicative of the projected timeline of the project. The milestones defined in GitHub represent the most up-to-date state of affairs.

rkt is an implementation of the App Container spec, which is still under active development on an approximately similar timeframe. The version of the spec that rkt implements can be seen in the output of rkt version.

Note that until communicated otherwise, the rkt CLI and API are considered unstable and subject to change. Backwards-compatibility is a priority for the v1.0.0 release.

rkt v0.14 (December)

  • different shared namespace execution modes #1433

rkt v0.15 (January)

  • per-user credentials configuration #1568

rkt 1.0

  • stable CLI interface
  • stable read-only API interface
  • stable on-disk format (all upgrades should be backwards-compatible)
  • fully integrated with machinectl login and systemd-run #1463
  • packaged for more distributions
  • rkt can run applications as non-root #820
  • IPv6 support appc/cni#31