games-api (latest)
Published 2024-10-04 23:39:53 -04:00 by john-okeefe
Installation
docker pull git.linuxhg.com/john-okeefe/games-api:latest
sha256:2598a4bf72a04b609817be3501ba8a8c60cddaf50eef8f4ab8065e74d93270ff
About this package
Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
Image Layers
ADD file:e1bdcceaa316a43ad58ce8cf054a8e89ecf5a0dbae8125eb85e9b26fdb2fca2b 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 /temp/prod/node_modules node_modules # buildkit |
COPY /usr/src/app/ . # buildkit |
COPY /usr/src/app/package.json . # buildkit |
ARG NODE_ENV=production |
ENV NODE_ENV=production |
ENV ACCESS_TOKEN_SECRET= |
ENV REFRESH_TOKEN_SECRET= |
ENV JWT_EXPIRES= |
ENV MONGO_URI= |
ENV SMTP_HOST= |
ENV SMTP_PORT= |
ENV SMTP_USER= |
ENV SMTP_PASSWORD= |
ENV FROM_EMAIL= |
ENV FROM_NAME= |
ENV SECURE= |
USER bun |
EXPOSE map[5000/tcp:{}] |
ENTRYPOINT ["bun" "./bin/www.js"] |
Labels
Key | Value |
---|---|
org.opencontainers.image.created | 2024-09-20T07:30:31.147Z |
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 | 73c553b25ab06026acc628a95c5c65783f89e1e5 |
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.29 |