sha256:e860e7752f44ff493067770e45977aeadcbdb7b2bc63f8a9c233abc185be988f
OS/ARCH
linux/amd64
Compressed size
155.73 MB
Last pushed
over 1 year by openstatesbot
Type
Image
Manifest digest
sha256:e860e7752f44ff493067770e45977aeadcbdb7b2bc63f8a9c233abc185be988f
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.120 B7ENV PYTHON_SHA256=849da87af4df137710c1796e276a955f7a85c9f971081067c8f565d15c352a090 B8RUN /bin/sh -c set -eux;15.45 MB9RUN /bin/sh -c set -eux;249 B10CMD ["python3"]0 B11ENV PYTHONUNBUFFERED=10 B12ENV PYTHONDONTWRITEBYTECODE=10 B13ENV PYTHONIOENCODING=utf-80 B14ENV WORKDIR=/app0 B15WORKDIR /app93 B16RUN /bin/sh -c apt-get update42.13 MB17COPY pyproject.toml /app # buildkit435 B18COPY poetry.lock /app # buildkit53.68 KB19RUN /bin/sh -c poetry install67.81 MB20COPY . /app # buildkit18.8 KB21COPY entrypoint.sh /entrypoint.sh # buildkit355 B22RUN /bin/sh -c chmod +x356 B23ENTRYPOINT ["/entrypoint.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1745798400'