sha256:00af2554db373fc6ae7ffd5e8beefeae2fbee919d3e13decf14d7a23c1ddb74d
OS/ARCH
Compressed size
55.85 MB
Last pushed
over 2 years by howardjohn
Type
Image
Manifest digest
sha256:b5b1aed78a88acf8b47df2f543575f54c71ca41ba4f75c122dcd0ded1a2e33f2
Image Layers
1ADD file ... in / 27.8 MB2CMD ["bash"]0 B3ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B4ENV LANG=C.UTF-80 B5RUN /bin/sh -c set -eux;3.35 MB6ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B7ENV PYTHON_VERSION=3.12.10 B8RUN /bin/sh -c set -eux;11.41 MB9RUN /bin/sh -c set -eux;243 B10ENV PYTHON_PIP_VERSION=23.2.10 B11ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/049c52c665e8c5fd1751f942316e0a5c777d304f/public/get-pip.py0 B12ENV PYTHON_GET_PIP_SHA256=7cfd4bdc4d475ea971f1c0710a5953bcc704d171f83c797b9529d9974502fcc60 B13RUN /bin/sh -c set -eux;2.82 MB14CMD ["python3"]0 B15WORKDIR /0 B16COPY requirements.txt ./ # buildkit13.99 KB17RUN /bin/sh -c pip3 install9.44 MB18COPY test-requirements.txt ./ # buildkit3.94 KB19RUN /bin/sh -c pip3 install486.21 KB20COPY productpage.py /opt/microservices/ # buildkit4.78 KB21COPY tests/unit/* /opt/microservices/ # buildkit1.14 KB22COPY templates /opt/microservices/templates # buildkit3.71 KB23COPY static /opt/microservices/static # buildkit136.48 KB24COPY requirements.txt /opt/microservices/ # buildkit14.06 KB25ARG flood_factor0 B26ENV FLOOD_FACTOR=1000 B27EXPOSE map[9080/tcp:{}]0 B28WORKDIR /opt/microservices32 B29RUN |1 flood_factor=100 /bin/sh -c386.61 KB30CMD ["python" "productpage.py" "9080"]0 B31USER 10000 BCommand
ADD file:af0f4e41d68b67ca88a1ce6297326159e18e27670d7bfc0bf5804a4e2b268cc8 in /