node-runner (yarn-fd25e80e)

Published 2026-01-05 23:00:12 +00:00 by creations in creations/node-runner

Installation

docker pull heliopolis.live/creations/node-runner:yarn-fd25e80e
sha256:58f3e7610179ec80d3239faaa407ecebd9bfee3048cf602ef9a7eec5df1ca6b1

Image layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=22.04
ADD file:d025507456f1d7d19195885b1c02a346454d60c9348cbd3be92431f2d7e2666e 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://deb.nodesource.com/setup_20.x | bash - && apt-get install -y nodejs && npm install -g 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
ENV PACKAGE_MANAGER=yarn
ENTRYPOINT ["/entrypoint.sh"]

Labels

Key Value
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 22.04
Details
Container
2026-01-05 23:00:12 +00:00
0
OCI / Docker
linux/amd64
159 MiB
Versions (35) View all
bun 2026-04-04
bun-1d756f8f 2026-04-04
bun-main 2026-04-04
pnpm 2026-04-04
pnpm-1d756f8f 2026-04-04