You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(base-images): build the bun base images from official inputs and add node-less 1.3 / 1.4
The bun deploy base images are now built from official upstream inputs,
both pinned by digest: the bun binary comes from the `oven/bun` slim
image and is layered onto either the `node:20` slim base (the existing
`1.3-node20-bookworm` tag, which keeps a node binary) or plain
`debian:bookworm-slim` (two new node-less tags, `1.3-bookworm` and
`1.4-bookworm`). Each has a `-build` variant with the native-module
toolchain and is published for amd64 and arm64.
The existing tag keeps bun 1.3.3, the same paths and the same uid 1001,
so deployed bun task images are unchanged. This drops the third-party
combined bun+node image (and its container-startup telemetry) and gives
the bun images the same provenance and Debian snapshot layering as the
node images. The node-less images contain no node binary and are not
selectable by the CLI yet; they back the versioned bun runtimes that
follow.
Mono-RevId: 530ee98b63f97da278025f6cfde92a60d890a786
0 commit comments