punkfairie-site (latest)

Published 2024-11-10 20:00:58 -08:00 by punkfairie in punkfairie/punkfairie-site

Installation

docker pull codewith.babesonthe.net/punkfairie/punkfairie-site:latest
sha256:070f8c7587cfa568d643c272fc26d96c26fff8f9ddc0e73b1cd69613b56c75ac

About this package

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

Image Layers

ADD file:b8d066bbda2d783c3ca81ab100fc5e45550234b68fde96332f303f669256842e in /
CMD ["bash"]
COPY docker-entrypoint.sh /usr/local/bin # buildkit
COPY /usr/local/bin/bun /usr/local/bin/bun # buildkit
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
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 /usr/src/app
COPY dir:1ac49c4b02c141ff54555dd0b355f62979ca5392de32ad7ec8de6a433ba5e038 in node_modules
COPY dir:ab585a0f0c91f57283cde6ef41f56fb56e313a84938907dc6105f5f1cd0b12d4 in .
ENTRYPOINT ["bun" "run" "serve"]

Labels

Key Value
org.opencontainers.image.created 2024-07-12T23:28:22.279Z
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 110849355cdd640d4d2494a0d0e96375a69c7f72
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.19
Details
Container
2024-11-10 20:00:58 -08:00
3
OCI / Docker
linux/amd64
NOASSERTION
115 MiB
Versions (1) View all
latest 2024-11-10