You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/get-started/labs/use-otel.md
+3-24Lines changed: 3 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -51,28 +51,7 @@ Sometimes instrumenting the nginx-ingress controller requires a restart of the p
51
51
52
52
## Build an image from source code
53
53
54
-
For this lab we're going to use the [Spring PetClinic Sample Application](https://github.com/spring-projects/spring-petclinic). Follow these steps to build an image from source code:
55
-
56
-
:::note
57
-
Using a Gitea repository is not required. You can also build using public repositories.
58
-
:::
59
-
60
-
### Create the code repository
61
-
62
-
1. Create a new repo called `petclinic` in the `team-labs` Gitea organization.
For this lab we're going to use the [Spring PetClinic Sample Application](https://github.com/spring-projects/spring-petclinic). Follow these steps to build an image from source code.
3. Provide a name for this code repository. The name will be used to identify the code repository in App Platform. You can only use the name once within a Team. We are going to use the name `petclinic` for this code repository.
84
63
85
-
4. Select `Gitea` for the Git service (default)
64
+
4. Select `GitHub` for the Git service.
86
65
87
-
5. Select `petclinic` from the `Repository` drop-down list:
66
+
5. Fill in the following `Repository URL`: https://github.com/spring-projects/spring-petclinic.git
0 commit comments