sha256:d72066571860724b364b6506398f73103991d2cf96fc000a7e52130f6c8cb1d5
OS/ARCH
Compressed size
65.34 MB
Last pushed
over 1 year by howardjohn
Type
Image
Manifest digest
sha256:33e1fcf458eb52e14f99d19dea0df3f8e536c5e83bb13f51e979894b1567c204
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.35 MB4ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B5ENV PYTHON_VERSION=3.13.30 B6ENV PYTHON_SHA256=40f868bcbdeb8149a3149580bb9bfd407b3321cd48f0be631af955ac92c0e0410 B7RUN /bin/sh -c set -eux;12.01 MB8RUN /bin/sh -c set -eux;251 B9CMD ["python3"]0 B10WORKDIR /0 B11COPY requirements.txt ./ # buildkit19.83 KB12RUN /bin/sh -c pip3 install21.6 MB13COPY test-requirements.txt ./ # buildkit3.94 KB14RUN /bin/sh -c pip3 install904.98 KB15COPY productpage.py /opt/microservices/ # buildkit4.88 KB16COPY tests/unit/* /opt/microservices/ # buildkit1.14 KB17COPY templates /opt/microservices/templates # buildkit3.73 KB18COPY static /opt/microservices/static # buildkit136.48 KB19COPY requirements.txt /opt/microservices/ # buildkit19.91 KB20ARG flood_factor=1000 B21ENV FLOOD_FACTOR=1000 B22EXPOSE map[9080/tcp:{}]0 B23WORKDIR /opt/microservices32 B24RUN |1 flood_factor=100 /bin/sh -c404.58 KB25CMD ["gunicorn" "-b" "[::]:9080" "productpage:app"0 B26USER 10000 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1743984000'