Skip to content

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

@r-heimann

Description

@r-heimann

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions