Block a user
racehub-next (30f49e0e40d3bdd531a6a5fc49036f0ef8a73cab)
Published 2026-05-06 12:15:03 -04:00 by soconnor
Installation
docker pull git.soconnor.dev/soconnor/racehub-next:30f49e0e40d3bdd531a6a5fc49036f0ef8a73cabsha256:0c8eee4afe2ccad2a30ae7ede5430089f2c659c433967022fd800a3a26ad7986
About this package
Racehub Next.js Development Environment
Image Layers
| # debian.sh --arch 'amd64' out/ 'bullseye' '@1733097600' |
| 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 docker-entrypoint.sh /usr/local/bin # buildkit |
| COPY /usr/local/bin/bun /usr/local/bin/bun # buildkit |
| 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 |
| WORKDIR /app |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends postgresql-client wget ca-certificates && wget https://dl.min.io/client/mc/release/linux-amd64/mc -O /usr/local/bin/mc && chmod +x /usr/local/bin/mc && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c groupadd --system --gid 1001 nodejs && useradd --system --uid 1001 --gid nodejs --create-home nextjs # buildkit |
| COPY /app/public ./public # buildkit |
| COPY --chown=nextjs:nodejs /app/.next ./.next # buildkit |
| COPY /app/package.json ./package.json # buildkit |
| COPY /app/node_modules ./node_modules # buildkit |
| COPY /app/drizzle ./drizzle # buildkit |
| COPY /app/drizzle.config.ts ./drizzle.config.ts # buildkit |
| USER nextjs |
| EXPOSE [3000/tcp] |
| ENV PORT=3000 |
| ENV HOSTNAME=0.0.0.0 |
| CMD ["bun" "run" "start"] |
Labels
| Key | Value |
|---|---|
| environment | development |
| org.opencontainers.image.created | 2024-12-21T04:53:39.227Z |
| org.opencontainers.image.description | Racehub Next.js Development Environment |
| org.opencontainers.image.licenses | NOASSERTION |
| org.opencontainers.image.revision | 50eec0025b482ad7b340c82f64749903b2fad4b8 |
| org.opencontainers.image.source | https://git.soconnor.dev/soconnor/racehub-next |
| org.opencontainers.image.title | bun |
| org.opencontainers.image.url | https://github.com/oven-sh/bun |
| org.opencontainers.image.version | 1.1.42-slim |
Details
2026-05-06 12:15:03 -04:00
Versions (4)
View all
Container
0
OCI / Docker
linux/amd64
NOASSERTION
383 MiB
30f49e0e40d3bdd531a6a5fc49036f0ef8a73cab
2026-05-06
development
2026-05-06
d9a479d64bec84ad6b3fbd62d7e142763efed215
2026-05-06
a3c26174547b6b6b14aa263ef09b06253837ae85
2026-05-06