From Fedora Project Wiki
No edit summary
Line 149: Line 149:
<!-- ChangeReadyForWrangler -->
<!-- ChangeReadyForWrangler -->
[[Category:ChangeReadyForWrangler]]
[[Category:ChangeReadyForWrangler]]
-->

Revision as of 17:28, 22 February 2016


Rkt

Summary

Include rkt 1.0.0 or higher in Fedora 24.

Owner

Current status

  • Targeted release: Fedora 24
  • Last updated: 2016-02-22
  • Tracker bug: <will be assigned by the Wrangler>

Detailed Description

(shameless copy from rkt's github page)


rkt (pronounced "rock-it") is a CLI for running app containers on Linux. rkt is designed to be secure, composable, and standards-based.

Some of rkt's key features and goals include:

  • Security: rkt is developed with a principle of "secure-by-default", and includes a number of important security features like support for SELinux, TPM measurement, and running app containers in hardware-isolated VMs.
  • Composability: rkt is designed for first-class integration with init systems (systemd, upstart) and cluster orchestration tools (fleet, Kubernetes, Nomad), and supports swappable execution engines.
  • Open standards and compatibility: rkt implements the appc specification, supports the Container Networking Interface specification, and can also run Docker images.


Benefit to Fedora

There are many hoops to jump through to get Rkt working on Fedora at the moment. This change will allow Fedora users to use Rkt out of the box.

Scope

  • Proposal owners:
  • Other developers: N/A (not a System Wide Change)
  • Release engineering: N/A (not a System Wide Change)
  • Policies and guidelines: N/A (not a System Wide Change)
  • Trademark approval: N/A (not needed for this Change)

Upgrade/compatibility impact

N/A (not a System Wide Change)

How To Test

   $ sudo dnf install rkt
   $ sudo systemctl start rkt-metadata
   
   Test rkt usage starting with rkt basics

User Experience

N/A (not a System Wide Change)

Dependencies

N/A (not a System Wide Change)

Contingency Plan

  • Contingency mechanism: N/A (not a System Wide Change)
  • Contingency deadline: N/A (not a System Wide Change)
  • Blocks release? N/A (not a System Wide Change)

Documentation

N/A (not a System Wide Change)

Release Notes