Skip to content

ci: avoid docker hub rate limits#1437

Merged
MrAlias merged 1 commit into
mainfrom
skl/fix-dockerhub-rate-limits
Mar 3, 2026
Merged

ci: avoid docker hub rate limits#1437
MrAlias merged 1 commit into
mainfrom
skl/fix-dockerhub-rate-limits

Conversation

@skl
Copy link
Copy Markdown
Member

@skl skl commented Mar 3, 2026

Lots of CI workflows are running docker pulls without authentication, meaning that we're more likely to hit rate limits. We already have an authentication token available, just need to use it in more places.

For ory/dockertest, this requires NewAuthConfigurationsFromDockerCfg in order to pass the credentials to the client.

@skl skl requested a review from a team as a code owner March 3, 2026 17:34
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 3, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 43.73%. Comparing base (01563a4) to head (d756f7a).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff             @@
##             main    #1437       +/-   ##
===========================================
+ Coverage   33.53%   43.73%   +10.19%     
===========================================
  Files         281      312       +31     
  Lines       31325    33911     +2586     
===========================================
+ Hits        10506    14832     +4326     
+ Misses      19959    18123     -1836     
- Partials      860      956       +96     
Flag Coverage Δ
integration-test 21.75% <ø> (+0.18%) ⬆️
integration-test-arm 0.00% <ø> (ø)
integration-test-vm-x86_64-5.15.152 0.00% <ø> (ø)
integration-test-vm-x86_64-6.10.6 0.00% <ø> (ø)
k8s-integration-test 2.31% <ø> (ø)
oats-test 0.00% <ø> (ø)
unittests 44.63% <ø> (+15.87%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Copy Markdown
Contributor

@MrAlias MrAlias left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome! 🚀

@MrAlias MrAlias merged commit 0c90307 into main Mar 3, 2026
65 checks passed
@MrAlias MrAlias deleted the skl/fix-dockerhub-rate-limits branch March 3, 2026 18:17
@MrAlias MrAlias added this to the v0.6.0 milestone Mar 5, 2026
@MrAlias MrAlias mentioned this pull request Mar 5, 2026
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.

3 participants