Skip to content

Commit

Permalink
Update to ostree-ext 0.7, add new container-encapsulate
Browse files Browse the repository at this point in the history
The headlining feature here is ostreedev/ostree-rs-ext#123
which adds support for "chunked ostree".

We gain a new `rpm-ostree container-encapsulate` option which
is like `ostree container encapsulate`, but generates chunked
images using the RPM database.

And on the client side, we now know how to handle incremental
updates - chunks that haven't changed won't be redownloaded.
  • Loading branch information
cgwalters committed Apr 4, 2022
1 parent fd230b7 commit ac3d61b
Show file tree
Hide file tree
Showing 11 changed files with 591 additions and 27 deletions.
25 changes: 19 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ openat-ext = "^0.2.3"
openssl = "0.10.38"
once_cell = "1.10.0"
os-release = "0.1.0"
ostree-ext = "0.6.5"
ostree-ext = "0.7.0"
paste = "1.0"
phf = { version = "0.10", features = ["macros"] }
rand = "0.8.5"
Expand Down
Loading

0 comments on commit ac3d61b

Please sign in to comment.