From 736bd90b47805999d857cbd6c18402ddd0d5b64f Mon Sep 17 00:00:00 2001 From: Terry Brady Date: Fri, 9 Aug 2024 16:39:27 -0700 Subject: [PATCH] Update demo.md --- design/aws-build/demo.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/design/aws-build/demo.md b/design/aws-build/demo.md index 2bb97c0..cefc32d 100644 --- a/design/aws-build/demo.md +++ b/design/aws-build/demo.md @@ -35,6 +35,9 @@ To github.com:cdluc3/mrt-ingest https://github.com/CDLUC3/mrt-ingest/blob/queue_LIB/buildspec.yml ### Maven Deploy to Code Artifact + +Semantically tagged WAR files can be downloaded from CodeArtifact and deployed to our Stage and Production EC2 instances. + ``` [Container] 2024/08/09 22:51:44.063313 Running command echo "Semver [${SEMVER}]" Semver [-Dversion=demo-1.3.0] @@ -43,6 +46,9 @@ Semver [-Dversion=demo-1.3.0] ``` ### Docker Push to ECR + +Eventually, Merritt services will migrate to ECS. Semantically tagged images will be used in the ECS stack. + ``` docker push 99999999.dkr.ecr.us-west-2.amazonaws.com/mrt-ingest:demo-1.3.0 The push refers to repository [99999999.dkr.ecr.us-west-2.amazonaws.com/mrt-ingest] @@ -58,3 +64,10 @@ The push refers to repository [99999999.dkr.ecr.us-west-2.amazonaws.com/mrt-inge image +## Main Branch Daily Build + +This process will push an updated image to ECR each day to enable up-to-date docker image scanning. + +This will produce an image `mrt-ingest:dev` for use in development testing. + +image