node-runner (sha256:420c3aa52ab3eee7c0b455cd0127abc1978971847fdbc6cd9843e9bb88a1bb72)
Installation
docker pull heliopolis.live/creations/node-runner@sha256:420c3aa52ab3eee7c0b455cd0127abc1978971847fdbc6cd9843e9bb88a1bb72sha256:420c3aa52ab3eee7c0b455cd0127abc1978971847fdbc6cd9843e9bb88a1bb72Image layers
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.version=24.04 |
| ADD file:46ac5b8ee4c64ad9ebe840abd5619f571a617ac19483764d47d0eeba7907934f in / |
| CMD ["/bin/bash"] |
| ENV DEBIAN_FRONTEND=noninteractive |
| RUN /bin/sh -c apt-get update && apt-get install -y git curl unzip ca-certificates gnupg && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c curl -fsSL https://deb.nodesource.com/setup_24.x | bash - && apt-get install -y nodejs && npm install -g npm@latest # buildkit |
| 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=npm |
| 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