Skip to content

Commit

Permalink
Update tagging.md
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady authored Aug 7, 2024
1 parent 55aebb3 commit 849cb74
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions design/aws-build/tagging.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,19 @@ This is the most complicated scenario. This will also make it easier to keep se
- Tag new versions for each service
- Deploy each service using semantic tag

## Tagging Notes

### Commit to Branch `main`

- JAR file repos (mrt-core2, mrt-cloud, mrt-zk) :
- 3.0-SNAPSHOT.jar in CodeArtifact
- WAR file repos (mrt-audit, mrt-ingest, mrt-inventory, mrt-store, mrt-replic) :
- 3.0-SNAPSHOT.war in CodeArtifact
- image:dev in ECR
- Rails (mrt-dashboard)
- image:dev in ECR
- Lambda (mrt-admin-lambda)
- image:latest for base images
- image:main for lambda images (admintool, colladmin, cognito)
- Other Docker (merritt-docker, mrt-integ-tests)
- image:dev in ECR

0 comments on commit 849cb74

Please sign in to comment.