sha256:941496ebcf7a0444ff54b7dfa1c34b4b8618d690789055e5616fdc75f02645ec
OS/ARCH
Compressed size
145.34 MB
Last pushed
about 10 hours by wgf007
Type
Image
Manifest digest
sha256:7b619528eb3da952fbcb1ad5aa50d4b67d207a141d300e9e102d901841d88b5d
Image Layers
1# debian.sh --arch 'armhf' out/22.83 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=22.22.00 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=42.16 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 update45.54 MB11WORKDIR /app93 B12COPY --chown=node:node /app/extra/healthcheck /app/extra/healthcheck #3.67 MB13COPY /app/frontend-dist /app/frontend-dist # buildkit2.59 MB14COPY /app/node_modules /app/node_modules # buildkit19.56 MB15COPY --chown=node:node . . #7.34 MB16RUN /bin/sh -c mkdir ./data110 B17ENV UV_USE_IO_URING=00 B18VOLUME [/app/data]0 B19EXPOSE [5001/tcp]0 B20HEALTHCHECK {Test:[CMD-SHELL extra/healthcheck || curl0 B21ENTRYPOINT ["/usr/bin/dumb-init" "--"]0 B22CMD ["tsx" "./backend/index.ts"]0 B23RUN /bin/sh -c npm run6.26 KBCommand
# debian.sh --arch 'armhf' out/ 'bookworm' '@1771804800'