Skip to content

Commit 1d3b933

Browse files
authored
Merge pull request #6098 from thaJeztah/deprecated_inspect_fields
docs: deprecated: set Container and ContainerConfig fields to "removed"
2 parents 649d088 + 026ae7a commit 1d3b933

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/deprecated.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The following table provides an overview of the current status of deprecated fea
5959
| Removed | [API CORS headers](#api-cors-headers) | v27.0 | v28.0 |
6060
| Removed | [Graphdriver plugins (experimental)](#graphdriver-plugins-experimental) | v27.0 | v28.0 |
6161
| Deprecated | [Unauthenticated TCP connections](#unauthenticated-tcp-connections) | v26.0 | v28.0 |
62-
| Deprecated | [`Container` and `ContainerConfig` fields in Image inspect](#container-and-containerconfig-fields-in-image-inspect) | v25.0 | v26.0 |
62+
| Removed | [`Container` and `ContainerConfig` fields in Image inspect](#container-and-containerconfig-fields-in-image-inspect) | v25.0 | v26.0 |
6363
| Deprecated | [Deprecate legacy API versions](#deprecate-legacy-api-versions) | v25.0 | v26.0 |
6464
| Removed | [Container short ID in network Aliases field](#container-short-id-in-network-aliases-field) | v25.0 | v26.0 |
6565
| Removed | [IsAutomated field, and `is-automated` filter on `docker search`](#isautomated-field-and-is-automated-filter-on-docker-search) | v25.0 | v28.2 |
@@ -270,15 +270,15 @@ configuring TLS (or SSH) for the Docker daemon, refer to
270270
### `Container` and `ContainerConfig` fields in Image inspect
271271

272272
**Deprecated in Release: v25.0**
273-
**Target For Removal In Release: v26.0**
273+
**Removed In Release: v26.0**
274274

275275
The `Container` and `ContainerConfig` fields returned by `docker inspect` are
276276
mostly an implementation detail of the classic (non-BuildKit) image builder.
277277
These fields are not portable and are empty when using the
278278
BuildKit-based builder (enabled by default since v23.0).
279-
These fields are deprecated in v25.0 and will be omitted starting from v26.0.
280-
If image configuration of an image is needed, you can obtain it from the
281-
`Config` field.
279+
These fields are deprecated in v25.0 and are omitted starting from v26.0 (
280+
API version v1.45 and up). If image configuration of an image is needed,
281+
you can obtain it from the `Config` field.
282282

283283
### Deprecate legacy API versions
284284

0 commit comments

Comments
 (0)