Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixes #56 quay.io nonstandard tag pagination #63

Merged
merged 1 commit into from
Jul 24, 2022

Conversation

sevendials
Copy link
Contributor

@sevendials sevendials commented Jul 23, 2022

quay.io does something nonstandard with pagination. This is a workaround until https://issues.redhat.com/browse/PROJQUAY-498 is addressed.

@deitch deitch merged commit d93c0a9 into deitch:master Jul 24, 2022
@sevendials
Copy link
Contributor Author

@deitch could we get a new gem release?

@deitch
Copy link
Owner

deitch commented Jul 26, 2022

Done

deitch pushed a commit that referenced this pull request Aug 1, 2024
….redhat.com registries (#107)

Remove special cases for quay.io & registry.access.redhat.com:
they were added by #63 and #92, but don't seem necessary anymore:

```
$ curl -Is https://quay.io/v2/keycloak/keycloak/tags/list | grep -i link
link: </v2/keycloak/keycloak/tags/list?n=100&last=23.0.4-0>; rel="next"
```

```
$ curl -Is https://registry.access.redhat.com:443/v2/ubi8/ubi-minimal/tags/list | grep -i link
Link: </v2/ubi8/ubi-minimal/tags/list?n=100&last=8.7-1031-source>; rel="next"
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants