Block a user
dvdash (a4cce87950e479654b48985270000fa1f80ea2b9)
Installation
docker pull gitea.home.joemonk.co.uk/joe/dvdash:a4cce87950e479654b48985270000fa1f80ea2b9sha256:6d7e3d2cf772887c04c498f342955028274f1a2291c8e78249cc9fb8e0631b97
Images
| Digest | OS / Arch | Size |
|---|---|---|
| d1368fa060 | linux/amd64 | 288 MiB |
Image Layers ( linux/amd64)
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1743984000' |
| COPY docker-entrypoint.sh /usr/local/bin # buildkit |
| COPY /usr/local/bin/bun /usr/local/bin/bun # buildkit |
| RUN /bin/sh -c mkdir -p /usr/local/bun-node-fallback-bin && ln -s /usr/local/bin/bun /usr/local/bun-node-fallback-bin/node # buildkit |
| ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/bun-node-fallback-bin |
| ARG BUN_RUNTIME_TRANSPILER_CACHE_PATH=0 |
| ENV BUN_RUNTIME_TRANSPILER_CACHE_PATH=0 |
| ARG BUN_INSTALL_BIN=/usr/local/bin |
| ENV BUN_INSTALL_BIN=/usr/local/bin |
| RUN |2 BUN_RUNTIME_TRANSPILER_CACHE_PATH=0 BUN_INSTALL_BIN=/usr/local/bin /bin/sh -c groupadd bun --gid 1000 && useradd bun --uid 1000 --gid bun --shell /bin/sh --create-home && ln -s /usr/local/bin/bun /usr/local/bin/bunx && which bun && which bunx && bun --version # buildkit |
| WORKDIR /home/bun/app |
| ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"] |
| CMD ["/usr/local/bin/bun"] |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates && rm -rf /var/lib/apt/lists/* # buildkit |
| WORKDIR /usr/src/app |
| COPY package.json ./ # buildkit |
| COPY bun.lock ./ # buildkit |
| RUN /bin/sh -c bun install --production # buildkit |
| COPY . . # buildkit |
| RUN /bin/sh -c bun run build # buildkit |
| EXPOSE map[3000/tcp:{}] |
| CMD ["bun" "run" "start"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2025-04-17T06:31:46.271Z |
| org.opencontainers.image.description | Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one |
| org.opencontainers.image.licenses | NOASSERTION |
| org.opencontainers.image.revision | db2e7d7f748dd3951ac0c983de73e75df51bb735 |
| org.opencontainers.image.source | https://github.com/oven-sh/bun |
| org.opencontainers.image.title | bun |
| org.opencontainers.image.url | https://github.com/oven-sh/bun |
| org.opencontainers.image.version | 1.2.10 |
Details
Versions (21)
View all
latest
2025-09-06
a463e61fb45f0e7b6c49db2da54e41aa05832492
2025-09-06
14
2025-09-06
7b0ff360528c87f9dd2ec2bc37e6684541392c16
2025-09-06
13
2025-09-06