Skip to content
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
5 changes: 4 additions & 1 deletion local_builds/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@ locally before committing your changes to build on the cloud.

Start by pulling the signed local agent image from [DockerHub](https://hub.docker.com/r/amazon/aws-codebuild-local/):

For x86_64:
docker pull amazon/aws-codebuild-local:latest --disable-content-trust=false

For ARM:
docker pull amazon/aws-codebuild-local:aarch64 --disable-content-trust=false

You can verify the SHA matches our [latest release](https://docs.aws.amazon.com/codebuild/latest/userguide/samples.html). Please allow at least an hour after a new version has been pushed for the updated SHA to be reflected in our documentation.

Expand All @@ -23,7 +26,7 @@ Download and use our codebuild_build.sh script to run your local builds.
-a Used to specify an artifact output directory.

**Optional:**
-l Used to override the default local agent image.
-l Used to override the default local agent image. Default is "amazon/aws-codebuild-local:latest".
-r Used to specify a report output directory.
-c Use the AWS configuration and credentials from your local host. This includes ~/.aws and any AWS_* environment variables.
-p Used to specify the AWS CLI Profile.
Expand Down