node-runner (bun-f974ef4b)

Published 2025-10-18 16:22:49 +00:00 by creations in creations/node-runner

Installation

docker pull heliopolis.live/creations/node-runner:bun-f974ef4b
sha256:0e64e9f97f33f94514fbd09b7f0cc1c015b7e81fd99be7fca9c649bff09ec4a9

Image layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=22.04
ADD file:32d41b6329e8f89fa4ac92ef97c04b7cfd5e90fb74e1509c3e27d7c91195b7c7 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://bun.sh/install | bash # buildkit
ENV PATH=/root/.bun/bin:/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=bun
ENTRYPOINT ["/entrypoint.sh"]

Labels

Key Value
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 22.04
Details
Container
2025-10-18 16:22:49 +00:00
0
OCI / Docker
linux/amd64
92 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