ezcv/app (latest)
Published 2026-04-24 10:57:20 +02:00 by itsGCH
Installation
docker pull forgejo.marigoldointment.com/itsgch/ezcv/app:latestsha256:7371a0cdf2816f725140041079a33d850a9b9a3f5f86d9c408a526037bc82704About this package
Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
Image layers
| ADD alpine-minirootfs-3.22.3-x86_64.tar.gz / # buildkit |
| 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 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 |
| 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 && ln -s /usr/local/bin/bun /usr/local/bin/bunx && apk add libgcc libstdc++ && which bun && which bunx && bun --version # buildkit |
| WORKDIR /home/bun/app |
| ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"] |
| CMD ["/usr/local/bin/bun"] |
| ENV NEXT_TELEMETRY_DISABLED=1 |
| ENV NODE_ENV=production |
| WORKDIR /app |
| RUN /bin/sh -c apk add --no-cache --no-scripts libc6-compat # buildkit |
| RUN /bin/sh -c addgroup --system --gid 1001 nodejs && adduser --system --uid 1001 --ingroup nodejs nextjs && echo "umask 0027" >> /etc/profile # buildkit |
| COPY /app/public ./public # buildkit |
| COPY /app/.next/standalone ./ # buildkit |
| COPY /app/.next/static ./.next/static # buildkit |
| COPY /app/src/generated ./src/generated # buildkit |
| COPY /app/prisma ./prisma # buildkit |
| COPY /app/prisma.config.ts ./prisma.config.ts # buildkit |
| COPY /app/scripts ./scripts # buildkit |
| COPY /app/node_modules ./node_modules # buildkit |
| COPY start.sh ./ # buildkit |
| RUN /bin/sh -c sed -i 's/\r$//' start.sh && find /app -path /app/node_modules -prune -o -type d -exec chmod 750 {} + && find /app -path /app/node_modules -prune -o -type f -exec chmod 640 {} + && chmod +x start.sh && chown -R nextjs:nodejs /app # buildkit |
| USER nextjs |
| EXPOSE [3000/tcp] |
| ENV PORT=3000 |
| ENV HOSTNAME=0.0.0.0 |
| HEALTHCHECK &{["CMD-SHELL" "bun -e \"const r=await fetch('http://localhost:3000/api/health',{headers:{'Authorization':'Bearer '+(process.env.HEALTH_API_TOKEN||'')}});process.exit(r.ok?0:1)\""] "30s" "10s" "5s" "0s" '\x03'} |
| CMD ["./start.sh"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2026-03-18T04:34:02.526Z |
| 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 | a04817ce2b7f1a1e8b7cbf8af8f2c027ab072f1d |
| 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.11-alpine |
Details
2026-04-24 10:57:20 +02:00
Versions (2)
View all
Container
29
OCI / Docker
linux/amd64
NOASSERTION
680 MiB