mirror of
https://github.com/distribution/distribution.git
synced 2025-06-29 16:57:44 +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
|
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.
|
because other tooling that uses the registry may expect the image index to be complete.
|
||||||
|
|
||||||
|
```yaml
|
||||||
validation:
|
validation:
|
||||||
manifests:
|
manifests:
|
||||||
indexes:
|
indexes:
|
||||||
@ -1282,6 +1283,7 @@ validation:
|
|||||||
platformlist:
|
platformlist:
|
||||||
- os: linux
|
- os: linux
|
||||||
architecture: amd64
|
architecture: amd64
|
||||||
|
```
|
||||||
|
|
||||||
Use these settings to configure what validation the registry performs on image
|
Use these settings to configure what validation the registry performs on image
|
||||||
index manifests uploaded to the registry.
|
index manifests uploaded to the registry.
|
||||||
|
Loading…
Reference in New Issue
Block a user