Skip to content
This repository has been archived by the owner on Feb 24, 2020. It is now read-only.

Latest commit

 

History

History
31 lines (25 loc) · 1.79 KB

ROADMAP.md

File metadata and controls

31 lines (25 loc) · 1.79 KB

rkt roadmap

work in progress

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.10 (October)

  • different shared namespace execution modes #1433
  • CLI exposes fine-grained security controls #1568 #912
  • API service to expose read-only information about rkt pods #1208
  • packaged for other distributions

rkt 1.0 (November?)

  • fully integrated with machinectl login and systemd-run #1463
  • rkt can retrieve images via BitTorrent #405
  • packaged for more distributions
  • IPv6 support
  • rkt can run applications as non-root #820
  • stable CLI interface