sha256:f3754ad97d9abfef9b92913dd57f3a6b5b1ede74a77b0fd699fa41984fa1d3a4
OS/ARCH
Compressed size
62.44 MB
Last pushed
about 2 years by howardjohn
Type
Image
Manifest digest
sha256:ddd659ade32a81fe7205e5933d05e511f0636cc0b11242f526e5cb68c7330628
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 ./ # buildkit19.18 KB17RUN /bin/sh -c pip3 install16.61 MB18COPY test-requirements.txt ./ # buildkit3.94 KB19RUN /bin/sh -c pip3 install62.45 KB20COPY productpage.py /opt/microservices/ # buildkit4.88 KB21COPY tests/unit/* /opt/microservices/ # buildkit1.14 KB22COPY templates /opt/microservices/templates # buildkit3.73 KB23COPY static /opt/microservices/static # buildkit136.48 KB24COPY requirements.txt /opt/microservices/ # buildkit19.25 KB25ARG flood_factor0 B26ENV FLOOD_FACTOR=00 B27EXPOSE map[9080/tcp:{}]0 B28WORKDIR /opt/microservices32 B29RUN |1 flood_factor= /bin/sh -c386.74 KB30CMD ["gunicorn" "-b" "[::]:9080" "productpage:app"0 B31USER 10000 BCommand
ADD file:ef6f078c1e72fcfafb9bfeeff0c1c771219dc2efe34650963106f63d32183b49 in /