sha256:46038df3031e39328390051e5529bc797b62a2ad55a280131ce0443018ece529
OS/ARCH
Compressed size
62.03 MB
Last pushed
over 3 years by howardjohn
Type
Image
Manifest digest
sha256:ac0c44e09aeabe434728f125b3fe5d8450a1a03476e63f0ae79b953c166144a4
Image Layers
1ADD file ... in / 24.66 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 B5/bin/sh -c apt-get update &&2.5 MB6ENV GPG_KEY=0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D0 B7ENV PYTHON_VERSION=3.7.70 B8/bin/sh -c set -ex &&19.11 MB9/bin/sh -c cd /usr/local/bin &&231 B10ENV PYTHON_PIP_VERSION=20.1.10 B11ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/eff16c878c7fd6b688b9b4c4267695cf1a0bf01b/get-pip.py0 B12ENV PYTHON_GET_PIP_SHA256=b3153ec0cf7b7bbf9556932aa37e4981c35dc2a2c501d70d91d2795aa532be790 B13/bin/sh -c set -ex; savedAptMark="$(apt-mark2.12 MB14CMD ["python3"]0 B15WORKDIR /0 B16COPY requirements.txt ./ # buildkit445 B17RUN /bin/sh -c pip3 install13.1 MB18COPY test-requirements.txt ./ # buildkit141 B19RUN /bin/sh -c pip3 install29.7 KB20COPY productpage.py /opt/microservices/ # buildkit5.38 KB21COPY tests/unit/* /opt/microservices/ # buildkit1.1 KB22COPY templates /opt/microservices/templates # buildkit2.01 KB23COPY static /opt/microservices/static # buildkit290.41 KB24COPY requirements.txt /opt/microservices/ # buildkit509 B25ARG flood_factor0 B26ENV FLOOD_FACTOR=1000 B27EXPOSE map[9080/tcp:{}]0 B28WORKDIR /opt/microservices32 B29RUN |1 flood_factor=100 /bin/sh -c232.66 KB30CMD ["python" "productpage.py" "9080"]0 B31USER 10000 BCommand
ADD file:98823648634dfc3af50862b1e2da1028b23996a37adf43b1b0c3c5b29e94b9c7 in /