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
We have some lambdas in dotnet arm and we are using amazonlinux2-aarch64-standard:3.0 as the Image in the code build project. We use some powershell scripts to modify some csprojs and...
*Issue #, if available:* *Description of changes:* Add arch support for ruby 3.4.1 By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution,...
The SHA256 checksum for the dockerd-entrypoint.sh file in the aws-codebuild-docker-images repository (tag 24.10.02, Ubuntu standard 7.0) has changed (https://github.com/aws/aws-codebuild-docker-images/blob/refs/tags/24.10.02/ubuntu/standard/7.0/dockerd-entrypoint.sh) Previously, it was 1ce76f0a0ea0416b6c2eefe781ce4d43d68491e61d61da9e00a9b9d0f7f9bc02, but now it's 1235210fa9d4182aa0367d2fa6b61c41aa80bc7fc5b2ac1118722f5ddd339c52. Is this change...
**Describe the bug** I was trying to insert in some custom iptables rules into the `DOCKER-USER` iptables chain and noticed that anything I added was ignored and never applied. Also...
As [Amazon Corretto 25 is now generally available ](https://aws.amazon.com/about-aws/whats-new/2025/09/amazon-corretto-25-generally-available/). Can it be added as a supported runtime for CodeBuild?
Today, **PHP 8.5** got released (20 Nov 2025): https://www.php.net/supported-versions.php Could you provide a CodeBuild runtime version for `php: 8.5` for the current CodeBuild images? More details for PHP 8.5.x: *...
Please add support for `nodejs` (**Node.js**) runtime version `24` for at minimum `standard`+ `amazonlinux` images - Here is an overview: https://blog.logrocket.com/node-js-24-new/ Please mind that Node.js 24 in _Lambda_ is already...
**Describe the bug** When an existing repo, developed with nodejs v20 (and npm v10), is npm-installed in CodeBuild via `npm ci`, an error is reported in CodeBuild: ``` `npm ci`...
**Describe the bug** I'm attempting to run the 7.0 version of the standard CodeBuild image, according to instructions [here](https://docs.aws.amazon.com/codebuild/latest/userguide/use-codebuild-agent.html). Attempting to build the image fails with an error. Scrolling up,...
Please add support for Python 3.14 to the next images, e.g. `standard`+ `amazonlinux`(AL2023) images for runtime `python`. Python 3.14 was released on 2025-10-07, as stated here: * https://docs.python.org/3.14/whatsnew/3.14.html * https://pythoninsider.blogspot.com/2025/10/python-3140-final-is-here.html...