sha256:ed1fe2e53434c90a124b9f8bf6987bf3adc9ae0c97a5fdceb0ef4c999585081e
OS/ARCH
Compressed size
575.83 MB
Last pushed
over 1 year by clusterzx
Type
Image
Manifest digest
sha256:d9e38b3cada2c48a435223d0cf9f3e48013ab107df31e248e77d37a83ac5da2d
Image Layers
1# debian.sh --arch 'arm64' out/26.77 MB2RUN /bin/sh -c groupadd --gid3.23 KB3ENV NODE_VERSION=22.15.10 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=45.85 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit448 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10WORKDIR /app93 B11RUN /bin/sh -c apt-get update112.41 MB12RUN /bin/sh -c npm install13.23 MB13COPY requirements.txt /app/ # buildkit284 B14RUN /bin/sh -c python3 -m6.68 MB15ENV PATH=/app/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B16RUN /bin/sh -c pip install322.02 MB17COPY package*.json ./ # buildkit52.48 KB18RUN /bin/sh -c npm ci45.12 MB19COPY . . # buildkit2.07 MB20RUN /bin/sh -c chmod +x529 B21VOLUME [/app/data]0 B22EXPOSE map[3000/tcp:{}]0 B23HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:${PAPERLESS_AI_PORT:-3000}/health0 B24ENV NODE_ENV=production0 B25CMD ["./start-services.sh"]0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1745798400'