Remote Docker Image Update Announcement

Hey Everyone!

Updated remote docker images are being released.

Docker 28 has been upgraded to Docker 28.3.0, and Docker 29 is now available as a new version.

These releases are available under the following tags:

  • docker-docker28 - Docker 28.3.0

  • docker-docker29 - Docker 29.0.0

What’s New

Docker 28.3.0 Update

Docker 28 images have been updated to version 28.3.0 with the latest tool versions and security improvements.

Docker 29.0.0 - New Release

Docker 29 is now available as a new remote docker image version, providing the latest Docker features and capabilities.

Example

Here’s a quick usage example:


version: 2.1

workflows:

main:

jobs:

- build

jobs:

build:

machine:

image: docker-docker29

steps:

- checkout

- run: echo "Do some things"

Software Versions

Notes:

Some software will have more than one version installed, in those cases the default is shown.

Docker and containerization tools are included in the comparison.

Docker Image Comparison

Software Docker 28.3.0 Docker 29.0.0
Linux Kernel 6.14.0-1018-aws 6.17.0-1007-aws
Ubuntu 24.04.3 LTS 24.04.4 LTS
GNU bash 5.2.21 5.2.21
aws-cli 2.33.20 2.33.26
containerd 1.7.27 1.7.27
Docker 28.3.0 29.0.0
docker-compose v5.0.2 v5.0.2
Firefox 147.0.3 147.0.4
Google Cloud SDK 555.0.0 555.0.0
Go 1.25.0 1.25.0
Google Chrome 145.0.7632.45 145.0.7632.109
Gradle 9.3.1 9.3.1
Ant 1.10.15 1.10.15
OpenJDK 21.0.10 21.0.10
Leiningen 2.12.0 2.12.0
Maven 3.9.11 3.9.11
Node.js v22.19.0 v22.19.0
npm 10.9.3 10.9.3
pyenv 2.6.7 2.6.7
Python 3.13.7 3.13.7
Ruby 4.0.1 4.0.1
sbt 1.11.6 1.11.6
yq v4.47.2 v4.47.2
xz 5.4.5 5.4.5

Key Updates

Docker 28.3.0:

  • Docker upgraded to 28.3.0

  • Ubuntu 24.04.3 LTS

  • Updated AWS CLI, Firefox, and Chrome versions

Docker 29.0.0:

  • New Docker 29.0.0 release

  • Ubuntu 24.04.4 LTS with latest patches

  • Updated kernel (6.17.0) and latest tool versions

  • Latest AWS CLI, Firefox, and Chrome versions

Docker Components

Docker and containerization tools have been updated to provide the latest features and security improvements for containerized development workflows. Docker 29.0.0 brings new capabilities and performance enhancements.