Skip to content

CodeBuild: Remove limitation about network access #125

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 25, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/content/docs/aws/services/codebuild.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,6 @@ Finally, you can use the create image name, i.e., `aws/codebuild/standard:7.0` i
- CodeBuild currently only supports S3, NO_SOURCE, and CODEPIPELINE as [project source](https://docs.aws.amazon.com/codebuild/latest/APIReference/API_ProjectSource.html).
- Custom build environments needs to have `bash` installed to properly work in LocalStack.
- Environment variables in the `buildspec` are currently not supported.
- 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.

## API Coverage

Expand Down