2014-06-18 08:48:03 -04:00
2016-03-09 11:10:58 -05:00
2016-03-09 11:10:58 -05:00
2016-02-22 14:27:46 -05:00
2015-11-21 10:07:53 -05:00
2016-03-08 14:53:23 -05:00
2015-09-09 22:00:04 -04:00
2015-02-15 14:01:13 -05:00
2016-02-22 14:27:46 -05:00
2014-03-10 16:40:16 -04:00
2014-03-25 09:07:49 -04:00
2016-02-22 14:27:45 -05:00
2016-03-09 11:10:58 -05:00
2016-03-09 11:10:58 -05:00
2014-03-31 16:33:05 -04:00

rpm-ostree Overview

New! See the docs online at Read The Docs (rpm-ostree)


rpm-ostree is a hybrid image/package system. It uses OSTree as an image format, and uses RPM as a component model.

The project aims to bring together a hybrid of image-like upgrade features (reliable replication, atomicity), with package-like flexibility (introspecting trees to find package sets, package layering, partial live updates).

Features:

  • Atomic upgrades and rollback for host system updates
  • A server side tool to consume RPMs and commit them to an OSTree repository
  • A system daemon to consume ostree commits as updates

Projects using rpm-ostree

Project Atomic uses rpm-ostree to provide a minimal host for Docker formatted Linux containers. Replicating a base immutable OS, then using Docker for applications.

Building

Releases are available as GPG signed git tags, and most recent versions support extended validation using git-evtag.

However, in order to build from a git clone, you must update the submodules. If you're packaging and want a tarball, I recommend using a "recursive git archive" script. There are several available online; this code in OSTree is an example.

Once you have a git clone or recursive archive, building is the same as almost every autotools project:

env NOCONFIGURE=1 ./autogen.sh
./configure --prefix=...
make
make install DESTDIR=/path/to/dest

More documentation

New! See the docs online at Read The Docs (OSTree)

Some more information is available on the old wiki page: https://wiki.gnome.org/Projects/OSTree

Contributing

See Contributing.

Description
No description provided
Readme 12 MiB
Languages
C++ 58.8%
Rust 18.6%
Shell 13.6%
C 6.6%
M4 0.8%
Other 1.6%