ostree-rs-ext
ostree-rs-ext copied to clipboard
Rust library with higher level APIs on top of the core ostree API
See: https://github.com/ostreedev/ostree-rs-ext/issues/608#issuecomment-2024089391
We should add download progress to the `ostree container image deploy` function; however it's tricky because the internal API doesn't offer a progress proxy. A workaround here is for external...
Per discussion related to https://github.com/containers/bootc/issues/372 we want to allow configuring non-`/usr` content in a *derived* image and hence we need to stop parsing it just from the base commit. So...
Affected image is `quay.io/karuboniru/ostree-container:f39-server`, if trying to rebase to it or upgrading using it, `bootc` or `rpm-ostree` will yield a error message ``` error: Preparing import: Fetching manifest: Parsing manifest...
I'm trying to encapsulate an arch linux root directory but it fails like this: ```bash $ ostree-ext-cli container encapsulate --repo repo/ latest containers-storage:bootc-arch error: skopeo failed: time="2023-07-25T22:27:28+02:00" level=fatal msg="writing blob:...
Hi OSTree team, I am trying to debug an issue that surfaced in Ublue (https://github.com/ublue-os/main/issues/223). In Ublue we are making use of the OCI functionality heavily to produce custom downstream...
xref https://github.com/flatpak/flatpak-oci-specs/blob/main/image-deltas.md Relevant client side code in https://github.com/flatpak/flatpak/blob/main/common/flatpak-oci-registry.c and server side in https://github.com/owtaylor/flatpak-indexer/blob/main/flatpak_indexer/delta_generator.py
Hi, I am trying to create offline installers for Ublue ISOs which are based on ostree containers. I was able to use lorax to get things to work and I...
Right now this fails due to https://github.com/ostreedev/ostree/blob/a113b2be3f597c2e4368f840063da70389e26fb0/src/libostree/ostree-repo-commit.c#L2745 Perhaps the simplest hack is to spawn a helper thread which writes the tar stream to a pipe, and then point a GUnixInputStream...