From Fedora Project Wiki
 
(5 intermediate revisions by one other user not shown)
Line 16: Line 16:


== Summary ==
== Summary ==
Include rkt 1.0.0 or higher in Fedora 24.
<!-- A sentence or two summarizing what this change is and what it will do. This information is used for the overall changeset summary page for each release. -->
<!-- A sentence or two summarizing what this change is and what it will do. This information is used for the overall changeset summary page for each release. -->


Line 99: Line 100:
A good "how to test" should answer these four questions:
A good "how to test" should answer these four questions:
-->
-->
     * $ sudo dnf install rkt
     $ sudo dnf install rkt
     * $ sudo systemctl start rkt-metadata
     $ sudo systemctl start rkt-metadata
     * Test rkt usage as mentioned in upstream docs
      
    Test rkt usage starting with [//github.com/coreos/rkt/blob/master/Documentation/trying-out-rkt.md#rkt-basics rkt basics]


== User Experience ==
== User Experience ==
Line 143: Line 145:
<!-- Select proper category, default is Self Contained Change -->
<!-- Select proper category, default is Self Contained Change -->
[[Category:SelfContainedChange]]
[[Category:SelfContainedChange]]
<!-- [[Category:SystemWideChange]] -->
<!-- [[Category:SystemWideChange]]
 
<!-- ChangeReadyForWrangler -->

Latest revision as of 15:06, 23 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-23
  • 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