Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit 6d9535d

Browse files
authored
Merge pull request #1960 from thaJeztah/19.03_backport_deprecate_schema1
[19.03 backport] deprecate registry v2 schema 1 Upstream-commit: 81640902576cb0141b3c398a826cc36abc9afd61 Component: cli
2 parents 918925d + 6177c7f commit 6d9535d

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

components/cli/docs/deprecated.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,19 @@ 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+
### Pushing and pulling with image manifest v2 schema 1
23+
24+
**Deprecated in Release: v19.03.0**
25+
26+
**Target For Removal In Release: v19.09.0**
27+
28+
The image manifest
29+
[v2 schema 1](https://github.com/docker/distribution/blob/fda42e5ef908bdba722d435ff1f330d40dfcd56c/docs/spec/manifest-v2-1.md)
30+
format is deprecated in favor of the
31+
[v2 schema 2](https://github.com/docker/distribution/blob/fda42e5ef908bdba722d435ff1f330d40dfcd56c/docs/spec/manifest-v2-2.md) format.
32+
33+
If the registry you are using still supports v2 schema 1, urge their administrators to move to v2 schema 2.
34+
2235
### Legacy "overlay" storage driver
2336

2437
**Deprecated in Release: v18.09.0**

0 commit comments

Comments
 (0)