rpm-ostree icon indicating copy to clipboard operation
rpm-ostree copied to clipboard

⚛📦 Hybrid image/package system with atomic upgrades and package layering

Results 263 rpm-ostree issues
Sort by recently updated
recently updated
newest added

**Host system details** ``` BootedDeployment: ● fedora:fedora/36/x86_64/silverblue Version: 36.20220726.0 (2022-07-26T00:50:07Z) BaseCommit: e3e37d9c57c202ec6fee3769440ff6e8b1aca88cb46cee56703f7c0c429f1079 GPGSignature: Valid signature by 53DED2CB922D8B8D9E63FD18999F7CBF38AB71F4 LocalPackages: akmods-keys-0.0.2-8.fc36.noarch ``` **Expected vs actual behavior** **Expected**: modules compiled with akmods will...

When a local package is installed, using `rpm-ostree install` on a newer rpm fails. For example: ``` $ rpm-ostree install Downloads/zoom_x86_64.rpm Checking out tree 311528d... done Enabled rpm-md repositories: fedora...

kind/enhancement
jira

Add a doc page for: https://github.com/coreos/rpm-ostree/pull/3125

jira
good-first-issue

As of recently, rpm-ostree supports live updates ( https://github.com/coreos/rpm-ostree/issues/639 ) particularly for "pure package additions". kpatch is logically a pure package addition. RHEL spends a lot of effort on generating...

kind/enhancement

A while ago we had this thread on systemd-devel: https://lists.freedesktop.org/archives/systemd-devel/2021-February/046113.html Basically today we have zincati statically allocate a uid that is referenced from a polkit policy. Instead, if we expose...

# Design for yum/dnf frontend to rpm-ostree Extracted from https://github.com/coreos/rpm-ostree/pull/2844 ## Goal: Support existing UX in Dockerfile The [Ostree Native Container](https://fedoraproject.org/wiki/Changes/OstreeNativeContainer) change is leading to a fundamental change in how...

An image built from a Dockerfile like: ```Dockerfile FROM localhost:5000/my-os:latest RUN rpm-ostree install wget ``` That can be used to run a container successfully. However, when using it for rebasing...

container-native

Some popular akmods — notably akmod-nvidia in RPMFusion — will open a number of files as a function of their compilation concurrency, which is generally set by inspecting the number...

ok-to-test
needs-rebase

I have previously opened bug reports concerning this issue both at the [Anaconda bugzilla](https://bugzilla.redhat.com/show_bug.cgi?id=2021340) and at the [lorax repository](https://github.com/weldr/lorax/issues/1191). It seems however that with all the information I have been...

Depends: https://github.com/containers/containers-image-proxy-rs/pull/15 A core principle I want to maintain going forward is that the host updates is isolated from containerized applications. Today for example the containers/storage stack will do things...

do-not-merge/work-in-progress