ci: pin redis image to SHA digest and add Docker Hub auth#57
Open
ci: pin redis image to SHA digest and add Docker Hub auth#57
Conversation
Fixes Docker Hub unauthenticated rate limit errors on self-hosted runners by adding credentials block and pinning redis:7-alpine to its amd64 manifest digest.
❌ 1 Tests Failed:
View the full list of 1 ❄️ flaky test(s)
To view more test analytics, go to the Test Analytics Dashboard |
PR: lint + critical tests on Python 3.12 only (1 runner) Push: full 6-version matrix + doc tests + version check + pip-audit
uv, Rust stable (rustfmt, clippy), and Python 3.9-3.14 are now baked into the custom runner image (ghcr.io/cachekit-io/runner). Removes per-job: setup-uv action, uv python install, dtolnay/rust-toolchain. Keeps: Swatinem/rust-cache and actions/cache for compiled artifacts.
- actions/checkout v4 → v6 - actions/cache v4 → v5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
redis:7-alpineservice container to amd64 manifest digest (sha256:4bfd9e...)credentialsblock usingDOCKERHUB_USERNAME/DOCKERHUB_TOKENorg secretsFixes Docker Hub unauthenticated rate limit errors (
toomanyrequests) on self-hosted ARC runners.Test plan
cachekit) pull redis without rate limiting