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

*Issue #, if available:* #750 *Description of changes:* Added PHP 8.4 support to Ubuntu Standard 7.0 and AL x86_64 standard 5.0. By submitting this pull request, I confirm that you...

*Issue [#779](https://github.com/aws/aws-codebuild-docker-images/issues/779):* *Description of changes:* This change added a famous python tool called python uv for Ubuntu standard 7.0 image. By submitting this pull request, I confirm that you can...

Hi AWS Team, it would be great if you could update Docker & Docker Buildx in the AWS CodeBuild standard images. Currently the following versions are configured: https://github.com/aws/aws-codebuild-docker-images/blob/master/al/aarch64/standard/3.0/Dockerfile ``` ENV...

**Describe the bug** PHP 8.4 has been released as 11/21/2024. Are there any plans to support 8.4 on the current code build images?

Related: https://github.com/containerd/containerd/issues/6659#issuecomment-1064754423 ``` Error: 500 Server Error for http+docker://localhost/v1.41/containers/5e70642f3b5a8289a70168e182948d0b3e66781c6ec85030fdc85f85898cbc04/start: Internal Server Error ("failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: unable...

See also: https://aws.amazon.com/about-aws/whats-new/2025/04/aws-codebuild-node-22-python-3-13-go-1-24/ e.g. Go 1.24 is not reflected in this codebase already

please update the default version of node (v18) which goes EOL 4/30/2025

*Issue #, if available:* https://github.com/aws/aws-codebuild-docker-images/issues/761 *Description of changes:* 1. Update Dockerfile to fix firefox download issue. 2. I tried building image after the change and it worked By submitting this...

Description When building the aws/codebuild/standard:5.0 image, I encountered a build failure during the Firefox installation step. The issue stems from a change in Firefox's compression format: the downloadable file is...

So : I'm developing a CodeBuild job that's intended to run in a VPC because it needs access to network resources. I really need to make sure this works properly...