services/apps/web (latest)
Published 2024-11-17 07:47:11 -06:00 by J.Schmidt92
Installation
docker pull gitea.innovativedevsolutions.org/idsolutions/services/apps/web:latest
sha256:b56dbdab8fdc428eaad8022b4c5d072a5d2d86d15b0e1d9b0b9829ff24100283
About this package
Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
Image Layers
ADD file:5dd525c57625a3a84d57d435b3c255f417ad1722250faaf006c66b9090207f66 in / |
CMD ["/bin/sh"] |
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 /usr/local/bin/bun /usr/local/bin/ # buildkit |
COPY docker-entrypoint.sh /usr/local/bin/ # buildkit |
RUN |2 BUN_RUNTIME_TRANSPILER_CACHE_PATH=0 BUN_INSTALL_BIN=/usr/local/bin /bin/sh -c addgroup -g 1000 bun && adduser -u 1000 -G bun -s /bin/sh -D bun && apk --no-cache --force-overwrite --allow-untrusted add /tmp/glibc.apk /tmp/glibc-bin.apk && 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 /app/dist ./dist # buildkit |
EXPOSE map[4000/tcp:{}] |
CMD ["bunx" "serve" "dist" "-p" "4000"] |
Labels
Key | Value |
---|---|
org.opencontainers.image.created | 2024-11-02T05:33:05.258Z |
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 | 5e5e7c60f1004c79a3f87e1f5470ee19d57f10d0 |
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.34-alpine |