sha256:667fd2ad7b611e0b66c771639960eaefb1d7c36bf7f761aedd3ae7c5202fff93
OS/ARCH
Compressed size
57.11 MB
Last pushed
over 1 year by stargriv
Type
Image
Manifest digest
sha256:1d77b2a35ca12ea2f81d339beeb05d1c7d6592bef15b34ec727bccefadc10e93
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.11.130 B7ENV PYTHON_SHA256=8fb5f9fbc7609fa822cb31549884575db7fd9657cbffb89510b5d7975963a83a0 B8RUN /bin/sh -c set -eux;15.46 MB9RUN /bin/sh -c set -eux;250 B10CMD ["python3"]0 B11RUN /bin/sh -c apt-get update5 MB12WORKDIR /app92 B13COPY requirements.txt . # buildkit167 B14RUN /bin/sh -c pip install6.35 MB15COPY synology_shutdown.py . # buildkit5.22 KB16COPY web_app.py . # buildkit2.31 KB17COPY templates/ ./templates/ # buildkit4.53 KB18RUN /bin/sh -c useradd -m14.62 KB19USER synology0 B20RUN /bin/sh -c mkdir -p117 B21ENV PYTHONUNBUFFERED=10 B22ENV CONFIG_FILE=/app/config/config.json0 B23ENV WEB_PORT=80800 B24ENV WEB_HOST=0.0.0.00 B25EXPOSE map[8080/tcp:{}]0 B26HEALTHCHECK &{["CMD-SHELL" "curl -f http://localhost:8080/health0 B27CMD ["python" "web_app.py"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1747699200'