sha256:43fcc7961bcb30f88af53bdc2b4cfb242fa288f75dad9c4a3b77f7a6e02d92ab
OS/ARCH
Compressed size
147.04 MB
Last pushed
7 months by cmcooper1980
Type
Image
Manifest digest
sha256:bb517df7106a47d3967823bf32dd3110e63df0e6284df73b486fb18adc3a25b9
Image Layers
1# debian.sh --arch 'armhf' out/22.83 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=22.20.00 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=42.09 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit446 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10RUN /bin/sh -c apt update55.14 MB11WORKDIR /app93 B12COPY --chown=node:node /app/extra/healthcheck /app/extra/healthcheck #3.67 MB13COPY /app/frontend-dist /app/frontend-dist # buildkit2.24 MB14COPY /app/node_modules /app/node_modules # buildkit19.15 MB15COPY --chown=node:node . . #283.04 KB16RUN /bin/sh -c mkdir ./data110 B17ENV UV_USE_IO_URING=00 B18VOLUME [/app/data]0 B19EXPOSE [5001/tcp]0 B20HEALTHCHECK &{["CMD-SHELL" "extra/healthcheck"] "1m0s" "30s"0 B21ENTRYPOINT ["/usr/bin/dumb-init" "--"]0 B22CMD ["tsx" "./backend/index.ts"]0 BCommand
# debian.sh --arch 'armhf' out/ 'bookworm' '@1759104000'