2016-09-29 19:21:06 +00:00
|
|
|
---
|
|
|
|
description: describes deprecated functionality
|
2016-11-04 20:33:29 +00:00
|
|
|
keywords:
|
|
|
|
- registry, manifest, images, signatures, repository, distribution, digest
|
2016-11-04 22:38:40 +00:00
|
|
|
title: Docker Registry deprecation
|
2016-09-29 19:21:06 +00:00
|
|
|
---
|
2016-09-28 21:46:28 +00:00
|
|
|
|
|
|
|
This document details functionality or components which are deprecated within
|
|
|
|
the registry.
|
|
|
|
|
|
|
|
### v2.5.0
|
|
|
|
|
|
|
|
The signature store has been removed from the registry. Since `v2.4.0` it has
|
|
|
|
been possible to configure the registry to generate manifest signatures rather
|
|
|
|
than load them from storage. In this version of the registry this becomes
|
|
|
|
the default behavior. Signatures which are attached to manifests on put are
|
|
|
|
not stored in the registry. This does not alter the functional behavior of
|
|
|
|
the registry.
|
|
|
|
|
|
|
|
Old signatures blobs can be removed from the registry storage by running the
|
2016-11-04 20:33:29 +00:00
|
|
|
garbage-collect subcommand.
|