fix: Annotate code block from validation.indexes docs

Signed-off-by: Anže Luzar <aluzarwork@gmail.com>
This commit is contained in:
Anže Luzar 2025-04-28 13:23:56 +02:00 committed by GitHub
parent e827ce2772
commit c460aa63e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.