Skip to content

Commit afeaca9

Browse files
committed
update references to docker engine to v24.0
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 1ecad39 commit afeaca9

File tree

8 files changed

+15
-14
lines changed

8 files changed

+15
-14
lines changed

_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ exclude:
4343
# You can't have - characters in these for non-YAML reasons.
4444
# When updating 'latest_engine_api_version', also update 'min_api_threshold' below.
4545
latest_engine_api_version: "1.42"
46-
docker_ce_version: "23.0.0"
46+
docker_ce_version: "24.0.0"
4747
compose_v1_version: "1.29.2"
4848
compose_version: "v2.18.1"
4949
compose_file_v3: "3.9"
@@ -157,7 +157,7 @@ defaults:
157157
fetch-remote:
158158
- repo: "https://github.com/docker/cli"
159159
default_branch: "master"
160-
ref: "23.0"
160+
ref: "24.0"
161161
paths:
162162
- dest: "engine/extend"
163163
src:
@@ -175,7 +175,7 @@ fetch-remote:
175175

176176
- repo: "https://github.com/docker/docker"
177177
default_branch: "master"
178-
ref: "23.0"
178+
ref: "24.0"
179179
paths:
180180
- dest: "engine/api"
181181
src:

_includes/api-version-matrix.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
| Docker version | Maximum API version | Change log |
33
|:---------------|:---------------------------|:---------------------------------------------------------|
4+
| 24.0 | [1.43](/engine/api/v1.43/) | [changes](/engine/api/version-history/#v143-api-changes) |
45
| 23.0 | [1.42](/engine/api/v1.42/) | [changes](/engine/api/version-history/#v142-api-changes) |
56
| 20.10 | [1.41](/engine/api/v1.41/) | [changes](/engine/api/version-history/#v141-api-changes) |
67
| 19.03 | [1.40](/engine/api/v1.40/) | [changes](/engine/api/version-history/#v140-api-changes) |

build/building/multi-platform.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ to list the existing builders:
112112
$ docker buildx ls
113113
NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS
114114
default * docker
115-
default default running 23.0.5 linux/amd64, linux/arm64, linux/arm/v7, linux/arm/v6
115+
default default running v0.11.6 linux/amd64, linux/arm64, linux/arm/v7, linux/arm/v6
116116
```
117117

118118
This displays the default builtin driver, that uses the BuildKit server
@@ -163,7 +163,7 @@ NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS
163163
mybuilder docker-container
164164
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
165165
default * docker
166-
default default running 23.0.5 linux/amd64, linux/arm64, linux/arm/v7, linux/arm/v6
166+
default default running v0.11.6 linux/amd64, linux/arm64, linux/arm/v7, linux/arm/v6
167167
```
168168

169169
## Example

build/drivers/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ the drivers they're using.
4040
$ docker buildx ls
4141
NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS
4242
default docker
43-
default default running 23.0.5 linux/amd64, linux/amd64/v2, linux/amd64/v3, linux/386
43+
default default running v0.11.6 linux/amd64, linux/amd64/v2, linux/amd64/v3, linux/386
4444
```
4545

4646
Depending on your setup, you may find multiple builders in your list that use
@@ -51,9 +51,9 @@ output from `docker buildx ls`:
5151
```console
5252
NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS
5353
default docker
54-
default default running 23.0.5 linux/amd64, linux/amd64/v2, linux/amd64/v3, linux/386
54+
default default running v0.11.6 linux/amd64, linux/amd64/v2, linux/amd64/v3, linux/386
5555
desktop-linux * docker
56-
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
56+
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
5757
```
5858

5959
This is because the Docker driver builders are automatically pulled from the

build/exporters/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Buildx supports the following exporters:
2121
[OCI image layout](https://github.com/opencontainers/image-spec/blob/v1.0.1/image-layout.md){:target="blank" rel="noopener" class="_"}
2222
format.
2323
- `docker`: exports the build result to the local filesystem in the
24-
[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="_"}
24+
[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="_"}
2525
format.
2626
- `cacheonly`: doesn't export a build output, but runs the build and creates a
2727
cache.

engine/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ For more details, see
113113
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-4 block">
114114
<div class="component">
115115
<div class="component-icon">
116-
<a href="/engine/release-notes/23.0/"><img src="/assets/images/note-add.svg" alt="Document with an overlaying plus sign" width="70px" height="70px"></a>
116+
<a href="/engine/release-notes/24.0/"><img src="/assets/images/note-add.svg" alt="Document with an overlaying plus sign" width="70px" height="70px"></a>
117117
</div>
118-
<h2><a href="/engine/release-notes/23.0/">Release notes</a></h2>
118+
<h2><a href="/engine/release-notes/24.0/">Release notes</a></h2>
119119
<p>Read the release notes for the latest version.</p>
120120
</div>
121121
</div>

engine/security/rootless.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ To run Rootless Docker inside "rootful" Docker, use the `docker:<version>-dind-r
303303
image instead of `docker:<version>-dind`.
304304

305305
```console
306-
$ docker run -d --name dind-rootless --privileged docker:23.0-dind-rootless
306+
$ docker run -d --name dind-rootless --privileged docker:24.0-dind-rootless
307307
```
308308

309309
The `docker:<version>-dind-rootless` image runs as a non-root user (UID 1000).

release-notes/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ that you regularly visit the release notes to learn about updates.
2323
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-4 block">
2424
<div class="component">
2525
<div class="component-icon">
26-
<a href="/engine/release-notes/23.0/"><img src="/assets/images/engine-configure-daemon.svg" alt="engine release notes" width="70" height="70"></a>
26+
<a href="/engine/release-notes/24.0/"><img src="/assets/images/engine-configure-daemon.svg" alt="engine release notes" width="70" height="70"></a>
2727
</div>
28-
<h2 id="engine release notes"><a href="/engine/release-notes/23.0/">Docker Engine</a></h2>
28+
<h2 id="engine release notes"><a href="/engine/release-notes/24.0/">Docker Engine</a></h2>
2929
</div>
3030
</div>
3131
<div class="col-xs-12 col-sm-12 col-md-12 col-lg-4 block">

0 commit comments

Comments
 (0)