node-runner (sha256:c5351031b2be329dff69491b582fe94c8d01dd3ab2828164133cbf196e521323)

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

Installation

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

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://bun.sh/install | bash # buildkit
ENV PATH=/root/.bun/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
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:/root/.bun/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
RUN /bin/sh -c curl -fsSL https://deb.nodesource.com/setup_24.x | bash - && apt-get install -y nodejs && npm install -g npm@latest yarn # 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
ENTRYPOINT ["/entrypoint.sh"]

Labels

Key Value
org.opencontainers.image.version 24.04
Details
Container
2026-06-14 23:59:29 +00:00
0
OCI / Docker
linux/amd64
311 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