sha256:6198de4e7308315403cfed269fcdfab0367d692326eff1d557f49d03ba25abde
OS/ARCH
linux/amd64
Compressed size
949.15 MB
Last pushed
10 months by meomancer
Type
Image
Manifest digest
sha256:85ea9c5a9fb54fc00d4f44f8fa5aec35f84648e8156c637137ad25066d0ece0f
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.ref.name=ubuntu0 B4LABEL org.opencontainers.image.version=22.040 B5ADD file ... in / 28.17 MB6CMD ["/bin/bash"]0 B7ENV CACHE_BUSTER=28.10.20250 B9ENV DEBIAN_FRONTEND=noninteractive0 B10RUN /bin/sh -c apt-get update45.68 MB11RUN /bin/sh -c apt-get install289.01 MB12RUN /bin/sh -c apt-get update32 B13RUN /bin/sh -c apt-get install86.01 MB14RUN /bin/sh -c export GDAL_VERSION=$(gdal-config32 B15ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B16ADD deployment/docker/uwsgi.conf /uwsgi.conf # buildkit712 B17RUN /bin/sh -c apt-get install6.36 MB18ENV LANG=en_ZA.UTF-80 B19ENV LANGUAGE=en_ZA:en0 B20ENV LC_ALL=en_ZA.UTF-80 B21ADD deployment/docker/requirements.txt /requirements.txt # buildkit992 B22RUN /bin/sh -c pip3 install4.61 MB23RUN /bin/sh -c pip install322.83 MB24RUN /bin/sh -c ln -s170 B25RUN /bin/sh -c apt-get update441.3 KB26RUN /bin/sh -c mkdir -p32 B27RUN /bin/sh -c curl -fsSL1.38 KB28RUN /bin/sh -c echo "deb255 B29RUN /bin/sh -c apt-get update46.01 MB30RUN /bin/sh -c apt update32 B31RUN /bin/sh -c apt install57.51 MB32CMD ["google-chrome" "--version"]0 B33RUN /bin/sh -c CHROME_VERSION=$(google-chrome --version8.42 MB34CMD ["chromedriver" "--version"]0 B35ADD django_project /home/web/django_project # buildkit6.45 MB36EXPOSE [8080/tcp]0 B37WORKDIR /home/web/django_project32 B38ENTRYPOINT ["/home/web/django_project/entrypoint.sh"]0 B39CMD ["uwsgi" "--ini" "/uwsgi.conf"]0 B40RUN /bin/sh -c apt-get update2.46 MB41RUN /bin/sh -c mkdir /var/run/sshd114 B42RUN /bin/sh -c echo 'root:docker'367 B43RUN /bin/sh -c sed -i1.57 KB44RUN /bin/sh -c echo "PermitRootLogin1.58 KB45RUN /bin/sh -c sed 's@session\s*required\s*pam_loginuid.so@session1.01 KB46ENV NOTVISIBLE=in users profile0 B47RUN /bin/sh -c echo "export437 B48ADD deployment/docker/requirements-dev.txt /requirements-dev.txt # buildkit588 B49RUN /bin/sh -c pip install45.17 MB50EXPOSE [8080/tcp]0 B51EXPOSE [22/tcp]0 B52CMD ["/usr/sbin/sshd" "-D"]0 BCommand
ARG RELEASE