sha256:9e2d7ab302c830f997450b73b89710eafe04a252a980d23aaf2b322f1e41fb5d
OS/ARCH
linux/arm64
Compressed size
499.93 MB
Last pushed
7 months by nisipeanu
Type
Image
Manifest digest
sha256:f2ead59706ed70882adcdc88865a1bd5af67ca4f358a44712cebb65c33fb64bd
Image Layers
1# debian.sh --arch 'arm64' out/26.81 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=20.20.00 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=39.04 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit448 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10ENV NEXT_TELEMETRY_DISABLED=10 B11WORKDIR /app93 B12RUN /bin/sh -c apt-get update3.19 MB13ENV NODE_ENV=production0 B14ENV PORT=30000 B15COPY package.json package-lock.json ./ #90.3 KB16RUN /bin/sh -c npm ci182.17 MB17COPY /app/.next ./.next # buildkit6.46 MB18COPY /app/public ./public # buildkit25.87 MB19COPY /app/messages ./messages # buildkit53.32 KB20COPY /app/i18n.js ./i18n.js # buildkit357 B21COPY /app/next.config.mjs ./next.config.mjs # buildkit558 B22RUN /bin/sh -c chown -R214.61 MB23EXPOSE map[3000/tcp:{}]0 B24USER node0 B25CMD ["npm" "start"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1769990400'