Skip to content
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

Revert "Switch to using repo2docker with buildkit for building" #3228

Merged
merged 1 commit into from
Feb 18, 2025

Conversation

yuvipanda
Copy link
Contributor

@yuvipanda yuvipanda merged commit 3336f5e into main Feb 18, 2025
14 checks passed
@yuvipanda yuvipanda deleted the revert-3225-buildx branch February 18, 2025 17:39
@arnim arnim mentioned this pull request Feb 18, 2025
yuvipanda added a commit to yuvipanda/mybinder.org-deploy that referenced this pull request Feb 18, 2025
The reason we had to revert jupyterhub#3228
was that the image cache was growing big, and so was the buildkit
cache. So this meant images were being stored in *three* places:

1. the buildkit cache (dind)
2. the image cache (dind)
3. the containerd store (by kubernetes, when it pulls)

1 and 2 were both set to about 300, so this caused the disk to
fill up.

Here, I more aggressively prune the image cache, as it is simply
not used when buildkit is used. Once I verify this works ok, I'll
turn on buildkit building again and we see how it goes.
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.

1 participant