sha256:afd243e52130234aceece63427f20e4385a9175c0de59704f97317dd087a944a
OS/ARCH
linux/amd64
Compressed size
57.92 MB
Last pushed
about 2 months by alexellis2
Type
Image
Manifest digest
sha256:db089778689026c453b5b489be19cca6b2392563493d3cae6a75b8d2d95f04e6
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 B3RUN /bin/sh -c set -eux;3.36 MB4ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B5ENV PYTHON_VERSION=3.13.140 B6ENV PYTHON_SHA256=639e43243c620a308f968213df9e00f2f8f62332f7adbaa7a7eeb9783057c6900 B7RUN /bin/sh -c set -eux;11.99 MB8RUN /bin/sh -c set -eux;249 B9CMD ["python3"]0 B10COPY /fwatchdog /usr/bin/fwatchdog # buildkit4.34 MB11RUN /bin/sh -c chmod +x32 B12ARG ADDITIONAL_PACKAGE=0 B13ARG UPGRADE_PACKAGES=false0 B14RUN |2 ADDITIONAL_PACKAGE= UPGRADE_PACKAGES=false /bin/sh32 B15RUN |2 ADDITIONAL_PACKAGE= UPGRADE_PACKAGES=false /bin/sh1.15 KB16USER app0 B17ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/app/.local/bin0 B18WORKDIR /home/app/32 B19COPY --chown=app:app requirements.txt . #209 B20RUN |2 ADDITIONAL_PACKAGE= UPGRADE_PACKAGES=false /bin/sh11.31 MB21COPY --chown=app:app main.py . #1.57 KB22WORKDIR /home/app/32 B23USER app0 B24ENV fprocess=python main.py0 B25ENV mode=http0 B26ENV upstream_url=http://127.0.0.1:50000 B27ENV PORT=50000 B28HEALTHCHECK {Test:[CMD-SHELL [ -e /tmp/.lock0 B29CMD ["fwatchdog"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1783900800'