Skip to content

Commit acbef53

Browse files
CodeBuild: Remove limitation about network access (#125)
1 parent 8994a21 commit acbef53

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/content/docs/aws/services/codebuild.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,6 @@ Finally, you can use the create image name, i.e., `aws/codebuild/standard:7.0` i
395395
- CodeBuild currently only supports S3, NO_SOURCE, and CODEPIPELINE as [project source](https://docs.aws.amazon.com/codebuild/latest/APIReference/API_ProjectSource.html).
396396
- Custom build environments needs to have `bash` installed to properly work in LocalStack.
397397
- Environment variables in the `buildspec` are currently not supported.
398-
- Communication with the LocalStack container within the build environment is possible only via the host network, by using the Gateway IP address (typically 172.17.0.1) or `host.docker.internal` if running on MacOS.
399398

400399
## API Coverage
401400

0 commit comments

Comments
 (0)