aivo-prokkis (sha256:9658d196d7b39575a422ca0b6c88b0916ef65caea98e15f7466645dda68caacf)

Published 2026-04-24 14:48:31 +03:00 by perny

Installation

docker pull forgejo.perny.dev/perny/aivo-prokkis@sha256:9658d196d7b39575a422ca0b6c88b0916ef65caea98e15f7466645dda68caacf
sha256:9658d196d7b39575a422ca0b6c88b0916ef65caea98e15f7466645dda68caacf

About this package

Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one

Image layers

# debian.sh --arch 'amd64' out/ 'trixie' '@1775433600'
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
COPY docker-entrypoint.sh /usr/local/bin # buildkit
COPY /usr/local/bin/bun /usr/local/bin/bun # buildkit
RUN |2 BUN_RUNTIME_TRANSPILER_CACHE_PATH=0 BUN_INSTALL_BIN=/usr/local/bin /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
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"]
WORKDIR /app
COPY /app/build ./build # buildkit
COPY /app/package.json ./ # buildkit
COPY /app/bun.lock ./ # buildkit
RUN /bin/sh -c bun install --production # buildkit
EXPOSE [3000/tcp]
CMD ["bun" "./build/index.js"]

Labels

Key Value
org.opencontainers.image.created 2026-04-20T08:09:54.101Z
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 bf2e2cecf27e800962b1e7f03d66278f9d5d2e79
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.13-slim
Details
Container
2026-04-24 14:48:31 +03:00
0
OCI / Docker
linux/amd64
NOASSERTION
114 MiB
Versions (1) View all
latest 2026-04-24