From 33667cf078cb4f6a5bd5680e0aed798d2e6a0e08 Mon Sep 17 00:00:00 2001 From: Alex Wu Date: Fri, 28 Jun 2024 11:48:54 -0700 Subject: [PATCH] Pin to cos-dev-117-18374-0-0 --- launcher/cloudbuild.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher/cloudbuild.yaml b/launcher/cloudbuild.yaml index 8faa3951..43384799 100644 --- a/launcher/cloudbuild.yaml +++ b/launcher/cloudbuild.yaml @@ -1,7 +1,7 @@ substitutions: # using this base image for now, because there is an issue causing the newest COS dev # image not booting with cs. - '_BASE_IMAGE': '' # left empty means using the latest image in the family + '_BASE_IMAGE': 'cos-dev-117-18374-0-0' # left empty means using the latest image in the family '_BASE_IMAGE_FAMILY': 'cos-dev' # base image family '_OUTPUT_IMAGE_PREFIX': 'confidential-space' '_OUTPUT_IMAGE_SUFFIX': ''