john-okeefe
  • Joined on 2023-02-06

games-api (latest)

Published 2025-06-29 12:08:39 -04:00 by john-okeefe

Installation

docker pull git.linuxhg.com/john-okeefe/games-api:latest
sha256:896dc021329de71bf421952a0db3f1c2303f0f5cbf6f03c5d32b78112c47d8ae

About this package

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

Image Layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1749513600'
COPY docker-entrypoint.sh /usr/local/bin # buildkit
COPY /usr/local/bin/bun /usr/local/bin/bun # buildkit
RUN /bin/sh -c mkdir -p /usr/local/bun-node-fallback-bin && ln -s /usr/local/bin/bun /usr/local/bun-node-fallback-bin/node # buildkit
ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/bun-node-fallback-bin
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 2025-06-21T08:10:26.901Z
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 0b5363099b3a01057106b6582937c465611d539c
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.2.17
Details
Container
2025-06-29 12:08:39 -04:00
3
OCI / Docker
linux/amd64
NOASSERTION
92 MiB
Versions (1) View all
latest 2025-06-29