Skip to content

Commit

Permalink
Merge pull request #3233 from yuvipanda/pruner-freq
Browse files Browse the repository at this point in the history
Run the buildkit image pruner more frequently
  • Loading branch information
yuvipanda authored Feb 19, 2025
2 parents 54e65e0 + 4f61589 commit 8257b2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mybinder/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ buildkitPruner:
# Use the same image as we use for dind
image: docker:27.5.1-dind
buildkitCacheSize: 300GB
# Run this every 30min
schedule: "*/30 * * * *"
# Run this every 10min
schedule: "*/10 * * * *"

registry:
enabled: false
Expand Down

0 comments on commit 8257b2a

Please sign in to comment.