node-runner (bun)
Installation
docker pull heliopolis.live/creations/node-runner:bunsha256:778249e7dbbb4dc83f541f2232dc0a29a63878895a9a5b79a465d6dbb3b2ca26Image layers
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.version=24.04 |
| ADD file:de4937ce3dfc7c89f05f1503c52434f0a631ac84995f0df65eed0754e5c97d48 in / |
| CMD ["/bin/bash"] |
| ENV DEBIAN_FRONTEND=noninteractive |
| RUN /bin/sh -c apt-get update && apt-get install -y git curl unzip && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c curl -fsSL https://bun.sh/install | bash # buildkit |
| ENV PATH=/root/.bun/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
| COPY scripts/clone-repo.sh /usr/local/bin/clone-repo # buildkit |
| COPY scripts/run-command.sh /usr/local/bin/run-command # buildkit |
| RUN /bin/sh -c chmod +x /usr/local/bin/clone-repo /usr/local/bin/run-command # buildkit |
| COPY entrypoint.sh /entrypoint.sh # buildkit |
| RUN /bin/sh -c chmod +x /entrypoint.sh # buildkit |
| ENV WORK_DIR=/source |
| ENV PACKAGE_MANAGER=bun |
| ENTRYPOINT ["/entrypoint.sh"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.version | 24.04 |
Details
Versions (55)
View all
bun-a22442ad-20260914
2026-09-14
bun-main
2026-09-14
pnpm-a22442ad-20260914
2026-09-14
pnpm-main
2026-09-14
yarn-a22442ad-20260914
2026-09-14