services/apps/api (latest)
Published 2024-11-17 07:30:57 -06:00 by J.Schmidt92
Installation
docker pull gitea.innovativedevsolutions.org/idsolutions/services/apps/api:latest
sha256:b7e4e4c85e0500558efdfb81e739dcddd583931d71dbe4f4c00b92b607e5c5aa
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 package.json ./ # buildkit |
RUN /bin/sh -c bun install # buildkit |
COPY . . # buildkit |
EXPOSE map[4002/tcp:{}] |
CMD ["bun" "run" "start"] |
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 |