From 3bb427dd2197b4970255f92489f9aefeb6ebc30d Mon Sep 17 00:00:00 2001 From: SAGAR SATAPATHY Date: Thu, 17 Nov 2022 20:46:49 +0530 Subject: [PATCH 1/2] Added Image info for integration Section for Python Server -For configuring Python Server Image name was missing which was needed for container registry. -Also added note for new UI change of harness site. --- docs/Integration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Integration.md b/docs/Integration.md index 68c04ab..70269ad 100644 --- a/docs/Integration.md +++ b/docs/Integration.md @@ -15,6 +15,7 @@ Now you have a Stage to clone, build, containerize, and then push your image to - Click ```Next``` In the Build Test and Push stage, you built your code and pushed your built image to Docker Hub. Harness will pull the image onto the container in your infrastructure. Next, it will start the Hello World Server in the image. +Note:According to new flow and UI ```Propagate from an existing stage``` is already enabled. - Go to execution tab in run integration stage - Select ```add step``` @@ -23,6 +24,7 @@ Harness will pull the image onto the container in your infrastructure. Next, it - Name: ```python server``` - Description(optional): ```server connection``` - Container registry: select the Docker connector you created previously + - Image : docker-hub-username/docker-hub-repo-name - Shell: ```Sh``` - Command: ```python3 /python-pipeline-samples/app.py``` - Select ```Apply changes``` From 0e3f699ba79a804488eadf3312f7cfafb21d9618 Mon Sep 17 00:00:00 2001 From: SAGAR SATAPATHY Date: Thu, 17 Nov 2022 20:58:31 +0530 Subject: [PATCH 2/2] Added Image part for Python Server which was missing -For configuring Python Server Image name was missing which was needed for container registry. -Also added note for new UI change of harness site. --- docs/Integration.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/Integration.md b/docs/Integration.md index 70269ad..a2e1bc7 100644 --- a/docs/Integration.md +++ b/docs/Integration.md @@ -15,7 +15,8 @@ Now you have a Stage to clone, build, containerize, and then push your image to - Click ```Next``` In the Build Test and Push stage, you built your code and pushed your built image to Docker Hub. Harness will pull the image onto the container in your infrastructure. Next, it will start the Hello World Server in the image. -Note:According to new flow and UI ```Propagate from an existing stage``` is already enabled. + +Note: According to new flow and UI **Propagate from an existing stage** is already enabled. - Go to execution tab in run integration stage - Select ```add step```