From 320e8aaf5438d1d37d624b36c2cc3f27fd5a59a8 Mon Sep 17 00:00:00 2001 From: Gunasekar-K Date: Thu, 4 May 2023 19:39:19 +0530 Subject: [PATCH 1/2] Revert "Root file system fix" --- master_deploy.sh | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/master_deploy.sh b/master_deploy.sh index 61dd847..0a94902 100755 --- a/master_deploy.sh +++ b/master_deploy.sh @@ -307,17 +307,6 @@ ECS_template_create_register() { template=$(echo $template | jq --arg image $AWS_ACCOUNT_ID.dkr.ecr.$AWS_REGION.amazonaws.com/$AWS_REPOSITORY:$ECS_TAG '.containerDefinitions[0].image=$image') log "ECR Image name updated" - #Container readonlyRootFilesystem - if [ -z $AWS_ECS_READONLY_ROOTFILESYSTEM ]; - then - log "No ECS readonlyRootFilesystem defined. Going with default value as true" - AWS_ECS_READONLY_ROOTFILESYSTEM=true - template=$(echo $template | jq --argjson readonlyRootFilesystem $AWS_ECS_READONLY_ROOTFILESYSTEM '.containerDefinitions[0].readonlyRootFilesystem=$readonlyRootFilesystem') - else - template=$(echo $template | jq --argjson readonlyRootFilesystem $AWS_ECS_READONLY_ROOTFILESYSTEM '.containerDefinitions[0].readonlyRootFilesystem=$readonlyRootFilesystem') - fi - log "ECS readonlyRootFilesystem updated." - #Container Memory reservation if [ -z $AWS_ECS_CONTAINER_MEMORY_RESERVATION ]; then From d0caeef257942745e965ead5b9042776d097d2fe Mon Sep 17 00:00:00 2001 From: Gunasekar-K Date: Fri, 5 May 2023 12:43:13 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf3732b..2352bf4 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -#Build Script +#Build Script - TC