sha256:6b569a05de0c73fb2a52e5fe250eba2aa2aff34918e88d8de28ef03ce48cd752
OS/ARCH
Compressed size
168.74 MB
Last pushed
3 months by ovalenzuela
Type
Image
Manifest digest
sha256:54713ecc0acf3ebb5b84b14ab6c385f85620cba8d4eb1baac5ab46fdfd5b116a
Image Layers
1# debian.sh --arch 'arm64' out/28.75 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.22 MB5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B6ENV PYTHON_VERSION=3.11.150 B7ENV PYTHON_SHA256=272179ddd9a2e41a0fc8e42e33dfbdca0b3711aa5abf372d3f2d51543d09b6250 B8RUN /bin/sh -c set -eux;13.65 MB9RUN /bin/sh -c set -eux;250 B10CMD ["python3"]0 B11WORKDIR /app93 B12RUN /bin/sh -c apt-get update12.02 MB13ENV LANG=en_US.UTF-80 B14ENV LC_ALL=en_US.UTF-80 B15COPY /usr/local/lib/python3.11/site-packages /usr/local/lib/python3.11/site-packages # buildkit112.64 MB16COPY /usr/local/bin/aiproxyguard /usr/local/bin/aiproxyguard # buildkit326 B17RUN /bin/sh -c rm -rf383 B18COPY src/ ./src/ # buildkit75.07 KB19COPY models/ ./models/ # buildkit10.25 KB20COPY signatures/ /app/signatures/ # buildkit147.11 KB21RUN /bin/sh -c mkdir -p122 B22COPY config.docker.yaml /etc/aiproxyguard/config.yaml # buildkit1.07 KB23RUN /bin/sh -c groupadd --gid235.19 KB24ENV AIPROXYGUARD_SIGNATURES_PATH=/app/signatures0 B25USER appuser0 B26EXPOSE [8080/tcp]0 B27HEALTHCHECK {Test:[CMD-SHELL python -c "import0 B28ENTRYPOINT ["aiproxyguard"]0 B29CMD ["-c" "/etc/aiproxyguard/config.yaml"]0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1781049600'