Skip to content

Commit f0aacf5

Browse files
committed
chore(cli): describe the base image change for users in the changeset
1 parent ed58706 commit f0aacf5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.changeset/prebuilt-base-images.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
"trigger.dev": patch
33
---
44

5-
Deployed images now build on prebuilt base images (triggerdotdev/node and triggerdotdev/bun on Docker Hub) instead of installing system packages during every build. Builds skip the package installation step entirely, and the base layers are identical across all projects, so worker nodes cache one copy fleet-wide and image pulls get faster. Custom packages from the aptGet extension install on top as before.
5+
Deploys are faster: images no longer install system packages during every build, and repeat deploys pull less because the shared base layers are already cached. Custom packages from the aptGet extension still install as before.

0 commit comments

Comments
 (0)