sha256:16a5acd9b083db771f9c6dd0ab884e38837b76dea912cb6041220745533839fb
OS/ARCH
Compressed size
392.84 MB
Last pushed
6 months by newbe36524
Type
Image
Manifest digest
sha256:c52e1d02e8e21ba941ce18a9f5df64f482431582025ea290d8093f827b6aaec0
Image Layers
1# debian.sh --arch 'arm64' out/46.13 MB2RUN /bin/sh -c set -eux;22.51 MB3RUN /bin/sh -c set -eux;61.49 MB4RUN /bin/sh -c set -ex;193.66 MB5RUN /bin/sh -c groupadd --gid3.25 KB6ENV NODE_VERSION=24.14.10 B7RUN /bin/sh -c ARCH= &&55.35 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=production TORRENT_GRAIN_HOST=0.0.0.0 TORRENT_GRAIN_PORT=32101 TORRENT_GRAIN_DATA_DIR=/data0 B15COPY package*.json ./ # buildkit41.01 KB16COPY /app/node_modules ./node_modules # buildkit12.36 MB17COPY /app/dist ./dist # buildkit32.38 KB18COPY /app/ui-dist ./ui-dist # buildkit64.71 KB19VOLUME [/data]0 B20EXPOSE [32101/tcp]0 B21HEALTHCHECK &{["CMD" "node" "-e" "fetch('http://127.0.0.1:32101/health').then((response)0 B22CMD ["node" "dist/index.js"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1773619200'