Skip to content

Commit 24c4254

Browse files
authored
Set missing variables (#33)
1 parent 4085950 commit 24c4254

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

scripts/user-data-linux.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ ECR_CREDENTIAL_HELPER_ENABLED="${enable_ecr_credential_helper}" \
8383
DOCKER_LOGIN_PLUGIN_ENABLED="${enable_docker_login_plugin}" \
8484
DOCKER_EXPERIMENTAL="${enable_docker_experimental}" \
8585
DOCKER_USERNS_REMAP=${enable_docker_userns_remap} \
86+
DOCKER_PRUNE_UNTIL=${docker_prune_until} \
87+
ENABLE_PRE_EXIT_DISK_CLEANUP=${enable_pre_exit_disk_cleanup} \
88+
DOCKER_BUILDER_PRUNE_ENABLED=${docker_builder_prune_enabled} \
8689
AWS_REGION="${aws_region}" \
8790
ENABLE_RESOURCE_LIMITS="${enable_resource_limits}" \
8891
RESOURCE_LIMITS_MEMORY_HIGH="${resource_limits_memory_high}" \

0 commit comments

Comments
 (0)