From 655a2a10acf499a20ca771ebc10d15f6b819e583 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jiankun=20L=C3=BC?= Date: Fri, 19 Jul 2024 13:13:26 -0700 Subject: [PATCH] [launcher] Change base COS image to cos-113-lts (#467) Moving base image to a more stable and supportive release track. Signed-off-by: Jiankun Lu --- launcher/cloudbuild.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/launcher/cloudbuild.yaml b/launcher/cloudbuild.yaml index 14f97a44..5be77fdf 100644 --- a/launcher/cloudbuild.yaml +++ b/launcher/cloudbuild.yaml @@ -1,8 +1,6 @@ substitutions: - # using this base image for now, because there is an issue causing the newest COS dev - # image not booting with cs. - '_BASE_IMAGE': 'cos-dev-117-18374-0-0' # Use a stable COS version to avoid CS image build issues - '_BASE_IMAGE_FAMILY': 'cos-dev' # base image family + '_BASE_IMAGE': '' # an empty base image means the build will use the latest image in '_BASE_IMAGE_FAMILY' + '_BASE_IMAGE_FAMILY': 'cos-113-lts' # base image family '_OUTPUT_IMAGE_PREFIX': 'confidential-space' '_OUTPUT_IMAGE_SUFFIX': '' '_OUTPUT_IMAGE_FAMILY': ''