feat(docker): use pre-built base image to speed up cold builds #52
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "development_base_image"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Dockerfile.baseto only Rust toolchain + WASM toolsbuild-local.shuseshero_zero:basewith automatic fallback torust:1.93-bookwormmake basetarget to build and push the base imageImpact
Test plan
make basebuilds and pusheshero_zero:basemake distuses base image (check build output for image name)BUILD_IMAGE=rust:1.93-bookworm make distworks as fallbackCloses #51
🤖 Generated with Claude Code
77e434c63b49f1bb7e96WIP: Use pre-built base image to speed up cold buildsto feat(docker): use pre-built base image to speed up cold builds