sha256:53a87e342e75db182053e21205fade1eec27f1090fbd2ccfed189eee42b997ba
OS/ARCH
Compressed size
107.79 MB
Last pushed
5 months by bansheetech
Type
Image
Manifest digest
sha256:60b1870dbc8c9a79e69a1186ba6dca7b475eac9ae62bd5ef865b24a83afe371c
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;251 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 . # buildkit315 B17RUN /bin/sh -c pip install56.8 MB18RUN /bin/sh -c apt-get update1.23 MB19COPY app.py . # buildkit1.08 KB20COPY pymodules/ pymodules/ # buildkit27.73 KB21COPY ui/ ui/ # buildkit3.18 MB22RUN /bin/sh -c useradd -m3.21 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' '@1775433600'