Go to file
Colin Walters 879c5afefc compose: Write rpmdb to /usr/lib/sysimage/rpm-ostree-base-db
This is prep for a rework of
https://github.com/projectatomic/rpm-ostree/pull/621

For a no-op `rpm-ostree upgrade` (i.e. no updates available), as long as
layering is enabled, we pay the cost of checking out the base tree, *mostly*
only to get the base rpmdb.

This is prep for fixing that down the line by knowing we always have the "base"
tree's rpmdb checked out. Then in the layering case we only modify
`/usr/share/rpm` (eventually that will point to `/usr/lib/sysimage/rpm`).

Teaching `rpmostree-core.c` about this can follow on later.

Closes: #1142
Approved by: jlebon
2017-12-13 16:12:36 +00:00
.github Add issue template, move PR template to .github 2017-03-10 16:31:27 +00:00
api-doc lib: Expose new API around basearch 2017-07-21 16:02:41 +00:00
buildutil tap-test: create tmpdir in /var/tmp 2017-06-29 16:16:54 +00:00
ci scripts: Drop most capabilities 2017-12-05 02:54:23 +00:00
design Introduce experimental "rpm-ostree jigdo" 2017-12-04 14:24:53 +00:00
docs compose: Accept NULL treefile for "use defaults" postprocessing 2017-10-23 20:35:41 +00:00
libdnf@022365553a libdnf: bump for metadata_expire fix 2017-08-22 19:49:55 +00:00
libglnx@e627524af9 Update libglnx 2017-10-16 13:22:30 +00:00
man Add cancel verb and DBus API 2017-12-07 20:12:52 +00:00
packaging Add polkit support 2017-06-19 21:19:42 +00:00
scripts bwrap: Don't use --unshare-net in nspawn by default 2017-03-10 17:27:56 +00:00
src compose: Write rpmdb to /usr/lib/sysimage/rpm-ostree-base-db 2017-12-13 16:12:36 +00:00
tests compose: Write rpmdb to /usr/lib/sysimage/rpm-ostree-base-db 2017-12-13 16:12:36 +00:00
vagrant
.dir-locals.el
.editorconfig tree: add vimrc and editorconfig 2017-10-02 14:36:44 +00:00
.gitmodules
.papr.yml scripts: Drop most capabilities 2017-12-05 02:54:23 +00:00
.vimrc tree: add vimrc and editorconfig 2017-10-02 14:36:44 +00:00
autogen.sh
configure.ac jigdo: v2: Use jigdoset in Requires, and commit hash in Provides 2017-12-12 19:31:36 +00:00
CONTRIBUTING.md
COPYING
git.mk
HACKING.md hacking: make it easier to use a custom tree 2017-09-01 19:58:55 +00:00
LICENSE
Makefile-daemon.am daemon: Install dbus introspection files 2017-06-23 19:15:42 +00:00
Makefile-decls.am build: Always recurse build into libdnf/ 2017-04-13 16:10:14 +00:00
Makefile-lib-defines.am lib: Add version macros and version checking function 2017-07-21 20:35:26 +00:00
Makefile-lib.am lib: Expose new API around basearch 2017-07-21 16:02:41 +00:00
Makefile-libdnf.am build: Always recurse build into libdnf/ 2017-04-13 16:10:14 +00:00
Makefile-libpriv.am Introduce experimental "rpm-ostree jigdo" 2017-12-04 14:24:53 +00:00
Makefile-man.am
Makefile-rpm-ostree.am Add cancel verb and DBus API 2017-12-07 20:12:52 +00:00
Makefile-tests.am tests: Correctly error out if some part of install.sh fails 2017-11-29 14:42:25 +00:00
Makefile.am build: allow git describe versioning in worktrees 2017-11-13 13:48:58 +00:00
mkdocs.yml
README.md
TODO
Vagrantfile

rpm-ostree Overview

rpm-ostree is a hybrid image/package system. It uses OSTree as a base image format, and supports RPM on both the client and server side using libdnf.

For more information, see the online manual: Read The Docs (rpm-ostree)

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.

Manual

For more information, see the online manual: Read The Docs (rpm-ostree)