November 2023 Summaries
2 posts from BuildBuddy
Filter
Month:
Year:
Post Summaries
Back to Blog
BuildBuddy has introduced a performance improvement that makes pulling container images about ten times faster on its hosted execution service, reducing customer build and test times and improving the ability to autoscale the BuildBuddy executor pool. The company uses Podman as its default container runtime but supports Docker and Firecracker as well. Lazy image distribution is used to address the challenge of slow image pull latency after a cold start, which directly slows down customer builds and tests and limits autoscaling capabilities. The SOCI Snapshotter acts as a local container layer store that can be used by Podman to retrieve image layers in place of the remote registry. BuildBuddy has made some modifications to support lazy image distribution for images stored in private container registries, and the company has observed an almost tenfold decrease in image pull latency after cold start with this setup.
Nov 15, 2023
1,681 words in the original blog post.
Bazelcon 2023, held in Munich, featured two days of talks by Bazel maintainers, contributors, and users. Highlights included improvements to the trends page for finding and fixing strange builds, using user fault file descriptors (UFFD) and FUSE to speed up workflows, supporting multi-platform builds in a monorepo, and co-hosting a happy hour with Google Cloud.
Nov 01, 2023
236 words in the original blog post.