Merge pull request #7228 from stevenhorsman/update-dependencies

Update dependencies after guest-components repo updates
This commit is contained in:
Fabiano Fidêncio
2023-07-05 08:55:39 +02:00
committed by GitHub
4 changed files with 7 additions and 7 deletions

4
src/agent/Cargo.lock generated
View File

@@ -1849,7 +1849,7 @@ dependencies = [
[[package]]
name = "image-rs"
version = "0.1.0"
source = "git+https://github.com/confidential-containers/image-rs?tag=v0.6.0#62288ee4cd275c3c9d02c7f650d2cad8d8920b04"
source = "git+https://github.com/confidential-containers/guest-components?rev=af35c064#af35c0649bab2d000b5c350bc5e60db67ef9e1a5"
dependencies = [
"anyhow",
"async-compression",
@@ -2716,7 +2716,7 @@ dependencies = [
[[package]]
name = "ocicrypt-rs"
version = "0.1.0"
source = "git+https://github.com/confidential-containers/ocicrypt-rs.git?tag=v0.6.0#c8d248d2a56ba4fd48263f8c442e1f9598b4c8f5"
source = "git+https://github.com/confidential-containers/guest-components?rev=af35c064#af35c0649bab2d000b5c350bc5e60db67ef9e1a5"
dependencies = [
"aes 0.8.2",
"anyhow",

View File

@@ -71,7 +71,7 @@ clap = { version = "3.0.1", features = ["derive"] }
openssl = { version = "0.10.38", features = ["vendored"] }
# Image pull/decrypt
image-rs = { git = "https://github.com/confidential-containers/image-rs", tag = "v0.6.0", default-features = false, features = ["kata-cc-native-tls"] }
image-rs = { git = "https://github.com/confidential-containers/guest-components", rev = "af35c064", default-features = false, features = ["kata-cc-native-tls"] }
[patch.crates-io]
oci-distribution = { git = "https://github.com/krustlet/oci-distribution.git", rev = "f44124c" }

View File

@@ -671,9 +671,9 @@ EOF
attestation_agent_version="$(get_package_version_from_kata_yaml externals.attestation-agent.version)"
info "Install attestation-agent with KBC ${AA_KBC}"
#git clone "${attestation_agent_url}" --branch "${attestation_agent_tag}" --single-branch
git clone --depth=1 "${attestation_agent_url}" attestation-agent
git clone --depth=1 "${attestation_agent_url}" guest-components
pushd attestation-agent
pushd guest-components/attestation-agent
git fetch --depth=1 origin "${attestation_agent_version}"
git checkout FETCH_HEAD
( [ "${AA_KBC}" == "eaa_kbc" ] || [ "${AA_KBC}" == "cc_kbc_tdx" ] ) && [ "${ARCH}" == "x86_64" ] && LIBC="gnu"

View File

@@ -193,8 +193,8 @@ externals:
attestation-agent:
description: "Provide attested key unwrapping for image decryption"
url: "https://github.com/confidential-containers/attestation-agent"
version: "v0.6.0"
url: "https://github.com/confidential-containers/guest-components/"
version: "af35c0649bab2d000b5c350bc5e60db67ef9e1a5"
cni-plugins:
description: "CNI network plugins"