Sign inSign up

duplocloud/duplo-automation:e65c64ebe46e5dc9161d03e0e6a9151f485e70f9

Multi-platform
Index digest

sha256:7a7ffa95667e46affd0d008f3597e68d0b6147ad0d82be93c0126b6ca43cdd5c

OS/ARCH

Compressed size

140.98 MB

Last pushed

4 months by duplocloud

Type

Image

Manifest digest

sha256:a0b127b155cc45eb2b066df53152c4028f66809d5d5572138989422466359537

Image Layers

1# debian.sh --arch 'arm64' out/28.75 MB
2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
3ENV LANG=C.UTF-80 B
4RUN /bin/sh -c set -eux;1.22 MB
5ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B
6ENV PYTHON_VERSION=3.10.200 B
7ENV PYTHON_SHA256=de6517421601e39a9a3bc3e1bc4c7b2f239297423ee05e282598c83ec06475050 B
8RUN /bin/sh -c set -eux;13.14 MB
9RUN /bin/sh -c set -eux;249 B
10CMD ["python3"]0 B
11USER root0 B
12RUN /bin/sh -c mkdir -p139 B
13WORKDIR /app93 B
14COPY app.py /app # buildkit11.94 KB
15COPY requirements.txt /app # buildkit192 B
16RUN /bin/sh -c apt-get update63.74 MB
17RUN /bin/sh -c ARCH=$(dpkg --print-architecture)21.9 MB
18RUN /bin/sh -c pip install12.23 MB
19COPY wait-for-services.sh /wait-for-services.sh # buildkit520 B
20RUN /bin/sh -c chmod +x519 B
21EXPOSE [5000/tcp]0 B
22ENV FLASK_APP=app.py0 B
23ENV FLASK_ENV=production0 B
24ENTRYPOINT ["/wait-for-services.sh" "gunicorn" "--timeout" "300"0 B

Command

# debian.sh --arch 'arm64' out/ 'trixie' '@1779062400'