sha256:a9476c0cce51a7bcf6b9b3f4fa65d4da0d2f7c60a4a58e5925205a6221133063
OS/ARCH
Compressed size
110.7 MB
Last pushed
23 days by agentbom
Type
Image
Manifest digest
sha256:49c3ba32399cc9b42019540ea5b352f77c8b301f6f746d84e582ec4e5bde5759
Image Layers
1# debian.sh --arch 'amd64' out/26.93 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=24.15.00 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=47.37 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit446 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10WORKDIR /app93 B11ENV NODE_ENV=production0 B12ENV NEXT_TELEMETRY_DISABLED=10 B13RUN /bin/sh -c apt-get update9.72 MB14RUN /bin/sh -c rm -rf347 B15RUN /bin/sh -c addgroup --system1.14 KB16COPY --chown=nextjs:nodejs /app/public ./public #450.13 KB17COPY --chown=nextjs:nodejs /app/.next/standalone ./ #23.08 MB18COPY --chown=nextjs:nodejs /app/.next/static ./.next/static #1.51 MB19COPY --chown=nextjs:nodejs docker-entrypoint.sh ./docker-entrypoint.sh #362 B20RUN /bin/sh -c chmod +x358 B21USER nextjs0 B22EXPOSE [3000/tcp]0 B23ENV PORT=30000 B24ENV HOSTNAME=0.0.0.00 B25HEALTHCHECK {Test:[CMD-SHELL node -e "const0 B26ENTRYPOINT ["/app/docker-entrypoint.sh"]0 B27CMD ["node" "server.js"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1776729600'