sha256:4e964d9c378ee1decac52cb010feedcbb6a319c474152c37134bf7f08a4fc646
OS/ARCH
Compressed size
107.36 MB
Last pushed
8 months by bansheetech
Type
Image
Manifest digest
sha256:1d4402294fbac87602901acb22502526411029d33c110e71357b9990ee76d36e
Image Layers
1# debian.sh --arch 'amd64' out/28.39 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.140 B7ENV PYTHON_SHA256=8d3ed8ec5c88c1c95f5e558612a725450d2452813ddad5e58fdb1a53b1209b780 B8RUN /bin/sh -c set -eux;13.7 MB9RUN /bin/sh -c set -eux;250 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 /app93 B16COPY requirements.txt . # buildkit313 B17RUN /bin/sh -c pip install56.51 MB18RUN /bin/sh -c apt-get update1.23 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 'amd64' out/ 'trixie' '@1768176000'