fix: Annotate code block from validation.indexes configuration docs (#4629)

This commit is contained in:
Milos Gajdos
2025-04-28 06:48:17 -07:00
committed by GitHub

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.