From ba67d4313e15ea7528c28b92a8bfb744a28c0ed2 Mon Sep 17 00:00:00 2001 From: Simon Walker Date: Mon, 27 Jan 2025 17:27:20 +0000 Subject: [PATCH] Increase visibilty of codebuild privileged mode requirement --- content/en/user-guide/ci/codebuild/index.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/en/user-guide/ci/codebuild/index.md b/content/en/user-guide/ci/codebuild/index.md index d4ddecc05b..f8dad5e813 100644 --- a/content/en/user-guide/ci/codebuild/index.md +++ b/content/en/user-guide/ci/codebuild/index.md @@ -12,6 +12,11 @@ description: Use LocalStack in CodeBuild CodeBuild allows you to define your build project, set the source code location, and handles the building and testing, while supporting various programming languages, build tools, and runtime environments. LocalStack supports CodeBuild out of the box and can be easily integrated into your pipeline to run your tests against a cloud emulator. +{{< alert title="Requirement" >}} +LocalStack depends on the Docker socket to emulate your infrastructure. +To enable it, update your project by ticking **Environment > Additional Configuration > Privileged > Enable this flag if you want to build Docker Images or want your builds to get elevated privileges**. +{{< / alert >}} + ## Snippets CodeBuild has the capability to use LocalStack's GitHub Action.