sha256:c6650aabaaed2212d8f60fe35f5a1ad329208edd0a0bd08816b119baf250fac7
OS/ARCH
linux/amd64
Compressed size
589.27 MB
Last pushed
9 months by io2060
Type
Image
Manifest digest
sha256:200b4b82299f929f41f008287a8d3fca6b04ae2911bf65e77c982123f6f398c6
Image Layers
1# debian.sh --arch 'amd64' out/51.27 MB2RUN /bin/sh -c set -eux;15.03 MB3RUN /bin/sh -c set -eux;52.22 MB4RUN /bin/sh -c set -ex;188.07 MB5RUN /bin/sh -c groupadd --gid3.99 KB6ENV NODE_VERSION=22.21.10 B7RUN /bin/sh -c ARCH= &&55.61 MB8ENV YARN_VERSION=1.22.220 B9RUN /bin/sh -c set -ex1.19 MB10COPY docker-entrypoint.sh /usr/local/bin/ # buildkit447 B11ENTRYPOINT ["docker-entrypoint.sh"]0 B12CMD ["node"]0 B13WORKDIR /app93 B14ENV NODE_ENV=production0 B15RUN /bin/sh -c apt update35.46 MB16COPY /app/next.config.ts ./ # buildkit372 B17COPY /app/public ./public # buildkit1.07 MB18COPY /app/server.js ./server.js # buildkit1.91 KB19COPY /app/css ./css # buildkit617 B20COPY /app/i18n ./i18n # buildkit670 B21COPY /app/messages ./messages # buildkit656 B22COPY /app/.next ./.next # buildkit15.76 MB23COPY /app/node_modules ./node_modules # buildkit157.82 MB24COPY /app/package.json ./package.json # buildkit571 B25COPY /app/entrypoint.sh ./entrypoint.sh # buildkit295 B26RUN /bin/sh -c chmod +x292 B27RUN /bin/sh -c groupadd -g645 B28RUN /bin/sh -c useradd -m3.56 KB29RUN /bin/sh -c chown -R15.76 MB30USER nextjs0 B31ENTRYPOINT ["/app/entrypoint.sh"]0 B32CMD ["yarn" "start"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bullseye' '@1765152000'