aws-codebuild-docker-images icon indicating copy to clipboard operation
aws-codebuild-docker-images copied to clipboard

Feature Request: Update Docker & Buildx in x86/ARM64 Standard Image

Open r-heimann opened this issue 6 months ago • 0 comments

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 DOCKER_VERSION="27.5.1"
ARG DOCKER_BUILDX_VERSION="0.20.1"

https://github.com/aws/aws-codebuild-docker-images/blob/master/al/x86_64/standard/5.0/Dockerfile

    DOCKER_VERSION="27.3.1"
    DOCKER_BUILDX_VERSION="0.17.1"

Not entirely sure why the version are different in the x86 / ARM64 image. The new versions have quite a few bugfixes and features, which would be great to have in the standard images.

r-heimann avatar May 22 '25 11:05 r-heimann