sha256:b474d12a5d5e96ed470029d0394aedd324b608467af9d648b06360e967a56898
OS/ARCH
Compressed size
55.36 MB
Last pushed
over 2 years by howardjohn
Type
Image
Manifest digest
sha256:42507e72aac15bc511de4f8c51bbf35bd459118b1819e435e8e19d0a3d4f081c
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 ./ # buildkit316 B17RUN /bin/sh -c pip3 install9.42 MB18COPY test-requirements.txt ./ # buildkit135 B19RUN /bin/sh -c pip3 install62.41 KB20COPY productpage.py /opt/microservices/ # buildkit4.8 KB21COPY tests/unit/* /opt/microservices/ # buildkit2.39 KB22COPY templates /opt/microservices/templates # buildkit1.99 KB23COPY static /opt/microservices/static # buildkit290.29 KB24COPY requirements.txt /opt/microservices/ # buildkit372 B25ARG flood_factor0 B26ENV FLOOD_FACTOR=00 B27EXPOSE map[9080/tcp:{}]0 B28WORKDIR /opt/microservices32 B29RUN |1 flood_factor= /bin/sh -c386.67 KB30CMD ["python" "productpage.py" "9080"]0 B31USER 10000 BCommand
ADD file:ef6f078c1e72fcfafb9bfeeff0c1c771219dc2efe34650963106f63d32183b49 in /