Container image with confidential containers (CoCo) related tools.
export image=quay.io/<user>/coco-tools
podman build -t $image -f Containerfile .Computes RVPS reference values for Trustee. Requires a registry pull secret.
podman run --rm -v /path/to/pull-secret.json:/tmp/auth.json:z \
$image veritas --platform baremetal --tee tdx \
--ocp-version 4.20.15 --authfile /tmp/auth.jsonSee veritas for full usage.