Skip to content
This repository was archived by the owner on Jun 15, 2023. It is now read-only.
Merged
Changes from 1 commit
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
4 changes: 3 additions & 1 deletion doc_source/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,10 +220,12 @@ If you specify a `runtime-versions` section and use an image other than Ubuntu S
**Possible causes:**
+ The build image's overall uncompressed size is larger than the build environment compute type's available disk space\. To check your build image's size, use Docker to run the `docker images REPOSITORY:TAG` command\. For a list of available disk space by compute type, see [Build Environment Compute Types](build-env-ref-compute-types.md)\.
+ AWS CodeBuild does not have permission to pull the build image from your Amazon Elastic Container Registry \(Amazon ECR\)\.
+ AWS CodeBuild is attempting to pull the build image from Amazon Elastic Container Registry \(Amazon ECR\)\ in a different region.

**Recommended solutions:**
+ Use a larger compute type with more available disk space, or reduce the size of your custom build image\.
+ Update the permissions in your repository in Amazon ECR so that CodeBuild can pull your custom build image into the build environment\. For more information, see the [Amazon ECR Sample](sample-ecr.md)\.
+ Use an Amazon ECR repository in the same region as CodeBuild so that CodeBuild can pull your custom build image into the build environment\.

## Builds Might Fail When File Names Have Non\-U\.S\. English Characters<a name="troubleshooting-utf-8"></a>

Expand Down Expand Up @@ -419,4 +421,4 @@ We recommend that you use **Insecure SSL** for testing only\. It should not be u
+ `10.0.0.3`: Reserved by AWS for future use\.
+ `10.0.0.255`: Network broadcast address\. We do not support broadcast in a VPC, therefore we reserve this address\.

**Recommended solutions:** Check if your VPC uses a reserved IP address\. Replace any reserved IP address with an IP address that is not reserved\. For more information, see [VPC and Subnet Sizing](https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Subnets.html#VPC_Sizing)\.
**Recommended solutions:** Check if your VPC uses a reserved IP address\. Replace any reserved IP address with an IP address that is not reserved\. For more information, see [VPC and Subnet Sizing](https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Subnets.html#VPC_Sizing)\.