sha256:02b6136ee61f184cc3fb5ff0a26a7ba7d209373f0b9ee7f025918a55ea35cf52
OS/ARCH
linux/amd64
Compressed size
697.48 MB
Last pushed
6 months by visesa84
Type
Image
Manifest digest
sha256:02b6136ee61f184cc3fb5ff0a26a7ba7d209373f0b9ee7f025918a55ea35cf52
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.10.200 B7ENV PYTHON_SHA256=de6517421601e39a9a3bc3e1bc4c7b2f239297423ee05e282598c83ec06475050 B8RUN /bin/sh -c set -eux;13.18 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 # buildkit746.21 KB15RUN /bin/sh -c chmod +x32 B16RUN /bin/sh -c mv /usr/local/bin/boringtun746.26 KB17RUN /bin/sh -c echo '#!/bin/bash\n/usr/local/bin/boringtun-real217 B18RUN /bin/sh -c apt-get update313.07 MB19RUN /bin/sh -c echo "ControlPort3.83 KB20RUN /bin/sh -c pip install17.89 MB21RUN /bin/sh -c git clone2.95 MB22RUN /bin/sh -c mkdir -p2.03 MB23ENV ACESTREAM_VERSION=3.2.11_ubuntu_22.04_x86_64_py3.100 B24SHELL [/bin/bash -o pipefail -c]0 B25RUN /bin/bash -o pipefail -c292.08 MB26RUN /bin/bash -o pipefail -c6.53 KB27RUN /bin/bash -o pipefail -c5.68 KB28RUN /bin/bash -o pipefail -c708 B29RUN /bin/bash -o pipefail -c879 B30RUN /bin/bash -o pipefail -c32 B31RUN /bin/bash -o pipefail -c668.02 KB32RUN /bin/bash -o pipefail -c32 B33ENV DOCKER_ENV=true0 B34ENV TZ=Europe/Madrid0 B35ENV ENABLE_TOR=false0 B36ENV ENABLE_ACEXY=true0 B37ENV ENABLE_ACESTREAM_ENGINE=true0 B38ENV WG_QUICK_USERSPACE_IMPLEMENTATION=boringtun0 B39ENV WG_THREADS=40 B40ENV ENABLE_WARP=false0 B41ENV CONTAINER_NETWORK_MODE=host0 B42ENV WARP_LICENSE_KEY=0 B43ENV ACESTREAM_HTTP_PORT=68780 B44ENV ACESTREAM_HTTP_HOST=ACEXY_HOST0 B45ENV FLASK_PORT=80400 B46ENV ACEXY_LISTEN_ADDR=:80800 B47ENV ACEXY_HOST=localhost0 B48ENV ACEXY_PORT=68780 B49ENV ALLOW_REMOTE_ACCESS=no0 B50ENV ACEXY_BUFFER_SIZE=100 B51ENV LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so.20 B52ENV MALLOC_CONF=dirty_decay_ms:1000,muzzy_decay_ms:10000 B53ENV EXTRA_FLAGS=--cache-dir /tmp --cache-limit 20 B54LABEL description=Acestream channel scraper with0 B55COPY --chmod=0755 entrypoint.sh /app/entrypoint.sh #1.68 KB56COPY --chmod=0755 healthcheck.sh /app/healthcheck.sh #532 B57COPY --chmod=0755 warp-setup.sh /app/warp-setup.sh #1.48 KB58COPY --chmod=0755 wgcf /usr/local/bin/wgcf #4.71 MB59COPY requirements.txt requirements-prod.txt ./ #373 B60COPY migrations/ ./migrations/ # buildkit9.32 KB61COPY migrations_app.py manage.py ./ #881 B62COPY wsgi.py ./ # buildkit515 B63COPY app/ ./app/ # buildkit210.27 KB64RUN /bin/bash -o pipefail -c32 B65RUN /bin/bash -o pipefail -c17.35 MB66EXPOSE map[8040/tcp:{}]0 B67EXPOSE map[43110/tcp:{}]0 B68EXPOSE map[43111/tcp:{}]0 B69EXPOSE map[26552/tcp:{}]0 B70EXPOSE map[8080/tcp:{}]0 B71EXPOSE map[8621/tcp:{}]0 B72EXPOSE map[8621/udp:{}]0 B73EXPOSE map[6878/tcp:{}]0 B74VOLUME [/app/ZeroNet/data]0 B75VOLUME [/app/config]0 B76VOLUME [/app/config/recordings]0 B77WORKDIR /app32 B78RUN /bin/bash -o pipefail -c2.25 MB79HEALTHCHECK &{["CMD-SHELL" "/app/healthcheck.sh"] "30s" "10s"0 B80ENTRYPOINT ["/app/entrypoint.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1773619200'