aws-codebuild-docker-images icon indicating copy to clipboard operation
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

Results 123 aws-codebuild-docker-images issues
Sort by recently updated
recently updated
newest added

The current glibc version on all standard containers is 2.34. This is pretty far behind the current. Specifically public.ecr.aws/codebuild/amazonlinux2-aarch64-standard:3.0 for my use case. amazonlinux2-aarch64-standard:3.0 was just updated a few hours...

Cypress worked without additional prerequisites in standard 5, but no longer in standard 7. Would it be possible to install the cypress prerequisites as part of the standard 7 docker...

Lambda layer Makefile SAM build is failing in CodeBuild image version `aws/codebuild/standard:7.0-24.1.13` and `23.12.14`. Had to roll back to `23.07.28` to get the build working again. Getting the following error...

**Describe the bug** I am running local CodeBuild container on my arm64 EC2 instance to validate buidspec.yml and build a simple Java application using maven, I noticed that the maven...

CodeBuild-local

**Describe the bug** When switching from node 18 to node 20 we noticed a lot of EMFILE and EBUSY that we never had before. **To Reproduce** This is really hard...

*Issue #, if available:* *Description of changes:* Allow user pass --platform into docker command By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this...

I have a Lambda function with `arm64` architecture running Python 3.9, which is deployed to our production environment using CodePipeline using the [amazonlinux2-aarch64-standard:2.0](https://github.com/aws/aws-codebuild-docker-images/blob/master/al2/aarch64/standard/2.0) image. This all works fine. By using...

CodeBuild-local

**Describe the bug** Podman is an alternative to the Docker container engine, and fully compatible. On Linux it can typically replace docker by aliasing the command such as `alias docker=podman`....

feature request

# *Issue #575* ## *Description of changes:* Docker provides a build-time variable called `BUILDARCH` which automatically populates with the architecture (like `amd64`, `arm64`, etc.) when you use `docker build` or...

Unable to build a Ubuntu 6.0 image **To Reproduce** ```bash $ git clone https://github.com/aws/aws-codebuild-docker-images.git $ cd aws-codebuild-docker-images $ cd ubuntu/standard/6.0 $ docker build -t aws/codebuild/standard:6.0 . ``` **Expected behavior** Create...