diff --git a/_config.yml b/_config.yml index 3cb91181f8..133a7a290a 100644 --- a/_config.yml +++ b/_config.yml @@ -43,7 +43,7 @@ exclude: # You can't have - characters in these for non-YAML reasons. # When updating 'latest_engine_api_version', also update 'min_api_threshold' below. latest_engine_api_version: "1.42" -docker_ce_version: "23.0.0" +docker_ce_version: "24.0.0" compose_v1_version: "1.29.2" compose_version: "v2.18.1" compose_file_v3: "3.9" @@ -157,7 +157,7 @@ defaults: fetch-remote: - repo: "https://github.com/docker/cli" default_branch: "master" - ref: "23.0" + ref: "24.0" paths: - dest: "engine/extend" src: @@ -175,7 +175,7 @@ fetch-remote: - repo: "https://github.com/docker/docker" default_branch: "master" - ref: "23.0" + ref: "24.0" paths: - dest: "engine/api" src: diff --git a/_includes/api-version-matrix.md b/_includes/api-version-matrix.md index 8922575499..b52bd797f6 100644 --- a/_includes/api-version-matrix.md +++ b/_includes/api-version-matrix.md @@ -1,6 +1,7 @@ | Docker version | Maximum API version | Change log | |:---------------|:---------------------------|:---------------------------------------------------------| +| 24.0 | [1.43](/engine/api/v1.43/) | [changes](/engine/api/version-history/#v143-api-changes) | | 23.0 | [1.42](/engine/api/v1.42/) | [changes](/engine/api/version-history/#v142-api-changes) | | 20.10 | [1.41](/engine/api/v1.41/) | [changes](/engine/api/version-history/#v141-api-changes) | | 19.03 | [1.40](/engine/api/v1.40/) | [changes](/engine/api/version-history/#v140-api-changes) | diff --git a/build/building/multi-platform.md b/build/building/multi-platform.md index 0000cd0b93..03b5a5e8d9 100644 --- a/build/building/multi-platform.md +++ b/build/building/multi-platform.md @@ -112,7 +112,7 @@ to list the existing builders: $ docker buildx ls NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS default * docker - default default running 23.0.5 linux/amd64, linux/arm64, linux/arm/v7, linux/arm/v6 + default default running v0.11.6 linux/amd64, linux/arm64, linux/arm/v7, linux/arm/v6 ``` This displays the default builtin driver, that uses the BuildKit server @@ -163,7 +163,7 @@ NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS mybuilder docker-container mybuilder0 unix:///var/run/docker.sock running v0.10.4 linux/amd64, linux/amd64/v2, linux/amd64/v3, linux/arm64, linux/riscv64, linux/ppc64le, linux/s390x, linux/386, linux/mips64le, linux/mips64, linux/arm/v7, linux/arm/v6 default * docker - default default running 23.0.5 linux/amd64, linux/arm64, linux/arm/v7, linux/arm/v6 + default default running v0.11.6 linux/amd64, linux/arm64, linux/arm/v7, linux/arm/v6 ``` ## Example diff --git a/build/drivers/index.md b/build/drivers/index.md index 8621b49547..f81825f44b 100644 --- a/build/drivers/index.md +++ b/build/drivers/index.md @@ -40,7 +40,7 @@ the drivers they're using. $ docker buildx ls NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS default docker - default default running 23.0.5 linux/amd64, linux/amd64/v2, linux/amd64/v3, linux/386 + default default running v0.11.6 linux/amd64, linux/amd64/v2, linux/amd64/v3, linux/386 ``` Depending on your setup, you may find multiple builders in your list that use @@ -51,9 +51,9 @@ output from `docker buildx ls`: ```console NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS default docker - default default running 23.0.5 linux/amd64, linux/amd64/v2, linux/amd64/v3, linux/386 + default default running v0.11.6 linux/amd64, linux/amd64/v2, linux/amd64/v3, linux/386 desktop-linux * docker - desktop-linux desktop-linux running 23.0.5 linux/arm64, linux/amd64, linux/amd64/v2, linux/riscv64, linux/ppc64le, linux/s390x, linux/mips64le, linux/mips64 + desktop-linux desktop-linux running v0.11.6 linux/arm64, linux/amd64, linux/amd64/v2, linux/riscv64, linux/ppc64le, linux/s390x, linux/mips64le, linux/mips64 ``` This is because the Docker driver builders are automatically pulled from the diff --git a/build/exporters/index.md b/build/exporters/index.md index 65d3d24748..88c5566dab 100644 --- a/build/exporters/index.md +++ b/build/exporters/index.md @@ -21,7 +21,7 @@ Buildx supports the following exporters: [OCI image layout](https://github.com/opencontainers/image-spec/blob/v1.0.1/image-layout.md){:target="blank" rel="noopener" class="_"} format. - `docker`: exports the build result to the local filesystem in the - [Docker Image Specification v1.2.0](https://github.com/moby/moby/blob/v23.0.5/image/spec/v1.2.md){:target="blank" rel="noopener" class="_"} + [Docker Image Specification v1.2.0](https://github.com/moby/moby/blob/v24.0.0/image/spec/v1.2.md){:target="blank" rel="noopener" class="_"} format. - `cacheonly`: doesn't export a build output, but runs the build and creates a cache. diff --git a/engine/index.md b/engine/index.md index b9eb9108bd..89cadf0027 100644 --- a/engine/index.md +++ b/engine/index.md @@ -113,9 +113,9 @@ For more details, see