- Leipzig
- https://felixfoertsch.de
- Joined on
2021-10-03
Block a user
netfelix-audio-fix (2026.03.27)
Published 2026-03-28 10:36:44 +01:00 by felixfoertsch
Installation
docker pull git.felixfoertsch.de/felixfoertsch/netfelix-audio-fix:2026.03.27sha256:896d86cecd37cf90f96ca02ff9f0cefdca3c6dad77381d577aac6adcd972b0e0
About this package
Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
Image Layers
| # debian.sh --arch 'amd64' out/ 'trixie' '@1773619200' |
| 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 ffmpeg && rm -rf /var/lib/apt/lists/* # buildkit |
| WORKDIR /app |
| COPY package.json bun.lock* ./ # buildkit |
| RUN /bin/sh -c bun install --frozen-lockfile --production # buildkit |
| COPY /app/dist/ ./dist/ # buildkit |
| COPY /app/server/ ./server/ # buildkit |
| EXPOSE map[3000/tcp:{}] |
| ENV DATA_DIR=/data/ |
| ENV PORT=3000 |
| VOLUME [/data/] |
| CMD ["bun" "run" "server/index.tsx"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2026-03-18T04:34:00.054Z |
| 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 | a04817ce2b7f1a1e8b7cbf8af8f2c027ab072f1d |
| 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.3.11 |
Details
2026-03-28 10:36:44 +01:00
Versions (226)
View all
Container
0
OCI / Docker
linux/amd64
NOASSERTION
268 MiB
buildcache
2026-08-25
latest
2026-08-25
2026.08.25.3
2026-08-25
2026.08.25.2
2026-08-25
2026.08.25.1
2026-08-25