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/OPERATIONS_LOG.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,17 +4,17 @@ Artifacts of smoke testing pipeline build, includes troubleshooting.
4
4
## Pipeline Build
5
5
**Summary:** Write code -> build docker image -> test code locally -> create repo -> test and debug pipeline -> clone repo and test locally.
6
6
7
-
- 2025-10-11 Build docker image and run.
7
+
- 2025-10-11 Build docker image and run container.
8
8

9
9
- 2025-10-11 Validate container ran and returned RC0.
10
10

11
-
- 2025-10-11 Push image to GCP Artifact Repository.
11
+
- 2025-10-11 Push dockerfile to GCP Artifact Repository.
12
12

13
13
- 2025-10-11 Authorize Docker to connect to Artifact Repo using gcloud shell.
14
14

15
15
- 2025-11-11 TROUBLESHOOT: The incorrect account was set as active, cuasing authentication to fail when trying to push the docker image to GCP Artifact Repo. Corrected by changing and validating the correct active account.
16
16

17
-
- 2025-10-11 Validate docker image is now in Artifact Repo in GCP.
17
+
- 2025-10-11 Validate dockerfile is now in Artifact Repo in GCP.
18
18

19
19
- 2025-10-11 TROUBLESHOOT: Dockerfile and Go code where not both in root, which was causing the build to fail.
0 commit comments