sha256:c023724c9fd5f77db08e40feb310ead5e85b7abc867b82648b2eddd3bdf44e9d
OS/ARCH
linux/amd64
Compressed size
774.63 MB
Last pushed
over 2 years by dockerkartozabot
Type
Image
Manifest digest
sha256:c023724c9fd5f77db08e40feb310ead5e85b7abc867b82648b2eddd3bdf44e9d
Image Layers
1ADD file ... in / 29.97 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;1.03 MB6ENV GPG_KEY=E3FF2839C048B25C084DEBE9B26995E3102505680 B7ENV PYTHON_VERSION=3.9.180 B8RUN /bin/sh -c set -eux;10.54 MB9RUN /bin/sh -c set -eux;245 B10ENV PYTHON_PIP_VERSION=23.0.10 B11ENV PYTHON_SETUPTOOLS_VERSION=58.1.00 B12ENV PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/dbf0c85f76fb6e1ab42aa672ffca6f0a675d9ee4/public/get-pip.py0 B13ENV PYTHON_GET_PIP_SHA256=dfe9fd5c28dc98b5ac17979a953ea550cec37ae1b47a5116007395bfacff2ab90 B14RUN /bin/sh -c set -eux;3 MB15CMD ["python3"]0 B16RUN /bin/sh -c export DEBIAN_FRONTEND=noninteractive159.21 MB17RUN /bin/sh -c curl --silent7.66 KB18RUN /bin/sh -c useradd --create-home3.96 KB19RUN /bin/sh -c python -c5.29 MB20USER appuser0 B21RUN /bin/sh -c mkdir /home/appuser/app32.48 MB22ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/appuser/.local/bin PYTHONFAULTHANDLER=1 CKAN_INI=/home/appuser/ckan.ini0 B23WORKDIR /home/appuser/app32 B24COPY pyproject.toml poetry.lock ./ #38.91 KB25RUN /bin/sh -c poetry install526.35 MB26EXPOSE map[5000/tcp:{}]0 B27COPY . . # buildkit5.87 MB28RUN /bin/sh -c poetry install1.93 KB29ARG GIT_COMMIT0 B30ENV GIT_COMMIT=5f2f4960 B31RUN |1 GIT_COMMIT=5f2f496 /bin/sh -c179 B32RUN |1 GIT_COMMIT=5f2f496 /bin/sh -c875.7 KB33ENTRYPOINT ["tini" "-g" "--" "poetry"0 B34CMD ["launch-gunicorn"]0 BCommand
ADD file:40ad95eaf61b2797e8d2282bc2388bce34c3c24ed78e694695a8c3dbcd3ddbbb in /