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

Commit 74b42c6

Browse files
committed
more
1 parent f2d4ad3 commit 74b42c6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

content/en/references/configuration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ This section covers configuration options that are specific to certain AWS servi
130130
| Variable | Example Values | Description |
131131
| - | - | - |
132132
| `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+
| `CODEBUILD_ENABLE_CUSTOM_IMAGES` | `0` (default) \|`1` | Enable the usage of arbitrary CodeBuild build images. By default, all the builds are executed in a Amazon Linux 2023 container. |
133134

134135
### CodePipeline
135136

content/en/user-guide/aws/codebuild/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ $ awslocal codebuild create-project --cli-input-json file://create-project.json
332332
You have now created a CodeBuild project called `codebuild-demo-project` that uses the S3 buckets you just created as source and artifact.
333333

334334
{{< callout >}}
335-
By default, LocalStack runs the all the builds in an Amazon Linux Container, ignoring the image provided in the `environment` parameter.
335+
By default, LocalStack runs the all the builds in a Amazon Linux Container, ignoring the image provided in the `environment` parameter.
336336
See the [Build Environments](#build-environments) section for more details.
337337
{{< /callout >}}
338338

0 commit comments

Comments
 (0)