sha256:6e0e1c677f243b6540e43c9708e9335354c487b16fd083374bcecf7419d3f385
OS/ARCH
linux/amd64
Compressed size
290.57 MB
Last pushed
over 4 years by fortysevenbot
Type
Image
Manifest digest
sha256:6e0e1c677f243b6540e43c9708e9335354c487b16fd083374bcecf7419d3f385
Image Layers
1ADD file ... in / 29.92 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 set -eux; apt-get1.6 MB6ENV GPG_KEY=E3FF2839C048B25C084DEBE9B26995E3102505680 B7ENV PYTHON_VERSION=3.9.70 B8/bin/sh -c set -ex &&10.51 MB9/bin/sh -c cd /usr/local/bin &&232 B10ENV PYTHON_PIP_VERSION=21.2.40 B11ENV PYTHON_SETUPTOOLS_VERSION=57.5.00 B12ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/c20b0cfd643cd4a19246ccf204e2997af70f6b21/public/get-pip.py0 B13ENV PYTHON_GET_PIP_SHA256=fa6f3fb93cce234cd4e8dd2beb54a51ab9c247653b52855a48dd44e6b21ff28b0 B14/bin/sh -c set -ex; savedAptMark="$(apt-mark2.52 MB15CMD ["python3"]0 B17COPY file:58b79d0b40408c4e413b37e743cc9aa37f2ed5809e6b521c0f2f90f88d54f4bb in /tmp/requirements.txt 181 B18/bin/sh -c pip install --no-cache-dir8.02 MB19COPY file:a7cbd1d30cfba06f6af38968e58f67fa7e60cf39be114bc68271e0499cdb27f8 in /start.sh 537 B20/bin/sh -c chmod +x /start.sh536 B21COPY file:df3064d89a425c9eff99df86cb41d2f87fd4a43f5c7bfce997951feb150bfd72 in /gunicorn_conf.py 831 B22COPY file:768d0b7e770e8e4ee8e312fa254a5a7e8f333d67177141948daf006f0e759b10 in /start-reload.sh 524 B23/bin/sh -c chmod +x /start-reload.sh525 B24COPY dir:c31effb9ece3bb4d9a0cafb65f32d4330445a438648018fe17bc60da9972e2ea in /app 606 B25WORKDIR /app/0 B26ENV PYTHONPATH=/app0 B27EXPOSE 800 B28CMD ["/start.sh"]0 B30COPY file:bd9cb5c607cf629245cf53226a69c5261b2ccc4af0d8a1d49e18d019cf4774af in /tmp/requirements.txt 191 B31/bin/sh -c pip install --no-cache-dir11.36 MB32COPY dir:b4e69463a899b4fe323158f89c7e5144efc656f6b2195ff820b6a31ad0ff9e97 in /app 322 B33RUN apt-get update && apt-get73.64 MB34RUN rm /app/main.py157 B35RUN pip install --upgrade pip6 MB36RUN pip install poetry==1.1.829.38 MB37COPY ./prestart.sh /app/239 B38COPY ./pyproject.toml ./poetry.lock /app/24.89 KB39RUN poetry export -o requirements.txt117.46 MB40COPY ./dijon /app/dijon33.54 KB41RUN pip install .103.49 KBCommand
ADD file:3c520ad50b13b922356e0a5e4f7c12b202e09584acf332a65d5603dacd4a9380 in /