From c460aa63e17d8530ee590da9aef857835c0955c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?An=C5=BEe=20Luzar?= Date: Mon, 28 Apr 2025 13:23:56 +0200 Subject: [PATCH] fix: Annotate code block from validation.indexes docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Anže Luzar --- docs/content/about/configuration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/content/about/configuration.md b/docs/content/about/configuration.md index f7efd2cc9..62a994503 100644 --- a/docs/content/about/configuration.md +++ b/docs/content/about/configuration.md @@ -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.