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

**Describe the bug** The `aws/codebuild/standard:6.0` image only supports the latest version of each runtime; this means that upgrading a CodeBuild job to this image version has to be done in...

**Describe the bug** If the path to a buildspec file contains an accent, then the buildspec file won't be found. By accent I mean the character "é" for example. **Platform...

CodeBuild-local

*Issue #, if available:* Go version 1.19 has been released (https://go.dev/blog/go1.19). *Description of changes:* aws/codebuild/standard:5.0 image changes Add support for golang: 1.19 By submitting this pull request, I confirm that...

**Describe the bug** Hello all. Almost 3 years ago there was a similar ticket where it was found that CodeBuild overwrites `ENTRYPOINT` statements in custom Codebuild images. Since the discussion...

**Describe the bug** Cannot use java 17 in windows-base:2019-2.0 because java 11 is installed by default even after setting java runtime version to corretto17. ``` phases: install: runtime-versions: java: corretto17...

**Describe the bug** aws/codebuild/standard:7.0 does not have any browsers pre-installed, it would be useful to have at least Chrome pre-installed for when CodeBuild is being used for selenium tests. **To...

Would be great to have CodeBuild images with Docker 25, which was just [released](https://docs.docker.com/engine/release-notes/25.0/#2500). As discussed [here](https://github.com/aws/containers-roadmap/issues/876), this will make it easier to use BuildKit [caching](https://docs.docker.com/build/cache/backends/) during build jobs.

tooling update

*Issue #, if available:* *Description of changes:* This changes add in the [zstd](https://github.com/facebook/zstd) package, a common compression package, to the 5.0 image. This can also be considered for other images....

Please add support for Golang 1.22 to the next aws/codebuild/standard image. Golang 1.22 has been released on 2024-02-06, see https://go.dev/doc/devel/release#go1.22.0

Hi, Are there any plans to support PHP 8.3 as part of the standard codebuild image? Thanks

version update