sha256:a5c25e4162430c0e4a8d4619c248b58b07b00b00caccfb743b082a0568a73ca3
OS/ARCH
linux/amd64
Compressed size
435.29 MB
Last pushed
over 1 year by pipepito
Type
Image
Manifest digest
sha256:6de85aa3be1240f81430a5bef93d3fe03eaf0b5d493a763456406c797e3825a9
Image Layers
1# debian.sh --arch 'amd64' out/26.92 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;3.35 MB5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B6ENV PYTHON_VERSION=3.10.180 B7ENV PYTHON_SHA256=ae665bc678abd9ab6a6e1573d2481625a53719bc517e9a634ed2b9fefae3817f0 B8RUN /bin/sh -c set -eux;14.93 MB9RUN /bin/sh -c set -eux;250 B10CMD ["python3"]0 B11LABEL maintainer=pipepito description=Base image for0 B12WORKDIR /app92 B13RUN /bin/sh -c mkdir -p115 B14RUN /bin/sh -c apt-get update154.45 MB15RUN /bin/sh -c echo "ControlPort3.83 KB16RUN /bin/sh -c pip install17.98 MB17RUN /bin/sh -c mkdir -p2.03 MB18ENV ACESTREAM_VERSION=3.2.3_ubuntu_22.04_x86_64_py3.100 B19SHELL [/bin/bash -o pipefail -c]0 B20RUN /bin/bash -o pipefail -c123.45 MB21COPY /acexy /usr/local/bin/acexy # buildkit4.69 MB22RUN /bin/bash -o pipefail -c32 B23RUN /bin/bash -o pipefail -c179.63 KB24RUN /bin/bash -o pipefail -c1.57 KB25RUN /bin/bash -o pipefail -c69.79 MB26RUN /bin/bash -o pipefail -c32 B27ENV DOCKER_ENV=true0 B28ENV TZ=Europe/Madrid0 B29ENV ENABLE_TOR=false0 B30ENV ENABLE_ACEXY=false0 B31ENV ENABLE_ACESTREAM_ENGINE=false0 B32ENV ENABLE_WARP=false0 B33ENV WARP_ENABLE_NAT=true0 B34ENV WARP_ENABLE_IPV6=false0 B35ENV ACESTREAM_HTTP_PORT=68780 B36ENV IPV6_DISABLED=true0 B37ENV FLASK_PORT=80000 B38ENV ACEXY_LISTEN_ADDR=:80800 B39ENV ACEXY_HOST=localhost0 B40ENV ACEXY_PORT=68780 B41ENV ALLOW_REMOTE_ACCESS=no0 B42ENV ACEXY_NO_RESPONSE_TIMEOUT=15s0 B43ENV ACEXY_BUFFER_SIZE=5MiB0 B44ENV ACESTREAM_HTTP_HOST=ACEXY_HOST0 B45ENV EXTRA_FLAGS=--cache-dir /tmp --cache-limit 20 B46LABEL description=Acestream channel scraper with0 B47COPY --chmod=0755 entrypoint.sh /app/entrypoint.sh #1.62 KB48COPY --chmod=0755 healthcheck.sh /app/healthcheck.sh #538 B49COPY --chmod=0755 warp-setup.sh /app/warp-setup.sh #1.49 KB50COPY requirements.txt requirements-prod.txt ./ #358 B51COPY migrations/ ./migrations/ # buildkit8.66 KB52COPY migrations_app.py manage.py ./ #872 B53COPY wsgi.py ./ # buildkit1 KB54COPY app/ ./app/ # buildkit182.53 KB55RUN /bin/bash -o pipefail -c17.32 MB56EXPOSE map[8000/tcp:{}]0 B57EXPOSE map[43110/tcp:{}]0 B58EXPOSE map[43111/tcp:{}]0 B59EXPOSE map[26552/tcp:{}]0 B60EXPOSE map[8080/tcp:{}]0 B61EXPOSE map[8621/tcp:{}]0 B62VOLUME [/app/ZeroNet/data]0 B63WORKDIR /app32 B64HEALTHCHECK &{["CMD-SHELL" "/app/healthcheck.sh"] "30s" "10s"0 B65ENTRYPOINT ["/app/entrypoint.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1747699200'