You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/deprecated.md
+26-14Lines changed: 26 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,32 @@ The daemon is moved to a separate binary (`dockerd`), and should be used instead
43
43
Duplicate keys with conflicting values have been deprecated. A warning is displayed
44
44
in the output, and an error will be returned in the future.
45
45
46
+
### `MAINTAINER` in Dockerfile
47
+
**Deprecated In Release: v1.13.0**
48
+
49
+
`MAINTAINER` was an early very limited form of `LABEL` which should be used instead.
50
+
51
+
### API calls without a version
52
+
**Deprecated In Release: [v1.13](https://github.com/docker/docker/releases/)**
53
+
54
+
**Target For Removal In Release: v1.16**
55
+
56
+
API versions should be supplied to all API calls to ensure compatibility with
57
+
future Engine versions. Instead of just requesting, for example, the URL
58
+
`/containers/json`, you must now request `/v1.25/containers/json`.
59
+
60
+
### Backing filesystem without `d_type` support for overlay/overlay2
61
+
**Deprecated In Release: v1.13.0**
62
+
63
+
**Target For Removal In Release: v1.16**
64
+
65
+
The overlay and overlay2 storage driver does not work as expected if the backing
66
+
filesystem does not support `d_type`. For example, XFS does not support `d_type`
67
+
if it is formatted with the `ftype=0` option.
68
+
69
+
Please also refer to [#27358](https://github.com/docker/docker/issues/27358) for
70
+
futher information.
71
+
46
72
### Three argument form in `docker import`
47
73
**Deprecated In Release: [v0.6.7](https://github.com/docker/docker/releases/tag/v0.6.7)**
48
74
@@ -221,17 +247,3 @@ Since 1.9, Docker Content Trust Offline key has been renamed to Root key and the
221
247
222
248
- DOCKER_CONTENT_TRUST_OFFLINE_PASSPHRASE is now named DOCKER_CONTENT_TRUST_ROOT_PASSPHRASE
223
249
- DOCKER_CONTENT_TRUST_TAGGING_PASSPHRASE is now named DOCKER_CONTENT_TRUST_REPOSITORY_PASSPHRASE
224
-
225
-
### `MAINTAINER` in Dockerfile
226
-
**Deprecated In Release: v1.13.0**
227
-
228
-
`MAINTAINER` was an early very limited form of `LABEL` which should be used instead.
229
-
230
-
### API calls without a version
231
-
**Deprecated In Release: [v1.13](https://github.com/docker/docker/releases/)**
232
-
233
-
**Target For Removal In Release: v1.16**
234
-
235
-
API versions should be supplied to all API calls to ensure compatibility with
236
-
future Engine versions. Instead of just requesting, for example, the URL
237
-
`/containers/json`, you must now request `/v1.25/containers/json`.
0 commit comments