From 8b4e52f0bfad9f5e0e7e8973f6a78b8227fb5fdb Mon Sep 17 00:00:00 2001 From: Andrew Hsu Date: Tue, 18 Jun 2019 18:51:19 +0000 Subject: [PATCH] deprecate registry v2 schema 1 Co-Authored-By: Sebastiaan van Stijn Signed-off-by: Andrew Hsu Signed-off-by: Sebastiaan van Stijn --- docs/deprecated.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/deprecated.md b/docs/deprecated.md index 1ca390a897..58ac15b0d0 100644 --- a/docs/deprecated.md +++ b/docs/deprecated.md @@ -19,6 +19,19 @@ The following list of features are deprecated in Engine. To learn more about Docker Engine's deprecation policy, see [Feature Deprecation Policy](https://docs.docker.com/engine/#feature-deprecation-policy). +### Pushing and pulling with image manifest v2 schema 1 + +**Deprecated in Release: v19.03.0** + +**Target For Removal In Release: v19.09.0** + +The image manifest +[v2 schema 1](https://github.com/docker/distribution/blob/fda42e5ef908bdba722d435ff1f330d40dfcd56c/docs/spec/manifest-v2-1.md) +format is deprecated in favor of the +[v2 schema 2](https://github.com/docker/distribution/blob/fda42e5ef908bdba722d435ff1f330d40dfcd56c/docs/spec/manifest-v2-2.md) format. + +If the registry you are using still supports v2 schema 1, urge their administrators to move to v2 schema 2. + ### Legacy "overlay" storage driver **Deprecated in Release: v18.09.0**