sha256:4e964d9c378ee1decac52cb010feedcbb6a319c474152c37134bf7f08a4fc646
OS/ARCH
Compressed size
107.82 MB
Last pushed
8 months by bansheetech
Type
Image
Manifest digest
sha256:f6680266e8044bc8d7e71da6c5794587fc4004d59850020b7d29c2cd6a75cf62
Image Layers
1# debian.sh --arch 'arm64' out/28.74 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.21 MB5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B6ENV PYTHON_VERSION=3.11.140 B7ENV PYTHON_SHA256=8d3ed8ec5c88c1c95f5e558612a725450d2452813ddad5e58fdb1a53b1209b780 B8RUN /bin/sh -c set -eux;13.65 MB9RUN /bin/sh -c set -eux;249 B10CMD ["python3"]0 B11LABEL org.opencontainers.image.title=Disavow Generator0 B12LABEL org.opencontainers.image.description=Negative SEO protection web0 B13LABEL org.opencontainers.image.source=https://github.com/BansheeTech/Disavow-Generator0 B14LABEL org.opencontainers.image.licenses=AGPL-3.00 B15WORKDIR /app91 B16COPY requirements.txt . # buildkit311 B17RUN /bin/sh -c pip install56.77 MB18RUN /bin/sh -c apt-get update1.15 MB19COPY app.py . # buildkit1.08 KB20COPY pymodules/ pymodules/ # buildkit27.59 KB21COPY ui/ ui/ # buildkit3.12 MB22RUN /bin/sh -c useradd -m3.15 MB23COPY entrypoint.sh /entrypoint.sh # buildkit241 B24RUN /bin/sh -c chmod +x241 B25EXPOSE map[44444/tcp:{}]0 B26HEALTHCHECK &{["CMD-SHELL" "python -c \"import0 B27ENTRYPOINT ["/entrypoint.sh"]0 BCommand
# debian.sh --arch 'arm64' out/ 'trixie' '@1768176000'