sha256:d5640d94e2653b776f59c2810572f8ab9ba5053fe69a6051bdf4ed2da1a054e0
OS/ARCH
Compressed size
55.67 MB
Last pushed
over 2 years by howardjohn
Type
Image
Manifest digest
sha256:c12b7d0b604275449922628d900a72079c9c23252aad501a4f6e0f27d4688f75
Image Layers
1ADD file ... in / 27.83 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.17 MB6ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B7ENV PYTHON_VERSION=3.12.10 B8RUN /bin/sh -c set -eux;11.39 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.75 KB23COPY static /opt/microservices/static # buildkit136.49 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.67 KB30CMD ["python" "productpage.py" "9080"]0 B31USER 10000 BCommand
ADD file:ef6f078c1e72fcfafb9bfeeff0c1c771219dc2efe34650963106f63d32183b49 in /