Hello, so we have run into an issue that makes us unable to use Image Automation with some Docker Registries which limit PageSize on the v2/.../.../tags/list endpoint.
scan failed: GET https://quay.io/v2/pganalyze/collector/tags/list?n=1000: TOO_MANY_TAGS_REQUESTED: Too many tags requested; requested limit 1000 is too high, max is 100
In order to resume using Image Automation with Quay.io, we'd need some way of setting pageSize on the ImageRepository.
The underlying go-containerregistry.remote already has a withPageSize function.
https://github.com/google/go-containerregistry/blob/main/pkg/v1/remote/options.go#L292
Hello, so we have run into an issue that makes us unable to use Image Automation with some Docker Registries which limit PageSize on the
v2/.../.../tags/listendpoint.In order to resume using Image Automation with Quay.io, we'd need some way of setting
pageSizeon theImageRepository.The underlying
go-containerregistry.remotealready has awithPageSizefunction.https://github.com/google/go-containerregistry/blob/main/pkg/v1/remote/options.go#L292