Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit 1d3abdf

Browse files
committed
add CODEBUILD_REMOVE_CONTAINERS variable
1 parent 55d43e7 commit 1d3abdf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

content/en/references/configuration.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,12 @@ This section covers configuration options that are specific to certain AWS servi
125125
| - | - | - |
126126
| `PROVIDER_OVERRIDE_CLOUDWATCH` | `v1` | Use the old CloudWatch provider. |
127127

128+
### CodeBuild
129+
130+
| Variable | Example Values | Description |
131+
| - | - | - |
132+
| `CODEBUILD_REMOVE_CONTAINERS` | `0`\|`1` (default) | Remove Docker containers associated with a CodeBuild build tasks after execution. Disabling this and dumping container logs might help with troubleshooting failing builds. |
133+
128134
### DMS
129135

130136
| Variable | Example Values | Description |

0 commit comments

Comments
 (0)