agent: Bump image-rs

- Bump the commit of image-rs we are pulling in to 413295415
Note: This is the last commmit before a change to whiteout handling
was introduced that lead to the error `'failed to unpack: convert whiteout"`
when pulling the agnhost:2.21 image

Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
stevenhorsman 2024-06-12 11:06:59 +01:00
parent 543c90f145
commit d511820974
2 changed files with 371 additions and 248 deletions

616
src/agent/Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -81,7 +81,8 @@ strum = "0.26.2"
strum_macros = "0.26.2"
# Image pull/decrypt
image-rs = { git = "https://github.com/confidential-containers/guest-components", rev = "ca6b438", default-features = true, optional = true }
# Note: this is the last commit before an issue with whiteout causes problems with some tests
image-rs = { git = "https://github.com/confidential-containers/guest-components", rev = "53c2b7dae453daf6cba238b4817e95e703d6a519", default-features = true, optional = true }
openssl = { version = "0.10.54", features = ["vendored"], optional = true }
# Agent Policy