sha256:a2c06db62028297ee317b86ed2921367558096e6a0e76f8c46f52dc352c4f26c
OS/ARCH
linux/amd64
Compressed size
904.71 MB
Last pushed
over 1 year by meomancer
Type
Image
Manifest digest
sha256:a2c06db62028297ee317b86ed2921367558096e6a0e76f8c46f52dc352c4f26c
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.ref.name=ubuntu0 B4LABEL org.opencontainers.image.version=20.040 B5ADD file ... in / 26.24 MB6CMD ["/bin/bash"]0 B8ENV DEBIAN_FRONTEND=noninteractive0 B9RUN /bin/sh -c apt-get update36.68 MB10RUN /bin/sh -c apt-get install274.5 MB11ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B12ADD deployment/docker/uwsgi.conf /uwsgi.conf # buildkit712 B13RUN /bin/sh -c apt-get install6.45 MB14ENV LANG=en_ZA.UTF-80 B15ENV LANGUAGE=en_ZA:en0 B16ENV LC_ALL=en_ZA.UTF-80 B17ADD deployment/docker/requirements.txt /requirements.txt # buildkit995 B18RUN /bin/sh -c pip3 install4.81 MB19RUN /bin/sh -c pip install262.43 MB20RUN /bin/sh -c ln -s169 B21RUN /bin/sh -c apt-get install2.07 KB22RUN /bin/sh -c mkdir -p139 B23RUN /bin/sh -c curl -fsSL1.38 KB24RUN /bin/sh -c echo "deb253 B25RUN /bin/sh -c apt-get update46.31 MB26ADD django_project /home/web/django_project # buildkit8.57 MB27RUN /bin/sh -c echo "deb231 B28RUN /bin/sh -c echo "Package:273 B29RUN /bin/sh -c apt-get update2.84 MB30RUN /bin/sh -c apt-get install182.55 MB31EXPOSE map[8080/tcp:{}]0 B32WORKDIR /home/web/django_project32 B33ENTRYPOINT ["/home/web/django_project/entrypoint.sh"]0 B34CMD ["uwsgi" "--ini" "/uwsgi.conf"]0 B35RUN /bin/sh -c apt-get update9.87 MB36RUN /bin/sh -c mkdir /var/run/sshd114 B37RUN /bin/sh -c echo 'root:docker'429 B38RUN /bin/sh -c sed -i1.61 KB39RUN /bin/sh -c echo "PermitRootLogin1.61 KB40RUN /bin/sh -c sed 's@session\s*required\s*pam_loginuid.so@session1.01 KB41ENV NOTVISIBLE=in users profile0 B42RUN /bin/sh -c echo "export438 B43ADD deployment/docker/requirements-dev.txt /requirements-dev.txt # buildkit555 B44RUN /bin/sh -c pip install43.46 MB45EXPOSE map[8080/tcp:{}]0 B46EXPOSE map[22/tcp:{}]0 B47CMD ["/usr/sbin/sshd" "-D"]0 BCommand
ARG RELEASE