Merge pull request #10851 from fidencio/topic/bump-image-rs-to-bring-in-ttrpc-0.8.4

agent: Bump image-rs to 514c561d93
This commit is contained in:
Fabiano Fidêncio
2025-02-14 18:21:56 +01:00
committed by GitHub
5 changed files with 209 additions and 160 deletions

View File

@@ -97,7 +97,7 @@ EOF
echo "Pod ${kata_pod}: $(cat ${kata_pod})"
assert_pod_fail "${kata_pod}"
assert_logs_contain "${node}" kata "${node_start_time}" "Security validate failed: Validate image failed: Cannot pull manifest"
assert_logs_contain "${node}" kata "${node_start_time}" "image security validation failed"
}
@test "Create a pod from a signed image, on a 'restricted registry' is successful" {
@@ -123,7 +123,7 @@ EOF
echo "Pod ${kata_pod}: $(cat ${kata_pod})"
assert_pod_fail "${kata_pod}"
assert_logs_contain "${node}" kata "${node_start_time}" "Security validate failed: Validate image failed: \[PublicKeyVerifier"
assert_logs_contain "${node}" kata "${node_start_time}" "image security validation failed"
}
@test "Create a pod from an unsigned image, on a 'restricted registry' works if policy files isn't set" {