Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady committed Jun 20, 2024
1 parent 01ac708 commit bd8db60
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion design/aws-build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ graph TD

---

## Artifact Build Order
## Artifact Build Dependencies

```mermaid
graph TD
Expand Down Expand Up @@ -77,6 +77,16 @@ graph TD
DOCKSTACK -->DOCKTEST
```

### Build Sequence
1. Build Docker Maven IT Images --> ECR
2. Build Docker Stack Generic Services --> ECR
3. Build JAR files --> Code Artifact
4. Ruby libraries and gems - build from github tag rather than from a gem
5. Build WAR files --> Code Artifact
6. Build Docker Stack Merritt Services (Tomcat and Rails) --> ECR
7. Build Lambda Docker Images --> ECR


### Anticipated Outputs
- https://merritt.uc3dev.cdlib.org/index.html
- [html source](https://github.com/CDLUC3/merritt-tinker/blob/main/aws/uc3-mrt-devresources/index.html)
Expand Down

0 comments on commit bd8db60

Please sign in to comment.