config: bump latest engine version to v29.0.4

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson
2025-11-25 10:16:26 +01:00
parent f87d616af1
commit 0461b5f724
2 changed files with 8 additions and 8 deletions

View File

@@ -73,21 +73,21 @@ To see the highest version of the API your Docker daemon and client support, use
```console
$ docker version
Client: Docker Engine - Community
Version: 29.0.0
Version: 29.0.4
API version: 1.52
Go version: go1.25.4
Git commit: 3d4129b
Built: Mon Nov 10 21:47:17 2025
Git commit: 3247a5a
Built: Mon Nov 24 21:59:50 2025
OS/Arch: linux/arm64
Context: default
Server: Docker Engine - Community
Engine:
Version: 29.0.0
Version: 29.0.4
API version: 1.52 (minimum version 1.44)
Go version: go1.25.4
Git commit: d105562
Built: Mon Nov 10 21:47:17 2025
Git commit: 4612690
Built: Mon Nov 24 21:59:50 2025
OS/Arch: linux/arm64
...
```

View File

@@ -122,10 +122,10 @@ params:
# Latest version of the Docker Engine API
latest_engine_api_version: "1.52"
# Latest version of Docker Engine
docker_ce_version: "29.0.2"
docker_ce_version: "29.0.4"
# Previous version of the Docker Engine
# (Used to show e.g., "latest" and "latest"-1 in engine install examples
docker_ce_version_prev: "29.0.1"
docker_ce_version_prev: "29.0.3"
# Latest Docker Compose version
compose_version: "v2.40.3"
# Latest BuildKit version