sha256:1620d1566318b85a8a8e53891f5a363bafa00e546d0b4a4effc8f4c26a26e536
OS/ARCH
linux/amd64
Compressed size
107.98 MB
Last pushed
over 6 years by braindoctor
Type
Image
Manifest digest
sha256:1620d1566318b85a8a8e53891f5a363bafa00e546d0b4a4effc8f4c26a26e536
Image Layers
1ADD file ... in / 25.84 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.62 MB6ENV GPG_KEY=0D96DF4D4110E5C43FBFB17F2D347EA6AA65421D0 B7ENV PYTHON_VERSION=3.7.60 B8/bin/sh -c set -ex &&26.74 MB9/bin/sh -c cd /usr/local/bin &&232 B10ENV PYTHON_PIP_VERSION=19.3.10 B11ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/ffe826207a010164265d9cc807978e3604d18ca0/get-pip.py0 B12ENV PYTHON_GET_PIP_SHA256=b86f36cc4345ae87bfd4f10ef6b2dbfa7a872fbff70608a1e43944d283fd0eee0 B13/bin/sh -c set -ex; savedAptMark="$(apt-mark2.06 MB14CMD ["python3"]0 B15ARG REQUIREMENTS=requirements/production.txt0 B16ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 PYTHONUNBUFFERED=10 B17WORKDIR /app132 B18COPY requirements requirements # buildkit509 B19RUN |1 REQUIREMENTS=requirements/production.txt /bin/sh -c50.67 MB20COPY . . # buildkit22.15 KB21RUN |1 REQUIREMENTS=requirements/production.txt /bin/sh -c22.62 KB22USER 1001:00 B23RUN |1 REQUIREMENTS=requirements/production.txt /bin/sh -c5.79 KB24ENTRYPOINT ["deployment/application/entrypoint.sh"]0 B25CMD ["uwsgi" "deployment/application/uwsgi.ini"]0 BCommand
ADD file:04caaf303199c81ff1a94e2e39d5096f9d02b73294b82758e5bc6e23aff94272 in /