rspace-online (sha256:e070967128836005ac92024943cb6795c7082e371edb29433e45f8498e5f5613)
Published 2026-04-17 01:20:26 +02:00 by jeffemmett
Installation
docker pull gitea.jeffemmett.com/jeffemmett/rspace-online@sha256:e070967128836005ac92024943cb6795c7082e371edb29433e45f8498e5f5613sha256:e070967128836005ac92024943cb6795c7082e371edb29433e45f8498e5f5613About this package
Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
Image Layers
| # debian.sh --arch 'amd64' out/ 'trixie' '@1773619200' |
| 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 |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates python3 python3-pip && pip install --no-cache-dir --break-system-packages markitdown && apt-get purge -y python3-pip && apt-get autoremove -y && rm -rf /var/lib/apt/lists/* # buildkit |
| COPY /usr/local/bin/typst /usr/local/bin/typst # buildkit |
| COPY /app/dist ./dist # buildkit |
| COPY /app/server ./server # buildkit |
| COPY /app/lib ./lib # buildkit |
| COPY /app/shared ./shared # buildkit |
| COPY /app/modules ./modules # buildkit |
| COPY /app/src ./src # buildkit |
| COPY /app/package.json . # buildkit |
| COPY /encryptid-sdk /encryptid-sdk # buildkit |
| RUN /bin/sh -c bun install --production # buildkit |
| RUN /bin/sh -c mkdir -p /data/communities /data/books /data/swag-artifacts /data/files /data/splats /data/rpubs-publications # buildkit |
| COPY entrypoint.sh /app/entrypoint.sh # buildkit |
| COPY scripts/ /app/scripts/ # buildkit |
| RUN /bin/sh -c chmod +x /app/entrypoint.sh /app/scripts/*.sh # buildkit |
| ENV NODE_ENV=production |
| ENV STORAGE_DIR=/data/communities |
| ENV BOOKS_DIR=/data/books |
| ENV SWAG_ARTIFACTS_DIR=/data/swag-artifacts |
| ENV FILES_DIR=/data/files |
| ENV SPLATS_DIR=/data/splats |
| ENV PUBS_DIR=/data/rpubs-publications |
| ENV PORT=3000 |
| VOLUME [/data/communities] |
| VOLUME [/data/books] |
| VOLUME [/data/swag-artifacts] |
| VOLUME [/data/files] |
| VOLUME [/data/splats] |
| VOLUME [/data/rpubs-publications] |
| EXPOSE [3000/tcp] |
| ENTRYPOINT ["/app/entrypoint.sh"] |
| CMD ["bun" "run" "server/index.ts"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2026-03-18T04:33:58.423Z |
| 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-slim |
Details
2026-04-17 01:20:26 +02:00
Versions (202)
View all
Container
0
OCI / Docker
linux/amd64
NOASSERTION
345 MiB