-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Add prune command to cache manager #25
Comments
alexcb
added a commit
to alexcb/buildkit
that referenced
this issue
Jan 30, 2021
- the github.com/moby/buildkit/session/localhost package is used by the client buildkit code, which must compile on both linux and darwin; however the session/localhost package was pulling in the executor package which is only meant to be compiled on linux and not darwin (due to it referncing linux-specific syscall consts) Signed-off-by: Alex Couture-Beil <[email protected]>
alexcb
added a commit
to alexcb/buildkit
that referenced
this issue
Feb 18, 2021
- the github.com/moby/buildkit/session/localhost package is used by the client buildkit code, which must compile on both linux and darwin; however the session/localhost package was pulling in the executor package which is only meant to be compiled on linux and not darwin (due to it referncing linux-specific syscall consts) Signed-off-by: Alex Couture-Beil <[email protected]>
alexcb
pushed a commit
to alexcb/buildkit
that referenced
this issue
Nov 3, 2023
Support for the gRPC Docker registry proxy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is no way to manually clean up the cache. Could be implemented before gc. moby/moby#32677 contains similar code
The text was updated successfully, but these errors were encountered: