sha256:3ff46b1c0bb3cbeace2bd26bc3bd68d2a72e8c6cc471fd36f90e935dccae00ea
OS/ARCH
Compressed size
293.91 MB
Last pushed
6 months by pruth
Type
Image
Manifest digest
sha256:f09eca9add6cb0ae55c50886645ffc784b387096aa7e6d6b44009e49b1bac58c
Image Layers
1# debian.sh --arch 'amd64' out/28.4 MB2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B3ENV LANG=C.UTF-80 B4RUN /bin/sh -c set -eux;1.23 MB5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B6ENV PYTHON_VERSION=3.11.150 B7ENV PYTHON_SHA256=272179ddd9a2e41a0fc8e42e33dfbdca0b3711aa5abf372d3f2d51543d09b6250 B8RUN /bin/sh -c set -eux;13.7 MB9RUN /bin/sh -c set -eux;250 B10CMD ["python3"]0 B11WORKDIR /app92 B12COPY backend/requirements.txt . # buildkit325 B13RUN /bin/sh -c apt-get update249.24 MB14RUN /bin/sh -c useradd -m3.32 KB15RUN /bin/sh -c rm -f1.12 KB16RUN /bin/sh -c cat >537 B17RUN /bin/sh -c cat >370 B18COPY ai-tools/ ai-tools/ # buildkit62.22 KB19COPY /app/dist /usr/share/nginx/html # buildkit1.13 MB20COPY backend/app/ app/ # buildkit136.7 KB21COPY backend/scripts/ scripts/ # buildkit3.08 KB22COPY frontend/src/version.ts /app/VERSION # buildkit173 B23RUN /bin/sh -c mkdir -p169 B24ENV FABRIC_CONFIG_DIR=/home/fabric/work/fabric_config0 B25ENV FABRIC_STORAGE_DIR=/home/fabric/work0 B26ENV HOME=/home/fabric0 B27COPY entrypoint.sh /app/entrypoint.sh # buildkit322 B28RUN /bin/sh -c chmod +x32 B29EXPOSE [3000/tcp 8000/tcp 8889/tcp 9100/tcp0 B30ENTRYPOINT ["/app/entrypoint.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1771804800'