From b319264d338925a3d875c604b48f3ea8d452d5b8 Mon Sep 17 00:00:00 2001 From: kmoscoe <165203920+kmoscoe@users.noreply.github.com> Date: Tue, 27 Aug 2024 09:22:05 -0700 Subject: [PATCH] Revise procedure to have users just enter name of container directly (#491) * integrate custom docs with new UI * more edits * use website wording for intro * fix numbering in table * rename and some edits * rename manage_repo file, per Bo * Merge. * formatting edits * updates per Keyur's feedback * Fix typos * fix nav order * fix link to API key request form * update form link * update key request form and output dir env var * Revert to gerund Though the style guide says to just use imperatives, "get started" just sounds weird. Also this is more consistent with "troubleshooting" * new troubleshooting entry * fix typo * new data container procedures * more work * more work * complete data draft * more changes * more changes * more revisions * update troubleshooting doc etc. * new version of diagrams * remove data loading problems troubleshooting entry; can't reproduce * revert title change * add example for not mixing entity types * changes from Keyur * add screenshots for GCP, and related changes * fixed one image * added screenshots for Cloud Run service * resize images * more changes from Keyur * fix a tiny error * delete unused images * fix missing dash * update build file * adjust build command * Revert "adjust build command" This reverts commit 4ce0fb9de27f14a1d1ef28092f110974620215c5. * update docker file * more fixes * one last fix * make links to Cloud Console open in a new page * fixes to quickstart suggested by Prem * one more change * change from Keyur * revise procedure --- custom_dc/data_cloud.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/custom_dc/data_cloud.md b/custom_dc/data_cloud.md index 29ce4e224..6404c5c98 100644 --- a/custom_dc/data_cloud.md +++ b/custom_dc/data_cloud.md @@ -75,13 +75,7 @@ See also the [Cloud Run](https://cloud.google.com/run/docs/create-jobs){: target 1. Go to [https://console.cloud.google.com/run/](https://console.cloud.google.com/run/){: target="_blank"} for your project. 1. Click **Create job**. -1. In the **Container image URL** field, click **Select** to open the **Select container image** window. -1. Click the **Container Registry** tab. -1. Next to the **Project**, click **Change**, search for **datcom-ci** and select it. -1. In the list of images that appears, navigate to and expand **gcr.io/datcom-ci/datacommons-data**, highlight the image you want, **stable** or **latest**, and click **Select**. - - ![Cloud Run job](/assets/images/custom_dc/gcp_screenshot1.png){: width="450" } - +1. In the **Container image URL** field, enter `gcr.io/datcom-ci/datacommons-data:stable`. 1. Optionally, in the **Job name** field, enter an alternative name as desired. 1. In the **Region** field, select the region you chose as your location. 1. Leave the default **Number of tasks** as 1.