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 a5f854b commit 4615a50
Showing 1 changed file with 23 additions and 3 deletions.
26 changes: 23 additions & 3 deletions design/aws-build/tagging.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,26 +57,46 @@ This is the most complicated scenario. This will also make it easier to keep se
- Commit to BRANCH `main`:
- 3.0-SNAPSHOT.jar in CodeArtifact
- Commit to other BRANCH:
- BRANCH.jar in CodeArtifact
- TAG commit (other than `sprint-*)`
- TAG.jar in CodeArtifact
### WAR file repos (mrt-audit, mrt-ingest, mrt-inventory, mrt-store, mrt-replic)
- Commit to BRANCH `main`:
- 3.0-SNAPSHOT.war in CodeArtifact
- image:dev in ECR
- rebuild daily
- Commit to other BRANCH:
- BRANCH.war in CodeArtifact
- image:BRANCH in ECR
- TAG commit (other than `sprint-*)`
- TAG.war in CodeArtifact
- image:TAG in ECR
### Rails (mrt-dashboard)
- Commit to BRANCH `main`:
- image:dev in ECR
- rebuild daily
- Commit to other BRANCH:
- image:BRANCH in ECR
- TAG commit (other than `sprint-*)`
- image:TAG in ECR
### Lambda (mrt-admin-lambda)
- Commit to BRANCH `main`:
- image:latest for base images
- image:main for lambda images (admintool, colladmin, cognito)
- image:latest in ECR for base images
- image:main in ECR for lambda images (admintool, colladmin, cognito)
- rebuild daily
- Commit to other BRANCH:
- image:latest in ECR for base images
- image:BRANCH in ECR for lambda images (admintool, colladmin, cognito)
- TAG commit (other than `sprint-*)`
- image:latest in ECR for base images
- image:TAG in ECR for lambda images (admintool, colladmin, cognito)
### Other Docker (merritt-docker, mrt-integ-tests)
- Commit to BRANCH `main`:
- image:dev in ECR
- image:dev in ECR
- rebuild daily
- Commit to other BRANCH:
- image:BRANCH in ECR
- TAG commit (other than `sprint-*)`
- image:TAG in ECR
### Other Code
- since neither ECR nor CodeArtifact are involved, the tagging is not copied to a repository

0 comments on commit 4615a50

Please sign in to comment.