Skip to content

Commit 9e5a106

Browse files
Added connecting build jobs to GCP AR
1 parent 614f6bc commit 9e5a106

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

Docs/OPERATIONS_LOG.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,21 @@ Artifacts of smoke testing pipeline build, includes troubleshooting.
66

77
- 2025-10-11 Build docker image and run.
88
![Dep1-1](../Deployment/Dep1-1.jpg)
9-
- 2025-08-17 Validate container ran and returned RC0.
9+
- 2025-10-11 Validate container ran and returned RC0.
1010
![Dep1-2](../Deployment/Dep1-2.jpg)
11-
- 2025-08-17 Push image to GCP Artifact Repository.
11+
- 2025-10-11 Push image to GCP Artifact Repository.
1212
![Dep1-3](../Deployment/Dep1-3.jpg)
13-
- 2025-08-17 Authorize Docker to connect to Artifact Repo using gcloud shell.
13+
- 2025-10-11 Authorize Docker to connect to Artifact Repo using gcloud shell.
1414
![Dep1-4](../Deployment/Dep1-4.jpg)
15-
- 2025-08-17 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.
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.
1616
![Dep1-5](../Deployment/Dep1-5.jpg)
17-
- 2025-08-17 Validate docker image is now in Artifact Repo in GCP.
17+
- 2025-10-11 Validate docker image is now in Artifact Repo in GCP.
1818
![Dep1-6](../Deployment/Dep1-6.jpg)
19-
- 2025-08-17 TROUBLESHOOT: Dockerfile and Go code where not both in root, which was causing the build to fail.
19+
- 2025-10-11 TROUBLESHOOT: Dockerfile and Go code where not both in root, which was causing the build to fail.
2020
![Dep1-7](../Deployment/Dep1-7.jpg)
21-
- 2025-08-17 TROUBLESHOOT: Updated the name of the code used to build the Docker image, did not update the build yaml or the code itself, which was causing the build to fail. Once everything was uniform build ran to completion returning an RC0.
21+
- 2025-10-11 TROUBLESHOOT: Updated the name of the code used to build the Docker image, did not update the build yaml or the code itself, which was causing the build to fail. Once everything was uniform build ran to completion returning an RC0.
2222
![Dep1-8](../Deployment/Dep1-8.jpg)
23+
- 2025-10-12 TROUBLESHOOT: Job failing due to the source image not being properly tagged prior to pushing the docker image from GitHub Actions to GCP Artifact Repo. Corrected tagging the image earlier in the build process, adding a unit test job, and breaking up the tag and push job from one to two jobs. Final smoke test performed by validating image updated in Artifact Repo.
24+
![Dep1-9](../Deployment/Dep1-9.jpg)
25+
![Dep1-10](../Deployment/Dep1-10.jpg)
26+
![Dep1-11](../Deployment/Dep1-11.jpg)

0 commit comments

Comments
 (0)