You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 7, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: content/en/references/configuration.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,6 +125,12 @@ This section covers configuration options that are specific to certain AWS servi
125
125
| - | - | - |
126
126
|`PROVIDER_OVERRIDE_CLOUDWATCH`|`v1`| Use the old CloudWatch provider. |
127
127
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. |
0 commit comments