Skip to content

fix(datasource/docker): use dockerMaxPages limit for hub.docker.com#34405

Merged
rarkins merged 2 commits intorenovatebot:mainfrom
RahulGautamSingh:fix-34269
Feb 24, 2025
Merged

fix(datasource/docker): use dockerMaxPages limit for hub.docker.com#34405
rarkins merged 2 commits intorenovatebot:mainfrom
RahulGautamSingh:fix-34269

Conversation

@RahulGautamSingh
Copy link
Copy Markdown
Collaborator

Changes

  • When looking up hub.docker.com for tags limit no. of pages queries to dockerMaxPages.
  • Default the page limit to 20 .. per_page tags limit is 1000 and fetching 20000 tags should be safe

Context

Documentation (please check one with an [x])

  • I have updated the documentation, or
  • No documentation update is required

How I've tested my work (please select one)

I have verified these changes via:

  • Code inspection only, or
  • Newly added/modified unit tests, or
  • No unit tests but ran on a real repository, or
  • Both unit tests + ran on a real repository

Comment thread lib/modules/datasource/docker/index.spec.ts Outdated
Comment thread lib/modules/datasource/docker/index.ts Outdated
@rarkins rarkins enabled auto-merge February 24, 2025 06:43
@rarkins rarkins added this pull request to the merge queue Feb 24, 2025
Merged via the queue into renovatebot:main with commit 1e1f0d6 Feb 24, 2025
@renovate-release
Copy link
Copy Markdown

🎉 This PR is included in version 39.179.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

ivankatliarchuk added a commit to ivankatliarchuk/renovate that referenced this pull request Feb 24, 2025
* main: (116 commits)
  feat(manager/jsonata): add toml support (renovatebot#34380)
  fix(datasource/docker): use `dockerMaxPages` limit for `hub.docker.com` (renovatebot#34405)
  chore: Update administration-only.yml description
  chore(deps): update dependency type-fest to v4.35.0 (main) (renovatebot#34426)
  fix(deps): update ghcr.io/renovatebot/base-image docker tag to v9.43.2 (main) (renovatebot#34425)
  fix(deps): update ghcr.io/containerbase/sidecar docker tag to v13.7.19 (main) (renovatebot#34424)
  chore(deps): update dependency renovatebot/github-action to v41.0.14 (main) (renovatebot#34423)
  chore(deps): update ghcr.io/containerbase/devcontainer docker tag to v13.7.19 (main) (renovatebot#34422)
  chore(deps): update containerbase/internal-tools action to v3.10.5 (main) (renovatebot#34420)
  chore(deps): lock file maintenance (main) (renovatebot#34419)
  docs: update references to renovate/renovate (main) (renovatebot#34418)
  chore(deps): update dependency pnpm to v10.4.1 (main) (renovatebot#34417)
  fix(gitea): Fix platform test performance (renovatebot#34415)
  feat(datasource/unity3d): Use Unity Releases API (renovatebot#33240)
  fix(deps): update ghcr.io/renovatebot/base-image docker tag to v9.43.1 (main) (renovatebot#34413)
  fix(gitlab): Fix the platform test performance (renovatebot#34410)
  test(bitbucket-server): Fix the tests performance (renovatebot#34406)
  test(bitbucket): Fix the tests performance (renovatebot#34407)
  fix(deps): update ghcr.io/containerbase/sidecar docker tag to v13.7.18 (main) (renovatebot#34409)
  chore(deps): update ghcr.io/containerbase/devcontainer docker tag to v13.7.18 (main) (renovatebot#34408)
  ...
@renovate-release
Copy link
Copy Markdown

🎉 This PR is included in version 40.0.0-next.8 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions github-actions Bot locked as resolved and limited conversation to collaborators Mar 27, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docker Hub tags listing should honor dockerMaxPages

4 participants