github.com/blixtra/rkt@v0.8.1-0.20160204105720-ab0d1add1a43/ROADMAP.md (about)

     1  # rkt roadmap
     2  
     3  This document defines a high level roadmap for rkt development.
     4  The dates below should not be considered authoritative, but rather indicative of the projected timeline of the project.
     5  The [milestones defined in GitHub](https://github.com/coreos/rkt/milestones) represent the most up-to-date state of affairs.
     6  
     7  rkt is an implementation of the [App Container spec](https://github.com/appc/spec), which is still under active development on an approximately similar timeframe.
     8  The version of the spec that rkt implements can be seen in the output of `rkt version`.
     9  
    10  **Note that until communicated otherwise, the rkt CLI and API are considered unstable and subject to change.**
    11  Backwards-compatibility is a priority for the v1.0.0 release.
    12  
    13  ### rkt 1.0 (February)
    14  - stable CLI interface
    15  - stable read-only API interface
    16  - stable on-disk format (all upgrades should be backwards-compatible)
    17  - different shared namespace execution modes [#1433](https://github.com/coreos/rkt/issues/1433)
    18  - stage1 benchmarking [#1788](https://github.com/coreos/rkt/issues/1788)
    19  - more advanced stage1 image configuration [#1425](https://github.com/coreos/rkt/issues/1425)
    20  - packaged for more distributions
    21    - CentOS [#1305](https://github.com/coreos/rkt/issues/1305)
    22    - OpenSUSE [#1304](https://github.com/coreos/rkt/issues/1308)
    23    - Fedora [#1304](https://github.com/coreos/rkt/issues/1304)
    24    - Debian [#1307](https://github.com/coreos/rkt/issues/1307)
    25  
    26  ### rkt 1.1 (Future)
    27  
    28  - fully integrated with `machinectl login` and `systemd-run` [#1463](https://github.com/coreos/rkt/issues/1463)
    29  - IPv6 support [appc/cni#31](https://github.com/appc/cni/issues/31)
    30  - attach to the app's stdin/stdout [#1799](https://github.com/coreos/rkt/issues/1799)