oven/bun

By oven

Updated about 18 hours ago

Bun is a fast all-in-one JavaScript runtime.

Image

1M+

Bun

Bun is a fast all-in-one JavaScript runtime. https://bun.sh

Example

FROM oven/bun:latest

COPY package.json ./
COPY bun.lockb ./
COPY src ./

RUN bun install

Variants

  • debian
  • slim
  • alpine
  • distroless

Docker Pull Command

docker pull oven/bun