Merge pull request #11002 from fitzthum/bump-gc-0130

Bump Trustee and Guest Components for coco v0.13.0
This commit is contained in:
Steve Horsman 2025-03-17 16:31:23 +00:00 committed by GitHub
commit ba5b0777b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 1061 additions and 864 deletions

1913
src/agent/Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -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" }

View File

@ -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: |