We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80ea232 commit c844634Copy full SHA for c844634
master_deploy.sh
@@ -310,8 +310,8 @@ ECS_template_create_register() {
310
#Container readonlyRootFilesystem
311
if [ -z $AWS_ECS_READONLY_ROOTFILESYSTEM ];
312
then
313
- log "No ECS readonlyRootFilesystem defined. Going with default value as false"
314
- AWS_ECS_READONLY_ROOTFILESYSTEM=false
+ log "No ECS readonlyRootFilesystem defined. Going with default value as true"
+ AWS_ECS_READONLY_ROOTFILESYSTEM=true
315
template=$(echo $template | jq --argjson readonlyRootFilesystem $AWS_ECS_READONLY_ROOTFILESYSTEM '.containerDefinitions[0].readonlyRootFilesystem=$readonlyRootFilesystem')
316
else
317
0 commit comments