igloo-server (sha256:44f0a759af59e21135948003b226ccb7477d41fe89758e2a54c61370aeaf7e14)
Installation
docker pull git.edufeed.org/edufeed/igloo-server@sha256:44f0a759af59e21135948003b226ccb7477d41fe89758e2a54c61370aeaf7e14sha256:44f0a759af59e21135948003b226ccb7477d41fe89758e2a54c61370aeaf7e14About this package
Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
Image layers
| # debian.sh --arch 'amd64' out/ 'trixie' '@1763337600' |
| 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"] |
| WORKDIR /app |
| COPY package.json bun.lock ./ # buildkit |
| COPY scripts/patch-zod-compat.mjs ./scripts/patch-zod-compat.mjs # buildkit |
| RUN /bin/sh -c bun install --production --frozen-lockfile # buildkit |
| COPY /app/src ./src # buildkit |
| COPY /app/static ./static # buildkit |
| COPY /app/docs ./docs # buildkit |
| COPY /app/tsconfig.json ./ # buildkit |
| EXPOSE [8002/tcp] |
| ENV HOST_NAME=0.0.0.0 |
| ENV HOST_PORT=8002 |
| CMD ["bun" "start"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2025-12-07T04:55:04.246Z |
| 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 | 5eb2145b3104f48eadd601518904e56aaa9937bf |
| 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.4 |
Details
2026-06-09 09:39:34 +00:00
Versions (8)
View all
Container
2
OCI / Docker
linux/amd64
NOASSERTION
106 MiB
feat-multi-share
2026-06-12
bf24016
2026-06-12
eff03b0
2026-06-09
00be690
2026-06-09
edufeed-1.0-bun134
2026-06-09