This is an automated email from the ASF dual-hosted git repository. dyankiv pushed a commit to branch DATALAB-3001 in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git
commit 3f0b8ffd6e317ecf3f0e49ae8813002b7817e72b Author: Denys Yankiv <[email protected]> AuthorDate: Mon Aug 29 18:40:54 2022 +0300 add full image name for GCP --- .../src/general/scripts/gcp/common_create_notebook_image.py | 1 + 1 file changed, 1 insertion(+) diff --git a/infrastructure-provisioning/src/general/scripts/gcp/common_create_notebook_image.py b/infrastructure-provisioning/src/general/scripts/gcp/common_create_notebook_image.py index 8c7b1b041..cf603d0f7 100644 --- a/infrastructure-provisioning/src/general/scripts/gcp/common_create_notebook_image.py +++ b/infrastructure-provisioning/src/general/scripts/gcp/common_create_notebook_image.py @@ -88,6 +88,7 @@ if __name__ == "__main__": with open("/root/result.json", 'w') as result: res = {"primary_image_name": image_conf['expected_primary_image_name'], "secondary_image_name": image_conf['expected_secondary_image_name'], + "full_image_name": image_conf['expected_primary_image_name'], "project_name": image_conf['project_name'], "application": image_conf['application'], "status": "active", --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
