project-pandora-butterly (arm64)

Published 2024-06-07 02:59:58 -04:00 by Korbs in Korbs/butterflyvu

Installation

docker pull ark.sudovanilla.org/korbs/project-pandora-butterly:arm64
sha256:aa4e4e0d3b75013b6d6907f6c7807e92371096d1551a5567a401d07978cbefc2

About this package

Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one

Image Layers

ADD file:0465ea1f0e8a2ee3e0f770c3b7f8e4a2b8719c624b440cabe7d7ecbe87200e7b in /
CMD ["bash"]
ARG BUN_RUNTIME_TRANSPILER_CACHE_PATH=0
ENV BUN_RUNTIME_TRANSPILER_CACHE_PATH=0
ARG BUN_INSTALL_BIN=/usr/local/bin
ENV BUN_INSTALL_BIN=/usr/local/bin
COPY docker-entrypoint.sh /usr/local/bin # buildkit
COPY /usr/local/bin/bun /usr/local/bin/bun # buildkit
RUN |2 BUN_RUNTIME_TRANSPILER_CACHE_PATH=0 BUN_INSTALL_BIN=/usr/local/bin /bin/sh -c groupadd bun --gid 1000 && useradd bun --uid 1000 --gid bun --shell /bin/sh --create-home && ln -s /usr/local/bin/bun /usr/local/bin/bunx && which bun && which bunx && bun --version # buildkit
WORKDIR /home/bun/app
ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]
CMD ["/usr/local/bin/bun"]
WORKDIR /app
COPY . . # buildkit
ENV NODE_ENV=production
RUN /bin/sh -c bun install && bun run build # buildkit
USER bun
EXPOSE map[2014/tcp:{}]
CMD ["/bin/sh" "-c" "bun ./dist/server/entry.mjs"]

Labels

Key Value
org.opencontainers.image.created 2024-06-01T10:39:03.782Z
org.opencontainers.image.description Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
org.opencontainers.image.licenses NOASSERTION
org.opencontainers.image.revision 43f0913c3875cbf260c60868268adc5953b09a80
org.opencontainers.image.source https://github.com/oven-sh/bun
org.opencontainers.image.title bun
org.opencontainers.image.url https://github.com/oven-sh/bun
org.opencontainers.image.version 1.1.12-slim
Details
Container
2024-06-07 02:59:58 -04:00
1
OCI / Docker
linux/arm64
NOASSERTION
125 MiB
Versions (2) View all
arm64 2024-06-07
amd64 2024-06-07