sha256:c8ea75b469a0618c4ae0f44e7f6eb12ad0a904164cb802c16a46629f55efb207
OS/ARCH
Compressed size
344.25 MB
Last pushed
8 days by rusjpmd
Type
Image
Manifest digest
sha256:40542d4ae5de57ddf75424f86a0584a71b19c2bd7a7314f2e7179368aba41955
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;4.07 MB5ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B6ENV PYTHON_VERSION=3.12.140 B7ENV PYTHON_SHA256=5c8462af5790baf43a321a1559dbe0db06d1be4300fb85fb53c40060668e548a0 B8RUN /bin/sh -c set -eux;11.56 MB9RUN /bin/sh -c set -eux;249 B10CMD ["python3"]0 B12LABEL description=Official MeshDash Runner R3.1.90 B13LABEL version=3.1.40 B14LABEL org.opencontainers.image.title=MeshDash Runner0 B15LABEL org.opencontainers.image.description=Self-updating Docker container for0 B16LABEL org.opencontainers.image.version=3.1.40 B17LABEL org.opencontainers.image.source=https://github.com/ruspea/MeshDash0 B18ENV PYTHONDONTWRITEBYTECODE=10 B19ENV PYTHONUNBUFFERED=10 B20ENV PIP_CACHE_DIR=/app/data/.cache0 B21ENV PIP_NO_CACHE_DIR=10 B22RUN /bin/sh -c apt-get update300.21 MB23WORKDIR /app93 B24RUN /bin/sh -c chmod 77793 B25COPY entrypoint.sh /entrypoint.sh # buildkit2.53 KB26RUN /bin/sh -c chmod +x2.53 KB27EXPOSE [8000/tcp]0 B28HEALTHCHECK {Test:[CMD-SHELL curl -sf http://localhost:8000/api/status0 B29ENTRYPOINT ["/entrypoint.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1787529600'