docs: update list of required headers to delete an image (#249)

This commit is contained in:
Hugo Cartigny 2022-05-06 23:39:56 +02:00 committed by GitHub
parent c84c9f36e6
commit 49ec1d9938
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -148,6 +148,7 @@ And you need to add these HEADERS:
http:
headers:
Access-Control-Allow-Methods: ['HEAD', 'GET', 'OPTIONS', 'DELETE']
Access-Control-Allow-Headers: ['Authorization', 'Accept']
Access-Control-Expose-Headers: ['Docker-Content-Digest']
```