Skip to content

add cache key#47

Merged
luke-lombardi merged 1 commit into
mainfrom
ll/add-cache-key
Jun 13, 2026
Merged

add cache key#47
luke-lombardi merged 1 commit into
mainfrom
ll/add-cache-key

Conversation

@luke-lombardi

@luke-lombardi luke-lombardi commented Jun 13, 2026

Copy link
Copy Markdown
Contributor

Summary by cubic

Add in-memory caching for image builds to reuse prior results and avoid redundant work, speeding up repeated builds.

  • New Features
    • Cache image build results keyed by config; checks cache before build and stores results after an exists/build success.
    • Default TTL is 5 minutes; override with BEAM_IMAGE_BUILD_CACHE_TTL_SECONDS or disable with BEAM_DISABLE_IMAGE_BUILD_CACHE.
    • Skips caching failed builds and drops expired entries.

Written for commit a8631b5. Summary will update on new commits.

Review in cubic

@luke-lombardi luke-lombardi merged commit aba48a4 into main Jun 13, 2026
2 checks passed
@luke-lombardi luke-lombardi deleted the ll/add-cache-key branch June 13, 2026 18:51
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