forked from TrueCloudLab/distribution
Merge pull request #1581 from RichardScothern/docs
Manifest delete documentation enhancement
This commit is contained in:
commit
ee8450ff13
2 changed files with 16 additions and 0 deletions
|
@ -1096,6 +1096,14 @@ issued:
|
||||||
If the image had already been deleted or did not exist, a `404 Not Found`
|
If the image had already been deleted or did not exist, a `404 Not Found`
|
||||||
response will be issued instead.
|
response will be issued instead.
|
||||||
|
|
||||||
|
> **Note** When deleting a manifest from a registry version 2.3 or later, the
|
||||||
|
> following header must be used when `HEAD` or `GET`-ing the manifest to obtain
|
||||||
|
> the correct digest to delete:
|
||||||
|
|
||||||
|
Accept: application/vnd.docker.distribution.manifest.v2+json
|
||||||
|
|
||||||
|
> for more details, see: [compatibility.md](../compatibility.md#content-addressable-storage-cas)
|
||||||
|
|
||||||
## Detail
|
## Detail
|
||||||
|
|
||||||
> **Note**: This section is still under construction. For the purposes of
|
> **Note**: This section is still under construction. For the purposes of
|
||||||
|
|
|
@ -1096,6 +1096,14 @@ issued:
|
||||||
If the image had already been deleted or did not exist, a `404 Not Found`
|
If the image had already been deleted or did not exist, a `404 Not Found`
|
||||||
response will be issued instead.
|
response will be issued instead.
|
||||||
|
|
||||||
|
> **Note** When deleting a manifest from a registry version 2.3 or later, the
|
||||||
|
> following header must be used when `HEAD` or `GET`-ing the manifest to obtain
|
||||||
|
> the correct digest to delete:
|
||||||
|
|
||||||
|
Accept: application/vnd.docker.distribution.manifest.v2+json
|
||||||
|
|
||||||
|
> for more details, see: [compatibility.md](../compatibility.md#content-addressable-storage-cas)
|
||||||
|
|
||||||
## Detail
|
## Detail
|
||||||
|
|
||||||
> **Note**: This section is still under construction. For the purposes of
|
> **Note**: This section is still under construction. For the purposes of
|
||||||
|
|
Loading…
Reference in a new issue