node-runner (pnpm)

Published 2026-09-12 03:43:03 +00:00 by creations in creations/node-runner

Installation

docker pull heliopolis.live/creations/node-runner:pnpm
sha256:506e31cf991e6e7207e5ba8d271c54356aaa40bb6a3f157cec28277f2999903e

Image 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 ca-certificates gnupg libatomic1 && 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 # buildkit
ENV PNPM_HOME=/root/.local/share/pnpm
RUN /bin/sh -c curl -fsSL https://get.pnpm.io/install.sh | SHELL=/bin/bash sh - # buildkit
ENV PATH=/root/.local/share/pnpm/bin:/root/.local/share/pnpm:/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=pnpm
ENTRYPOINT ["/entrypoint.sh"]

Labels

Key Value
org.opencontainers.image.version 24.04
Details
Container
2026-09-12 03:43:03 +00:00
0
OCI / Docker
linux/amd64
183 MiB
Versions (55) View all
bun-main 2026-09-14
pnpm-main 2026-09-14