sha256:d30d133d03f7b781bbbe21be29d4902aeed6763b1f7218147e2acc44cb62b05e
OS/ARCH
linux/amd64
Compressed size
589.03 MB
Last pushed
11 months by io2060
Type
Image
Manifest digest
sha256:d30d133d03f7b781bbbe21be29d4902aeed6763b1f7218147e2acc44cb62b05e
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.04 MB5RUN /bin/sh -c groupadd --gid3.99 KB6ENV NODE_VERSION=22.20.00 B7RUN /bin/sh -c ARCH= &&55.54 MB8ENV YARN_VERSION=1.22.220 B9RUN /bin/sh -c set -ex1.19 MB10COPY docker-entrypoint.sh /usr/local/bin/ # buildkit445 B11ENTRYPOINT ["docker-entrypoint.sh"]0 B12CMD ["node"]0 B13WORKDIR /app92 B14ENV NODE_ENV=production0 B15RUN /bin/sh -c apt update35.42 MB16COPY /app/next.config.ts ./ # buildkit368 B17COPY /app/public ./public # buildkit1.07 MB18COPY /app/server.js ./server.js # buildkit1.9 KB19COPY /app/css ./css # buildkit616 B20COPY /app/i18n ./i18n # buildkit668 B21COPY /app/messages ./messages # buildkit656 B22COPY /app/.next ./.next # buildkit15.7 MB23COPY /app/node_modules ./node_modules # buildkit157.83 MB24COPY /app/package.json ./package.json # buildkit571 B25COPY /app/entrypoint.sh ./entrypoint.sh # buildkit297 B26RUN /bin/sh -c chmod +x291 B27RUN /bin/sh -c groupadd -g646 B28RUN /bin/sh -c useradd -m3.56 KB29RUN /bin/sh -c chown -R15.7 MB30USER nextjs0 B31ENTRYPOINT ["/app/entrypoint.sh"]0 B32CMD ["yarn" "start"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bullseye' '@1759104000'