aws-codebuild-docker-images
aws-codebuild-docker-images copied to clipboard
Feature Request: Update Docker & Buildx in x86/ARM64 Standard Image
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.