node-runner (sha256:e7c09819244b6ed138d23513c1e5ecbadd20d6ec184b9381a6fa36c1a458edaf)

Published 2026-06-14 23:59:30 +00:00 by creations in creations/node-runner

Installation

docker pull heliopolis.live/creations/node-runner@sha256:e7c09819244b6ed138d23513c1e5ecbadd20d6ec184b9381a6fa36c1a458edaf
sha256:e7c09819244b6ed138d23513c1e5ecbadd20d6ec184b9381a6fa36c1a458edaf

Image 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 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:/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-06-14 23:59:30 +00:00
1
OCI / Docker
linux/amd64
263 MiB
Versions (45) View all
bun-717f5223 2026-06-15
bun-main 2026-06-15
latest 2026-06-15
npm 2026-06-15
yarn 2026-06-15