mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-07 04:19:58 +00:00
Merge pull request #10409 from fidencio/topic/ci-add-ita_image-and-ita_image_tag
kbs: ita: Ensure the proper image / image_tag is used for ITA
This commit is contained in:
commit
02f5fd94bd
@ -266,9 +266,8 @@ function kbs_k8s_deploy() {
|
|||||||
|
|
||||||
# Image tag for TDX
|
# Image tag for TDX
|
||||||
if [ "${KATA_HYPERVISOR}" = "qemu-tdx" ]; then
|
if [ "${KATA_HYPERVISOR}" = "qemu-tdx" ]; then
|
||||||
# The ITA / ITTS images are named as:
|
image=$(get_from_kata_deps ".externals.coco-trustee.ita_image")
|
||||||
# ita-as-${image_tag}
|
image_tag=$(get_from_kata_deps ".externals.coco-trustee.ita_image_tag")
|
||||||
image_tag=$(echo ${image_tag} | sed 's/built-in/ita/g')
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# The ingress handler for AKS relies on the cluster's name which in turn
|
# The ingress handler for AKS relies on the cluster's name which in turn
|
||||||
|
@ -238,8 +238,11 @@ externals:
|
|||||||
description: "Provides attestation and secret delivery components"
|
description: "Provides attestation and secret delivery components"
|
||||||
url: "https://github.com/confidential-containers/trustee"
|
url: "https://github.com/confidential-containers/trustee"
|
||||||
version: "f287fcd60b0b3ddbef5546d646669813b9e68f8d"
|
version: "f287fcd60b0b3ddbef5546d646669813b9e68f8d"
|
||||||
|
# image / ita_image and image_tag / ita_image_tag must be in sync
|
||||||
image: "ghcr.io/confidential-containers/staged-images/kbs"
|
image: "ghcr.io/confidential-containers/staged-images/kbs"
|
||||||
image_tag: "f287fcd60b0b3ddbef5546d646669813b9e68f8d"
|
image_tag: "f287fcd60b0b3ddbef5546d646669813b9e68f8d"
|
||||||
|
ita_image: "ghcr.io/confidential-containers/staged-images/kbs-ita-as"
|
||||||
|
ita_image_tag: "f287fcd60b0b3ddbef5546d646669813b9e68f8d-x86_64"
|
||||||
toolchain: "1.74.0"
|
toolchain: "1.74.0"
|
||||||
|
|
||||||
crio:
|
crio:
|
||||||
|
Loading…
Reference in New Issue
Block a user