mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-05 19:47:53 +00:00
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:
parent
543c90f145
commit
d511820974
616
src/agent/Cargo.lock
generated
616
src/agent/Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user