• Joined on 2026-04-26

gameplanr-talent (eada0bdfab69e9720e72539477384a61a37b7f38_uncommitted_7f036d4e58f4ebde)

Published 2026-06-04 09:06:40 +00:00 by brm5017

Installation

docker pull gitea.mvp-labs.com/brm5017/gameplanr-talent:eada0bdfab69e9720e72539477384a61a37b7f38_uncommitted_7f036d4e58f4ebde
sha256:279d839fef52c437f19d9fd34409e75d7a259df90cd49ec1ee89f5abfb450182

Images

Digest OS / Arch Size
b07cf516b7 linux/amd64 359 MiB

Image Layers ( linux/amd64)

# debian.sh --arch 'amd64' out/ 'trixie' '@1775433600'
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 /app
ENV NODE_ENV=production
COPY package.json bun.lock ./ # buildkit
RUN /bin/sh -c bun install --frozen-lockfile # buildkit
COPY . . # buildkit
RUN /bin/sh -c bunx prisma generate && bun run build # buildkit
EXPOSE [3000/tcp]
CMD ["sh" "-c" "bunx prisma migrate deploy && bun run start"]

Labels

Key Value
org.opencontainers.image.created 2026-04-20T08:09:53.259Z
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 bf2e2cecf27e800962b1e7f03d66278f9d5d2e79
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.3.13
service gameplanr-talent-stg