Skip to content

Commit 96dba79

Browse files
authored
Merge pull request #1040 from cyli/deprecated-engine-labels
Document reserved namespaces deprecation
2 parents bac0d8f + 7470d46 commit 96dba79

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

docs/deprecated.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,16 @@ The following list of features are deprecated in Engine.
1919
To learn more about Docker Engine's deprecation policy,
2020
see [Feature Deprecation Policy](https://docs.docker.com/engine/#feature-deprecation-policy).
2121

22+
### Reserved namespaces in engine labels
23+
24+
**Deprecated in Release: v18.06.0**
25+
26+
The namespaces `com.docker.*`, `io.docker.*`, and `org.dockerproject.*` in engine labels
27+
were always documented to be reserved, but there was never any enforcement.
28+
29+
Usage of these namespaces will now cause a warning in the engine logs to discourage their
30+
use, and will error instead in 18.12 and above.
31+
2232
### Asynchronous `service create` and `service update`
2333

2434
**Deprecated In Release: v17.05.0**

0 commit comments

Comments
 (0)