sha256:529723fab4e957beeeb1844f009633465d1ee3929458c557d2cbd490678a1206
OS/ARCH
Compressed size
145.32 MB
Last pushed
about 1 month by wgf007
Type
Image
Manifest digest
sha256:39eaf76c23d3a72c5dc65c52267b28d142d6dd4e3fd5786ee982e125fedfc0b8
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.57 MB15COPY --chown=node:node . . #7.32 MB16RUN /bin/sh -c mkdir ./data111 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.23 KBCommand
# debian.sh --arch 'armhf' out/ 'bookworm' '@1771804800'