-
Notifications
You must be signed in to change notification settings - Fork 33
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
quay.io tags list pagination broken: link now properly returns last
query parameter
#106
Comments
1 task
thomas-riccardi
added a commit
to thomas-riccardi/dependabot-core
that referenced
this issue
Sep 10, 2024
…er registry pagination Fix dependabot#10347, cf deitch/docker_registry2#106 Updates `docker_registry2` from 1.18.0 to 1.18.2 Commits * [`b830597`](deitch/docker_registry2@b830597) bump 1.18.2 ([dependabot#108](https://redirect.github.com/deitch/docker_registry2/issues/108)) * [`2915d80`](deitch/docker_registry2@2915d80) Fix pagination for tags list pagination for quay.io & registry.access.redhat.... * [`2071379`](deitch/docker_registry2@2071379) remove gemfile.lock from gitignore and commit to git ([dependabot#105](https://redirect.github.com/deitch/docker_registry2/issues/105)) * [`c33e9f5`](deitch/docker_registry2@c33e9f5) v1.18.1 ([dependabot#104](https://redirect.github.com/deitch/docker_registry2/issues/104)) * [`4d4b968`](deitch/docker_registry2@4d4b968) Smartly join URLs ([dependabot#101](https://redirect.github.com/deitch/docker_registry2/issues/101)) * [`d11771a`](deitch/docker_registry2@d11771a) Enhancement of rubocop and tests configs ([dependabot#103](https://redirect.github.com/deitch/docker_registry2/issues/103)) * [`4c130c9`](deitch/docker_registry2@4c130c9) Fix rubocop on master ([dependabot#102](https://redirect.github.com/deitch/docker_registry2/issues/102)) * See full diff in [compare view](deitch/docker_registry2@v1.18.0...v1.18.2)
5 tasks
thomas-riccardi
added a commit
to thomas-riccardi/dependabot-core
that referenced
this issue
Sep 10, 2024
…er registry pagination Fix dependabot#10347, cf deitch/docker_registry2#106 Updates `docker_registry2` from 1.18.0 to 1.18.2 Commits * [`b830597`](deitch/docker_registry2@b830597) bump 1.18.2 ([dependabot#108](https://redirect.github.com/deitch/docker_registry2/issues/108)) * [`2915d80`](deitch/docker_registry2@2915d80) Fix pagination for tags list pagination for quay.io & registry.access.redhat.... * [`2071379`](deitch/docker_registry2@2071379) remove gemfile.lock from gitignore and commit to git ([dependabot#105](https://redirect.github.com/deitch/docker_registry2/issues/105)) * [`c33e9f5`](deitch/docker_registry2@c33e9f5) v1.18.1 ([dependabot#104](https://redirect.github.com/deitch/docker_registry2/issues/104)) * [`4d4b968`](deitch/docker_registry2@4d4b968) Smartly join URLs ([dependabot#101](https://redirect.github.com/deitch/docker_registry2/issues/101)) * [`d11771a`](deitch/docker_registry2@d11771a) Enhancement of rubocop and tests configs ([dependabot#103](https://redirect.github.com/deitch/docker_registry2/issues/103)) * [`4c130c9`](deitch/docker_registry2@4c130c9) Fix rubocop on master ([dependabot#102](https://redirect.github.com/deitch/docker_registry2/issues/102)) * See full diff in [compare view](deitch/docker_registry2@v1.18.0...v1.18.2)
thavaahariharangit
added a commit
to dependabot/dependabot-core
that referenced
this issue
Nov 1, 2024
* Updates docker_registry2 from 1.18.0 to 1.18.2 to fix quay.io container registry pagination Fix #10347, cf deitch/docker_registry2#106 Updates `docker_registry2` from 1.18.0 to 1.18.2 Commits * [`b830597`](deitch/docker_registry2@b830597) bump 1.18.2 ([#108](https://redirect.github.com/deitch/docker_registry2/issues/108)) * [`2915d80`](deitch/docker_registry2@2915d80) Fix pagination for tags list pagination for quay.io & registry.access.redhat.... * [`2071379`](deitch/docker_registry2@2071379) remove gemfile.lock from gitignore and commit to git ([#105](https://redirect.github.com/deitch/docker_registry2/issues/105)) * [`c33e9f5`](deitch/docker_registry2@c33e9f5) v1.18.1 ([#104](https://redirect.github.com/deitch/docker_registry2/issues/104)) * [`4d4b968`](deitch/docker_registry2@4d4b968) Smartly join URLs ([#101](https://redirect.github.com/deitch/docker_registry2/issues/101)) * [`d11771a`](deitch/docker_registry2@d11771a) Enhancement of rubocop and tests configs ([#103](https://redirect.github.com/deitch/docker_registry2/issues/103)) * [`4c130c9`](deitch/docker_registry2@4c130c9) Fix rubocop on master ([#102](https://redirect.github.com/deitch/docker_registry2/issues/102)) * See full diff in [compare view](deitch/docker_registry2@v1.18.0...v1.18.2) * Bump docker_registry2 in common/dependabot-common.gemspec: we need the fix also manually reported to Gemfile.lock files * build: ⬆️ tapioca gem Signed-off-by: Lewis Strong <lewis.strong@qodea.com> --------- Signed-off-by: Lewis Strong <lewis.strong@qodea.com> Co-authored-by: Thomas Riccardi <thomas@deepomatic.com> Co-authored-by: Hariharan Thavachelvam <164553783+thavaahariharangit@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
(Coming here from Dependabot that miss a bump of
FROM quay.io/keycloak/keycloak:25.0.1
Dockerfile (there is a tag 25.0.2))There is a special case for
quay.io
registry:docker_registry2/lib/registry/registry.rb
Line 264 in 2071379
it comes from #63, from #56, from dependabot/dependabot-core#3989
But at least now, the quay.io api does return a standard link header with
last
query parameter:The quay.io ticket was closed automatically, but the issue seems solved.
=>
#63 should probably be reverted; and in fact the remaining part for the redhat registry too: #92 : it seems also fixed there:
=> I'm opening a PR soon.
The text was updated successfully, but these errors were encountered: