sha256:825a8ec692444e750005c56b8794183f7b153e4fb3868ebea07f5279387f8fcc
OS/ARCH
linux/amd64
Compressed size
269.62 MB
Last pushed
about 1 month by wellevate
Type
Image
Manifest digest
sha256:0a7b5b56339479acf28a9cea2e265376128cc63b9e76a7c136c4bb6f587f282f
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2RUN /bin/sh -c groupadd --gid3.23 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/ # buildkit445 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10WORKDIR /app93 B11RUN /bin/sh -c apt-get update3.36 MB12ENV NODE_ENV=production0 B13ENV NEXT_TELEMETRY_DISABLED=10 B14RUN /bin/sh -c addgroup --system1.13 KB15RUN /bin/sh -c mkdir -p232 B16RUN /bin/sh -c mkdir -p119 B17COPY /app/public ./public # buildkit2.61 MB18COPY /app/.next/standalone ./ # buildkit8.01 MB19COPY /app/.next/static ./.next/static # buildkit2.18 MB20COPY /app/src ./src # buildkit1.16 MB21COPY /app/node_modules ./node_modules # buildkit176.11 MB22COPY /app/tsconfig.json ./tsconfig.json # buildkit467 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' '@1785715200'