From 1a21ca12a62ec78af55b71a04b1ca606ef6771fe Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Wed, 13 Dec 2017 14:16:46 -0800 Subject: [PATCH] Updated deprecation status for "repository:shortid" The `repository:shortid` syntax for referencing images is very little used, collides with with tag references can be confused with digest references. The `repository:shortid` notation was deprecated in Docker 1.13, and scheduled for removal in Docker 17.12. This patch updates the deprecation status for this feature. Signed-off-by: Sebastiaan van Stijn --- docs/deprecated.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/deprecated.md b/docs/deprecated.md index 78df5347d0..9ac2f08c16 100644 --- a/docs/deprecated.md +++ b/docs/deprecated.md @@ -74,9 +74,13 @@ The `filter` param to filter the list of image by reference (name or name:tag) i ### `repository:shortid` image references **Deprecated In Release: [v1.13.0](https://github.com/docker/docker/releases/tag/v1.13.0)** -**Target For Removal In Release: v17.12** +**Removed In Release: v17.12** -`repository:shortid` syntax for referencing images is very little used, collides with tag references can be confused with digest references. +The `repository:shortid` syntax for referencing images is very little used, +collides with tag references, and can be confused with digest references. + +Support for the `repository:shortid` notation to reference images was removed +in Docker 17.12. ### `docker daemon` subcommand **Deprecated In Release: [v1.13.0](https://github.com/docker/docker/releases/tag/v1.13.0)**