code-engine (develop-8-ae5b5008)
Published 2026-04-18 18:02:41 +00:00 by teamcity
Installation
docker pull forge.sath.com/sath/code-engine:develop-8-ae5b5008sha256:8c34c8e6952087955ed1108437d57546c6ea0c3c12d6dd928877e862e17dc214About this package
Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
Image layers
| # debian.sh --arch 'amd64' out/ 'trixie' '@1775433600' |
| 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 libcap2 libcap-dev && rm -rf /var/lib/apt/lists/* # buildkit |
| COPY /usr/local/bin/isolate /usr/local/bin/isolate # buildkit |
| COPY /usr/local/etc/isolate /usr/local/etc/isolate # buildkit |
| RUN /bin/sh -c chmod 4755 /usr/local/bin/isolate # buildkit |
| WORKDIR /app |
| COPY /src/dist/engine /app/engine # buildkit |
| RUN /bin/sh -c isolate --version # buildkit |
| RUN /bin/sh -c chmod +x /app/engine # buildkit |
| ENV BOX_BUN_PATH=/usr/local/bin/bun |
| ENV BOX_LINK_DIRS=/etc/:rw |
| ENV PORT=3000 |
| EXPOSE [3000/tcp] |
| ENTRYPOINT ["/app/engine"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2026-04-10T03:06:39.864Z |
| 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 | 700fc117a2fd01ac0201deaa6fa69c5557acb04f |
| 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.12-debian |
Details
2026-04-18 18:02:41 +00:00
Versions (8)
View all
Container
0
OCI / Docker
linux/amd64
NOASSERTION
162 MiB
develop-13-00d842ad
2026-04-29
develop-12-f9ba8bd6
2026-04-27
feature-isolate-version-lock-11-f9ba8bd6
2026-04-27
feature-isolate-version-lock-10-f9ba8bd6
2026-04-27
develop-9-2e258363
2026-04-20