sha256:5edfb87b9f0b2c3607c67f5e11eb98dfebbe3770614bed58d720f2703fde8680
OS/ARCH
Compressed size
98.74 MB
Last pushed
5 months by agentbom
Type
Image
Manifest digest
sha256:94c7d490626e655416a756f7a2d5d373e928eafc16d9bf6f7d5dddd77063164e
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 update190 B14RUN /bin/sh -c addgroup --system1.13 KB15COPY --chown=nextjs:nodejs /app/public ./public #434.24 KB16COPY --chown=nextjs:nodejs /app/.next/standalone ./ #21.24 MB17COPY --chown=nextjs:nodejs /app/.next/static ./.next/static #1.13 MB18COPY --chown=nextjs:nodejs docker-entrypoint.sh ./docker-entrypoint.sh #362 B19RUN /bin/sh -c chmod +x355 B20USER nextjs0 B21EXPOSE [3000/tcp]0 B22ENV PORT=30000 B23ENV HOSTNAME=0.0.0.00 B24HEALTHCHECK &{["CMD-SHELL" "node -e \"const0 B25ENTRYPOINT ["/app/docker-entrypoint.sh"]0 B26CMD ["node" "server.js"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1776729600'