mirror of
https://github.com/distribution/distribution.git
synced 2025-06-28 16:27:06 +00:00
fix: Annotate code block from validation.indexes docs
Signed-off-by: Anže Luzar <aluzarwork@gmail.com>
This commit is contained in:
parent
e827ce2772
commit
c460aa63e1
@ -1275,6 +1275,7 @@ By default the registry will validate that all platform images exist when an ima
|
||||
index is uploaded to the registry. Disabling this validatation is experimental
|
||||
because other tooling that uses the registry may expect the image index to be complete.
|
||||
|
||||
```yaml
|
||||
validation:
|
||||
manifests:
|
||||
indexes:
|
||||
@ -1282,6 +1283,7 @@ validation:
|
||||
platformlist:
|
||||
- os: linux
|
||||
architecture: amd64
|
||||
```
|
||||
|
||||
Use these settings to configure what validation the registry performs on image
|
||||
index manifests uploaded to the registry.
|
||||
|
Loading…
Reference in New Issue
Block a user