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

Overriding a base package with an identically named package does not apply the new package upon reboot. This is true even if the package contents are different. This leads to...

Colin suggested this as part of the #3313 review: https://github.com/coreos/rpm-ostree/pull/3313#discussion_r779898116 Could be also a good thing to do while updating the example to use usbguard or anything that requires a...

This is split from #2971. My initial impression was that for this to happen we needed to manually recreate the CLI man pages as markdown. However, after a brief conversation...

We should add `compose container` that takes input and output directly from a container-encapsulated ostree commit. Internally to start, this would be a thin wrapper around all the code from...

jira
container-native

I haven't found a document of how to deploy a newly created stateroot. Naively I ran 'rpm-ostree deploy' right after a 'ostree admin os-init` but failed. **Host system details** State:...

bug

Please see https://bugzilla.redhat.com/show_bug.cgi?id=2012943 for more information.

Following up to the comments at https://github.com/coreos/rpm-ostree/issues/3194#issuecomment-956395086 and https://github.com/coreos/zincati/issues/671#issuecomment-961457250, it would be good to automatically bind a transaction span to the lifetime of the client that owns it. That way,...

kind/enhancement

**Host system details** RHCOS 4.6 This should be reproducible on other rpm-ostree based system like Silverblue, FCOS Provide the output of `rpm-ostree status`. sh-4.4# rpm-ostree status State: idle Deployments: *...

bug
area/kargs

Today, the `rpm-ostree kargs` works is: - it reads in the default kargs from the daemon - if `--editor` is used, it uses that to generate the final set of...

kind/groundwork
area/kargs

For some consumers (e.g. `osbuild`) it would be useful to have CLI primitives to support a fully-offline build. In such scenario, the consumer would take care of provide all the...