diff --git a/src/content/docs/aws/services/codebuild.mdx b/src/content/docs/aws/services/codebuild.mdx index 3b3fbd29..45a7438e 100644 --- a/src/content/docs/aws/services/codebuild.mdx +++ b/src/content/docs/aws/services/codebuild.mdx @@ -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