sha256:b05a1cc88dd8a5e2536176ac65979bf3acecbe799c90017d9367207424ae6cd3
OS/ARCH
Compressed size
542.45 MB
Last pushed
20 days by visesa84
Type
Image
Manifest digest
sha256:ce0150ecb814d0c66f1a80ad57fb39a76b0fc2c6ed3a7b0a45b7a24fa83f6b41
Image Layers
1# debian.sh --arch 'amd64' out/28.41 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.10.210 B7ENV PYTHON_SHA256=a0da1e72132e950154eca0f6f47d5db828454700de20e5113667940d81e0db040 B8RUN /bin/sh -c set -eux;13.27 MB9RUN /bin/sh -c set -eux;249 B10CMD ["python3"]0 B11LABEL maintainer=visesa description=Base image for0 B12WORKDIR /app93 B13RUN /bin/sh -c mkdir -p116 B14COPY /usr/local/cargo/bin/boringtun-cli /usr/local/bin/boringtun # buildkit692.6 KB15RUN /bin/sh -c chmod +x32 B16RUN /bin/sh -c mv /usr/local/bin/boringtun692.63 KB17RUN /bin/sh -c echo '#!/bin/bash\n/usr/local/bin/boringtun-real217 B18RUN /bin/sh -c apt-get update157.8 MB19RUN /bin/sh -c echo "ControlPort3.83 KB20RUN /bin/sh -c pip install18.04 MB21COPY pyacexy/ /opt/pyacexy/ # buildkit4.31 KB22RUN /bin/sh -c cp /opt/pyacexy/proxy.py2.81 MB23RUN /bin/sh -c chmod +x4.2 KB24RUN /bin/sh -c mkdir -p2.03 MB25ENV ACESTREAM_VERSION=3.2.11_ubuntu_22.04_x86_64_py3.100 B26SHELL [/bin/bash -o pipefail -c]0 B27RUN /bin/bash -o pipefail -c292.28 MB28RUN /bin/bash -o pipefail -c608.48 KB29RUN /bin/bash -o pipefail -c32 B30ENV DOCKER_ENV=true0 B31ENV TZ=Europe/Madrid0 B32ENV ENABLE_TOR=false0 B33ENV ENABLE_ACEXY=true0 B34ENV ENABLE_ACESTREAM_ENGINE=true0 B35ENV CHECKSTATUS_ENABLED=true0 B36ENV WG_QUICK_USERSPACE_IMPLEMENTATION=boringtun0 B37ENV WG_THREADS=40 B38ENV ENABLE_WARP=false0 B39ENV CONTAINER_NETWORK_MODE=host0 B40ENV WARP_LICENSE_KEY=0 B41ENV ACESTREAM_HTTP_PORT=68780 B42ENV ACESTREAM_HTTP_HOST=ACEXY_HOST0 B43ENV FLASK_PORT=80400 B44ENV ACEXY_LISTEN_ADDR=:80800 B45ENV ACEXY_HOST=localhost0 B46ENV ACEXY_PORT=68780 B47ENV ALLOW_REMOTE_ACCESS=no0 B48ENV ACEXY_BUFFER_SIZE=100 B49ENV LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so.20 B50ENV MALLOC_CONF=dirty_decay_ms:1000,muzzy_decay_ms:10000 B51ENV EXTRA_FLAGS=--cache-dir /tmp --cache-limit 20 B52LABEL description=Acestream channel scraper with0 B53COPY --chmod=0755 entrypoint.sh /app/entrypoint.sh #2.06 KB54COPY --chmod=0755 healthcheck.sh /app/healthcheck.sh #533 B55COPY --chmod=0755 warp-setup.sh /app/warp-setup.sh #1.48 KB56COPY --chmod=0755 wgcf /usr/local/bin/wgcf #4.71 MB57COPY requirements.txt requirements-prod.txt ./ #375 B58COPY migrations/ ./migrations/ # buildkit9.32 KB59COPY migrations_app.py manage.py ./ #857 B60COPY wsgi.py ./ # buildkit738 B61COPY app/ ./app/ # buildkit220.67 KB62RUN /bin/bash -o pipefail -c32 B63RUN /bin/bash -o pipefail -c17.42 MB64EXPOSE [8040/tcp]0 B65EXPOSE [43110/tcp]0 B66EXPOSE [43111/tcp]0 B67EXPOSE [26552/tcp]0 B68EXPOSE [8080/tcp]0 B69EXPOSE [8621/tcp]0 B70EXPOSE [8621/udp]0 B71EXPOSE [6878/tcp]0 B72VOLUME [/app/ZeroNet/data]0 B73VOLUME [/app/config]0 B74VOLUME [/app/config/recordings]0 B75WORKDIR /app32 B76RUN /bin/bash -o pipefail -c2.26 MB77HEALTHCHECK {Test:[CMD-SHELL /app/healthcheck.sh] Interval:30s Timeout:10s0 B78ENTRYPOINT ["/app/entrypoint.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1787529600'