X-m7 / rpm-ostree

βš›πŸ“¦ Hybrid image/package system with atomic upgrades and package layering

Home Page:http://coreos.github.io/rpm-ostree

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rpm-ostree: A true hybrid image/package system

rpm-ostree is a hybrid image/package system. It combines libostree as a base image format, and accepts RPM on both the client and server side, sharing code with the dnf project; specifically libdnf. and thus bringing many of the benefits of both together.

                         +-----------------------------------------+
                         |                                         |
                         |       rpm-ostree (daemon + CLI)         |
                  +------>                                         <---------+
                  |      |     status, upgrade, rollback,          |         |
                  |      |     pkg layering, initramfs --enable    |         |
                  |      |                                         |         |
                  |      +-----------------------------------------+         |
                  |                                                          |
                  |                                                          |
                  |                                                          |
+-----------------|-------------------------+        +-----------------------|-----------------+
|                                           |        |                                         |
|         libostree (image system)          |        |            libdnf (pkg system)          |
|                                           |        |                                         |
|   C API, hardlink fs trees, system repo,  |        |    ties together libsolv (SAT solver)   |
|   commits, atomic bootloader swap         |        |    with librepo (RPM repo downloads)    |
|                                           |        |                                         |
+-------------------------------------------+        +-----------------------------------------+

Features:

  • Transactional, background image-based (versioned/checksummed) upgrades
  • OS rollback without affecting user data (/usr but not /etc, /var) via libostree
  • Client-side package layering (and overrides)
  • Easily make your own: rpm-ostree compose tree and CoreOS Assembler

Documentation

For more information, see the project documentation or the project documentation website.

License

rpm-ostree includes code licensed under GPLv2+, LGPLv2+, (Apache 2.0 OR MIT). For more information, see LICENSE.

About

βš›πŸ“¦ Hybrid image/package system with atomic upgrades and package layering

http://coreos.github.io/rpm-ostree

License:Other


Languages

Language:C 76.0%Language:Shell 13.2%Language:Rust 7.8%Language:Makefile 1.2%Language:M4 1.0%Language:Python 0.7%Language:Dockerfile 0.1%Language:JavaScript 0.1%Language:Vim Script 0.0%Language:Emacs Lisp 0.0%