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

AWS Tools like aws cli, kubectl, ecs-cli, eksctl, etc. is installed in the Lambda Images, could we also install cdk ? e.g. https://github.com/aws/aws-codebuild-docker-images/blob/master/al-lambda/aarch64/corretto21/Dockerfile#L74 AWS CDK Toolkit (cdk command): https://docs.aws.amazon.com/cdk/v2/guide/ref-cli-cmd.html

**Describe the bug** I'm posting here more to ask a question rather than report a bug. We saw .NET code that expected the wrong patch version, when we don't expect...

**Describe the bug** When attempting to use the `aws/codebuild/amazonlinux-x86_64-lambda-standard:go1.21` image to create a self-hosted GitHub Actions runner, the `actions/checkout` action (which is basically a mandatory part of any workflow) fails...

*[740](https://github.com/aws/aws-codebuild-docker-images/issues/740)* *Description of changes:* This PR adds Support for Go 1.23 (1.23.1 specifically). Added to all images that already supported 1.22L. By submitting this pull request, I confirm that you...

**Describe the feature** Please add support for Python 3.13 to the next `aws/codebuild/standard` image. Python 3.13 was released on 2024-10-07, as stated here: * https://blog.python.org/2024/10/python-3130-final-released.html * https://www.python.org/downloads/release/python-3130/ **Additional context** Based...

*Issue #, if available:* fixes #743 *Description of changes:* Adds the [amazon-ecr-credential-helper](https://github.com/awslabs/amazon-ecr-credential-helper) to the Ubuntu images and configures it on all images By submitting this pull request, I confirm that...

https://github.com/awslabs/amazon-ecr-credential-helper It seems like a massive improvement over the classic: ```sh aws ecr get-login-password --region=foo | \ docker login --username AWS --password-stdin repository-uri ```

Please add support for Golang 1.23 to the next aws/codebuild/standard image. Golang 1.23 has been released on 2024-08-13, see https://go.dev/doc/devel/release#go1.23.0

A custom Docker image based on Fedora 42 (GA, Adams release) causes AWS CodeBuild (ARM64) to fail during the `PROVISIONING` phase with the error: ```text SINGLE_BUILD_CONTAINER_DEAD: Build container found dead...

We found that pyenv is quite slow, and will build the whole python from scratch which cost a lot of time and not disk efficient. However we found uv, a...