From 91c26c57c62244ec5edba52660afa6f9eb64dde3 Mon Sep 17 00:00:00 2001 From: Viren Nadkarni Date: Wed, 23 Jul 2025 12:50:18 +0530 Subject: [PATCH] CodeBuild: Remove limitation about network access --- src/content/docs/aws/services/codebuild.mdx | 1 - 1 file changed, 1 deletion(-) 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