@@ -43,6 +43,32 @@ The daemon is moved to a separate binary (`dockerd`), and should be used instead
4343Duplicate keys with conflicting values have been deprecated. A warning is displayed
4444in the output, and an error will be returned in the future.
4545
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+
4672### Three argument form in ` docker import `
4773** Deprecated In Release: [ v0.6.7] ( https://github.com/docker/docker/releases/tag/v0.6.7 ) **
4874
@@ -221,17 +247,3 @@ Since 1.9, Docker Content Trust Offline key has been renamed to Root key and the
221247
222248- DOCKER_CONTENT_TRUST_OFFLINE_PASSPHRASE is now named DOCKER_CONTENT_TRUST_ROOT_PASSPHRASE
223249- 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