sha256:b70f5a64248a1f70478ef53f40ad04202c699c9a4367a57f22188030ab5976f8
OS/ARCH
linux/amd64
Compressed size
270.36 MB
Last pushed
9 days by wellevate
Type
Image
Manifest digest
sha256:1d45e7b07e24a3841698757a667c10fa18a70f9e4d6a09b2015b139d6d522ca9
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c groupadd --gid3.24 KB3ENV NODE_VERSION=22.23.20 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=47.62 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit447 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10WORKDIR /app93 B11RUN /bin/sh -c apt-get update3.37 MB12ENV NODE_ENV=production0 B13ENV NEXT_TELEMETRY_DISABLED=10 B14RUN /bin/sh -c addgroup --system1.14 KB15RUN /bin/sh -c mkdir -p231 B16RUN /bin/sh -c mkdir -p119 B17COPY /app/public ./public # buildkit2.61 MB18COPY /app/.next/standalone ./ # buildkit8.34 MB19COPY /app/.next/static ./.next/static # buildkit2.19 MB20COPY /app/src ./src # buildkit1.26 MB21COPY /app/node_modules ./node_modules # buildkit176.4 MB22COPY /app/tsconfig.json ./tsconfig.json # buildkit475 B23USER nextjs0 B24EXPOSE map[3000/tcp:{}]0 B25ENV PORT=30000 B26ENV HOSTNAME=0.0.0.00 B27CMD ["node" "server.js"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1787529600'