You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: present/tagging/build.md
+102-4Lines changed: 102 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -159,10 +159,69 @@ Merritt Java services can be configured to auto-deploy to ECS Dev from the main
159
159
160
160
### Image Rebuild Conventions
161
161
162
-
Each of the service branch/tags that are registered in the [ecs manifest](https://github.com/CDLUC3/mrt-service-release-manifest/blob/main/ecs-release-manifest.yaml) will be rebuilt daily. Each rebuild will also create an "archive" tag. A lifecycle policy will expire old archive tags based on image push date.
162
+
Each of the service branch/tags that are registered in the [ecs manifest](https://github.com/CDLUC3/mrt-service-release-manifest/blob/main/ecs-release-manifest.yaml) will be rebuilt daily.
163
+
164
+
Each rebuild will also create an "archive" tag. A lifecycle policy will expire old archive tags based on image push date.
163
165
164
166
- Docker Image Patched After Code Deployment of tag `tag`
@@ -255,10 +314,49 @@ Merritt UI and Admin Tool will auto-deploy to ECS development environments from
255
314
256
315
### Image Rebuild Conventions
257
316
258
-
Each of the service branch/tags that are registered in the [ecs manifest](https://github.com/CDLUC3/mrt-service-release-manifest/blob/main/ecs-release-manifest.yaml) will be rebuilt daily. Each rebuild will also create an "archive" tag. A lifecycle policy will expire old archive tags based on image push date.
317
+
Each of the service branch/tags that are registered in the [ecs manifest](https://github.com/CDLUC3/mrt-service-release-manifest/blob/main/ecs-release-manifest.yaml) will be rebuilt daily.
318
+
319
+
Each rebuild will also create an "archive" tag. A lifecycle policy will expire old archive tags based on image push date.
259
320
260
321
- Docker Image Patched After Code Deployment of tag `tag`
0 commit comments