Skip to content

Commit

Permalink
Bump to ostree-ext 0.11.5
Browse files Browse the repository at this point in the history
To pull in several recent fixes.

Note that we now need to `require_bootable` when importing.
  • Loading branch information
cgwalters committed Aug 25, 2023
1 parent 48d4626 commit 594d3fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions rust/src/sysroot_upgrade.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ async fn pull_container_async(
output_message(&format!("Pulling manifest: {}", &imgref));
let config = default_container_pull_config(imgref)?;
let mut imp = ImageImporter::new(repo, imgref, config).await?;
imp.require_bootable();
let layer_progress = imp.request_progress();
let prep = match imp.prepare().await? {
PrepareResult::AlreadyPresent(r) => return Ok(r.into()),
Expand Down

0 comments on commit 594d3fb

Please sign in to comment.