distribution/configuration
James Hewitt c40c4b289a
Enable configuration of index dependency validation
Enable configuration options that can selectively disable validation
that dependencies exist within the registry before the image index
is uploaded.

This enables sparse indexes, where a registry holds a manifest index that
could be signed (so the digest must not change) but does not hold every
referenced image in the index. The use case for this is when a registry
mirror does not need to mirror all platforms, but does need to maintain
the digests of all manifests either because they are signed or because
they are pulled by digest.

The registry administrator can also select specific image architectures
that must exist in the registry, enabling a registry operator to select
only the platforms they care about and ensure all image indexes uploaded
to the registry are valid for those platforms.

Signed-off-by: James Hewitt <james.hewitt@uk.ibm.com>
2024-05-28 09:56:14 +01:00
..
configuration.go Enable configuration of index dependency validation 2024-05-28 09:56:14 +01:00
configuration_test.go Enable configuration of index dependency validation 2024-05-28 09:56:14 +01:00
fuzz_test.go Fuzzing: Rewrite existing fuzzers to native go fuzzers 2022-11-12 17:30:10 +00:00
parser.go Fix the code and update tests that verify the new code works 2023-07-17 22:40:32 +01:00
parser_test.go testing: replace legacy gopkg.in/check.v1 2023-12-13 09:22:43 +00:00