Sign inSign up

bretfisher/examplevotingapp_vote:stable-20250115-d013f4f

Multi-platform
Index digest

sha256:fda70562f3c5978f9622be2eef1942ebcac59ba966e7a3911729b92fc7c823ef

OS/ARCH

Compressed size

50.46 MB

Last pushed

over 1 year by bretfisher

Type

Image

Manifest digest

sha256:9024f2c04e79df018895a65539fb8182b9b52a2a97673074549edff6b086ca35

Image Layers

1# debian.sh --arch 'arm64' out/26.74 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;3.18 MB
5ENV GPG_KEY=E3FF2839C048B25C084DEBE9B26995E3102505680 B
6ENV PYTHON_VERSION=3.9.210 B
7ENV PYTHON_SHA256=3126f59592c9b0d798584755f2bf7b081fa1ca35ce7a6fea980108d752a05bb10 B
8RUN /bin/sh -c set -eux;14.15 MB
9RUN /bin/sh -c set -eux;250 B
10CMD ["python3"]0 B
11RUN /bin/sh -c apt-get update1.91 MB
12WORKDIR /app93 B
13COPY requirements.txt /app/requirements.txt # buildkit168 B
14RUN /bin/sh -c pip install4.48 MB
15COPY . . # buildkit2.87 KB
16EXPOSE map[80/tcp:{}]0 B
17CMD ["gunicorn" "app:app" "-b" "0.0.0.0:80"0 B

Command

# debian.sh --arch 'arm64' out/ 'bookworm' '@1736726400'