mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
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:
@@ -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
|
||||
...
|
||||
```
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user