mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-27 11:31:05 +00:00
Merge pull request #11002 from fitzthum/bump-gc-0130
Bump Trustee and Guest Components for coco v0.13.0
This commit is contained in:
commit
ba5b0777b5
1913
src/agent/Cargo.lock
generated
1913
src/agent/Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -79,7 +79,7 @@ strum = "0.26.2"
|
||||
strum_macros = "0.26.2"
|
||||
|
||||
# Image pull/decrypt
|
||||
image-rs = { git = "https://github.com/confidential-containers/guest-components", rev = "514c561d933cb11a0f1628621a0b930157af76cd", default-features = false, optional = true }
|
||||
image-rs = { git = "https://github.com/confidential-containers/guest-components", rev = "1191f8257eb65f42892ab0328cec02e58d40de84", default-features = false, optional = true }
|
||||
|
||||
# Agent Policy
|
||||
cdi = { git = "https://github.com/cncf-tags/container-device-interface-rs", rev = "fba5677a8e7cc962fc6e495fcec98d7d765e332a" }
|
||||
|
@ -233,19 +233,19 @@ externals:
|
||||
coco-guest-components:
|
||||
description: "Provides attested key unwrapping for image decryption"
|
||||
url: "https://github.com/confidential-containers/guest-components/"
|
||||
version: "514c561d933cb11a0f1628621a0b930157af76cd"
|
||||
version: "1191f8257eb65f42892ab0328cec02e58d40de84"
|
||||
toolchain: "1.80.0"
|
||||
|
||||
coco-trustee:
|
||||
description: "Provides attestation and secret delivery components"
|
||||
url: "https://github.com/confidential-containers/trustee"
|
||||
version: "68e2a8d25dbfa012b422ff464f31d18f3afa6677"
|
||||
version: "bc26ac5acd8314ba34fe837d6886beb1ce384106"
|
||||
# image / ita_image and image_tag / ita_image_tag must be in sync
|
||||
image: "ghcr.io/confidential-containers/staged-images/kbs"
|
||||
image_tag: "68e2a8d25dbfa012b422ff464f31d18f3afa6677"
|
||||
image_tag: "bc26ac5acd8314ba34fe837d6886beb1ce384106"
|
||||
ita_image: "ghcr.io/confidential-containers/staged-images/kbs-ita-as"
|
||||
ita_image_tag: "68e2a8d25dbfa012b422ff464f31d18f3afa6677-x86_64"
|
||||
toolchain: "1.76.0"
|
||||
ita_image_tag: "bc26ac5acd8314ba34fe837d6886beb1ce384106-x86_64"
|
||||
toolchain: "1.80.0"
|
||||
|
||||
crio:
|
||||
description: |
|
||||
|
Loading…
Reference in New Issue
Block a user