Skip to content

Commit d96bbbd

Browse files
Added multi-stage build for Docker image and updated README with new screenshots
1 parent 5f5ddde commit d96bbbd

File tree

6 files changed

+16
-0
lines changed

6 files changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ This project demonstrates a GitOps-style Continuous Integration (CI) pipeline fo
8787
## Docker Image
8888

8989
- Docker image is built from `/app` and pushed to DockerHub.
90+
- multi-stage build for efficient image size.
9091
- Image tag is dynamically generated in CI.
9192

9293
---
@@ -113,5 +114,20 @@ This project demonstrates a GitOps-style Continuous Integration (CI) pipeline fo
113114

114115
---
115116

117+
## Output screenshots
116118

119+
GitHub Actions CI Output
117120

121+
Kustomize Overlay Update
122+
123+
kubectl Get Pods
124+
![alt text](image-1.png)
125+
![alt text](image.png)
126+
kubectl Describe Secret (from ESO)
127+
128+
Git Push to Auto Branch
129+
130+
131+
![alt text](image-2.png)
132+
![alt text](image-3.png)
133+
![alt text](image-4.png)

image-1.png

18.9 KB
Loading

image-2.png

53.9 KB
Loading

image-3.png

49.8 KB
Loading

image-4.png

26.8 KB
Loading

image.png

20.5 KB
Loading

0 commit comments

Comments
 (0)