sha256:265a5ad485c77176df8f34a143030866d544ccab0248feaa625d775c70b1d99a
OS/ARCH
linux/amd64
Compressed size
589.27 MB
Last pushed
9 months by io2060
Type
Image
Manifest digest
sha256:265a5ad485c77176df8f34a143030866d544ccab0248feaa625d775c70b1d99a
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 ./ # buildkit373 B17COPY /app/public ./public # buildkit1.07 MB18COPY /app/server.js ./server.js # buildkit1.91 KB19COPY /app/css ./css # buildkit617 B20COPY /app/i18n ./i18n # buildkit669 B21COPY /app/messages ./messages # buildkit655 B22COPY /app/.next ./.next # buildkit15.76 MB23COPY /app/node_modules ./node_modules # buildkit157.81 MB24COPY /app/package.json ./package.json # buildkit577 B25COPY /app/entrypoint.sh ./entrypoint.sh # buildkit296 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'