sha256:ff6b81f5a26121a34b417f6e7d71c1f10ff39613095f22b029735934312f98f1
OS/ARCH
Compressed size
573.02 MB
Last pushed
3 months by akokk0
Type
Image
Manifest digest
sha256:b3bf5631d54087778273fb480d561ce9a16c160cad9ad9ddf525d9758d7f3ff6
Image Layers
1# debian.sh --arch 'amd64' out/26.93 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=24.18.00 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=48 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit449 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10RUN /bin/sh -c apt-get update326.86 MB11ENV NODE_ENV=production TZ=Asia/Shanghai BN_CONFIG=/config/bn.config.yaml BN_HOST=0.0.0.00 B12WORKDIR /app93 B13COPY /repo/package.json /repo/pnpm-workspace.yaml /repo/apps/server/bn.config.example.yaml ./3.5 KB14COPY /repo/node_modules ./node_modules # buildkit167.71 MB15COPY /repo/packages ./packages # buildkit633.15 KB16COPY /repo/apps/server/lib ./apps/server/lib # buildkit283.29 KB17COPY /repo/apps/server/package.json ./apps/server/package.json # buildkit591 B18COPY /repo/apps/server/node_modules ./apps/server/node_modules # buildkit184.84 KB19COPY /repo/apps/web/dist ./web-dist # buildkit819.62 KB20WORKDIR /app/apps/server32 B21VOLUME [/data /config]0 B22EXPOSE map[8787/tcp:{}]0 B23ENTRYPOINT ["/usr/bin/tini" "--"]0 B24CMD ["node" "lib/index.mjs"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1782172800'