Go to file
Colin Walters a3e2853942 lib: Make varsubst_basearch propagate errors
Shouldn't happen, but it's better than aborting.
2020-12-20 15:23:53 +00:00
.github
api-doc
buildutil
ci msrv: Bump to Rust 1.48.0 2020-12-15 16:17:44 +00:00
completion
design
docs
experiments-and-demos/skopeo2ostree
libdnf@0aa50cca61
libglnx@900caea698
man
packaging spec: Propagate Fedora default rustflags 2020-12-17 01:35:27 +00:00
rust
scripts
src lib: Make varsubst_basearch propagate errors 2020-12-20 15:23:53 +00:00
tests daemon: Record the agent ID in the journal 2020-12-16 13:55:11 +00:00
tooling
vagrant
.cci.jenkinsfile msrv: Bump to Rust 1.48.0 2020-12-15 16:17:44 +00:00
.dir-locals.el
.editorconfig
.gitmodules
.vimrc
autogen.sh
cargo-vendor-config
Cargo.lock
Cargo.toml
cbindgen.toml
configure.ac
CONTRIBUTING.md
COPYING.GPL
COPYING.LGPL
git.mk
HACKING.md
LICENSE
Makefile-bash.am
Makefile-daemon.am buildsys: Compile daemon code directly with binary 2020-12-20 15:23:53 +00:00
Makefile-decls.am
Makefile-extra.inc
Makefile-lib-defines.am
Makefile-lib.am lib: Drop dependencies on internal librpmostree-priv 2020-12-20 15:23:53 +00:00
Makefile-libdnf.am
Makefile-libpriv.am buildsys: Unify build of binary and internal shared library 2020-12-20 15:23:53 +00:00
Makefile-man.am
Makefile-rpm-ostree.am buildsys: Unify build of binary and internal shared library 2020-12-20 15:23:53 +00:00
Makefile-tests.am tests: Disable C unit tests 2020-12-20 15:23:53 +00:00
Makefile.am
mkdocs.yml
OWNERS
README.md
RELEASE.md

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.