aws-codebuild-docker-images
aws-codebuild-docker-images copied to clipboard
Official AWS CodeBuild repository for managed Docker images http://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref.html
**Describe the bug** Build fails when file names have non english characters. I tried to follow this [doc](https://docs.aws.amazon.com/codebuild/latest/userguide/troubleshooting.html#troubleshooting-utf-8) and set the following commands in my buildspec.yml, but the error persists....
According to the [docs][1] the latest x84_64 image identifier for ***Amazon Linux 2023*** is `aws/codebuild/amazonlinux2-x86_64-standard:5.0`:  *Take special note of the `amazonlinux2`...
**Describe the bug** We have a bug in the current version of docker compose that used in the image, the version is ARG DOCKER_COMPOSE_VERSION="2.23.1" this is the original bug link...
Running `npm` CLI for the first time on CodeBuild takes 12s seconds. And that's in 15 GB memory, 8 vCPUs. ``` root@4caf6b2d0339:/tmp# time npm -v 10.2.4 real 0m12.660s user 0m0.261s...
**Describe the bug** NPM logs are baked into the Docker images. **To Reproduce** - Launch CodeBuild - `ls -lA ~/.npm/_logs/` **Expected behavior** No logs. **Logs** ``` ls -lA ~/.npm/_logs/ total...
This tool is used by `projen` to set permissions, which is a very common tool used by AWS and AWS CDK-related projects. https://github.com/projen/projen/blob/64206de9dbe4e492cb3e6c17d5b02fda6a204d5d/src/build/build-workflow.ts#L272 But it doesn't seem to be included...
`Starting on September 4, 2024, AWS CodeBuild will upgrade its fleet of build hosts to use Amazon Linux 2023 (AL2023) from Amazon Linux 2 (AL2) [1]. If your builds rely...
After the update from Docker v23 to Docker v26 the default docker driver currently supports the registry cache backend but only when [containerd image store is enabled](https://docs.docker.com/build/cache/backends/). The default docker...
[Node.js 22 was released on April 24, 2024](https://nodejs.org/en/blog/announcements/v22-release-announce). Please provide this runtime at least on following codebuild images (or their successors): - `aws/codebuild/standard:7.0` - `aws/codebuild/amazonlinux2-aarch64-standard:3.0` - `aws/codebuild/amazonlinux2-x86_64-standard:5.0` - `aws/codebuild/amazonlinux-aarch64-lambda-standard:nodejs22` -...
I'm trying to build bottlerocket with the [instructions](https://github.com/bottlerocket-os/bottlerocket/blob/develop/BUILDING.md) . It requires buildkit and containerd-snapshotter to be enabled. ``` { "features": { "buildkit": true, "containerd-snapshotter": true } } ``` But configurations...