ostree-rs-ext icon indicating copy to clipboard operation
ostree-rs-ext copied to clipboard

Rust library with higher level APIs on top of the core ostree API

Results 41 ostree-rs-ext issues
Sort by recently updated
recently updated
newest added

See https://github.com/ostreedev/ostree-rs-ext/pull/404#discussion_r1020021186 I think probably what we should do is change the GC invocation we make as part of the upgrader to be "best effort, log but don't propagate errors"....

fixes: #153 Uses containers-image-proxy-rs: https://github.com/containers/containers-image-proxy-rs/pull/37 skopeo: https://github.com/containers/skopeo/pull/1802

- Bump to new ostree semver - cap-std-ext 1.0 - https://github.com/ostreedev/ostree-rs-ext/pull/381

semver-break

Let's do this alongside the next semver break in 0.9.

semver-break

This requires https://github.com/gtk-rs/gtk-rs-core/pull/820

We added support for `RUN ostree container commit`, but today it only does some basics like validating compatibility with `/var` etc. This issue tracks changing that to implement what was...

Today we're using https://github.com/containers/containers-image-proxy-rs which is a Rust binding to https://github.com/containers/skopeo/blob/main/cmd/skopeo/proxy.go which is an IPC interface to containers/image. In our usage of this, we fetch by blob right now. Operating...

Today we fetch layers serially, which is unnecessarily slow. I think we should start by fetching and unpacking at least 2 (possibly 3) layers in parallel. This would crucially allow...

triaged

OK, trying to migrate my systems to container-native I got bit by the lack of altfiles handling (libvirt wants a `qemu` user). We should migrate the logic for altfiles handling...

enhancement
triaged

RFC: clap v4 comes with several additional deprecations, which I haven't yet looked at. We can either do it here, or leave it for later.