Skip to content

Quay.io: TOO_MANY_TAGS_REQUESTED requested limit 1000 is too high, max is 100 #585

Description

@carl-reverb

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions