sha256:57d9e255ec189332af3ed80fdcdb51ffe5cfbfad702ace594e543b2590eb0f6c
OS/ARCH
linux/amd64
Compressed size
362.91 MB
Last pushed
over 1 year by pipepito
Type
Image
Manifest digest
sha256:78caae4add939ecf6bd785e63dd727a18b949f89d7e6efbc994e40982b9e9b99
Image Layers
1# debian.sh --arch 'amd64' out/26.91 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.160 B7ENV PYTHON_SHA256=bfb249609990220491a1b92850a07135ed0831e41738cf681d63cf01b2a8fbd10 B8RUN /bin/sh -c set -eux;14.92 MB9RUN /bin/sh -c set -eux;250 B10CMD ["python3"]0 B11LABEL maintainer=pipepito description=Acestream channel scraper0 B12WORKDIR /app93 B13RUN /bin/sh -c mkdir -p116 B14RUN /bin/sh -c apt-get update159.96 MB15RUN /bin/sh -c echo "ControlPort3.83 KB16COPY --chmod=0755 entrypoint.sh /app/entrypoint.sh #1.26 KB17COPY requirements.txt requirements-prod.txt ./ #341 B18COPY migrations/ ./migrations/ # buildkit4.12 KB19COPY migrations_app.py manage.py ./ #869 B20COPY wsgi.py ./ # buildkit699 B21COPY app/ ./app/ # buildkit50.68 KB22RUN /bin/sh -c pip install16.86 MB23RUN /bin/sh -c pip install6.29 MB24RUN /bin/sh -c pip install12.55 MB25RUN /bin/sh -c mkdir -p2.03 MB26ENV ACESTREAM_VERSION=3.2.3_ubuntu_22.04_x86_64_py3.100 B27SHELL [/bin/bash -o pipefail -c]0 B28RUN /bin/bash -o pipefail -c115.28 MB29COPY /acexy /usr/local/bin/acexy # buildkit4.69 MB30RUN /bin/bash -o pipefail -c32 B31COPY healthcheck.sh /app/healthcheck.sh # buildkit541 B32RUN /bin/bash -o pipefail -c535 B33ENV DOCKER_ENV=true0 B34ENV TZ=Europe/Madrid0 B35ENV ENABLE_TOR=false0 B36ENV ENABLE_ACEXY=false0 B37ENV ENABLE_ACESTREAM_ENGINE=false0 B38ENV ACESTREAM_HTTP_PORT=68780 B39ENV FLASK_PORT=80000 B40ENV ACEXY_LISTEN_ADDR=:80800 B41ENV ACEXY_HOST=localhost0 B42ENV ACEXY_PORT=68780 B43ENV ALLOW_REMOTE_ACCESS=no0 B44ENV ACEXY_NO_RESPONSE_TIMEOUT=15s0 B45ENV ACEXY_BUFFER_SIZE=5MiB0 B46ENV ACESTREAM_HTTP_HOST=ACEXY_HOST0 B47ENV EXTRA_FLAGS=--cache-dir /tmp --cache-limit 20 B48EXPOSE map[8000/tcp:{}]0 B49EXPOSE map[43110/tcp:{}]0 B50EXPOSE map[43111/tcp:{}]0 B51EXPOSE map[26552/tcp:{}]0 B52EXPOSE map[8080/tcp:{}]0 B53EXPOSE map[8621/tcp:{}]0 B54VOLUME [/app/ZeroNet/data]0 B55RUN /bin/bash -o pipefail -c386 B56WORKDIR /app32 B57HEALTHCHECK &{["CMD-SHELL" "/app/healthcheck.sh"] "30s" "10s"0 B58ENTRYPOINT ["/app/entrypoint.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1740355200'