sha256:54b0c8c15a66f8b9249dc39171508ed6b70df8cf6f3b3e121274aec7e7757d17
OS/ARCH
Compressed size
916.28 MB
Last pushed
about 3 years by dockerbuda
Type
Image
Manifest digest
sha256:bdaf03bbc6e166fcaf183f62a96d4056157425b9b2df136589f569b8521eb306
Image Layers
1ADD file ... in / 51.22 MB2CMD ["bash"]0 B3ARG TARGETARCH0 B4ARG PY_VERSION_DEFAULT0 B5ENV PY_VERSION=3.90 B6RUN |2 TARGETARCH=arm64 PY_VERSION_DEFAULT=3.9 /bin/sh231.22 MB7COPY /app/dist-backend /lab/dist-backend # buildkit107.2 KB8COPY /app/dist-frontend /lab/dist-frontend # buildkit8.58 MB9COPY /app/node_modules /lab/node_modules # buildkit200.05 MB10COPY /app/.env /lab/.env # buildkit536 B11RUN /bin/sh -c apt-get update59.35 MB12RUN /bin/sh -c pip3 install105.32 MB13COPY /usr/lib/memgraph/query_modules/ /usr/lib/memgraph/query_modules/ # buildkit2.28 MB14COPY /usr/local/lib/python3.9/ /usr/local/lib/python3.9/ # buildkit211.49 MB15COPY memgraph-arm64.deb . # buildkit17.74 MB16RUN /bin/sh -c dpkg -i18.62 MB17RUN /bin/sh -c rm -rf137.7 KB18EXPOSE map[3000/tcp:{} 7687/tcp:{}]0 B19COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit372 B20RUN /bin/sh -c chmod 777155 B21RUN /bin/sh -c chmod 777152 B22RUN /bin/sh -c chmod 77710.17 MB23RUN /bin/sh -c chmod 77732 B24ENV MEMGRAPH=0 B25ENV MGCONSOLE=0 B26CMD ["/bin/sh" "-c" "/usr/bin/supervisord -c0 BCommand
ADD file:a0144d077c2c6b73bbb5f7e7b8e6b58e4127de2a5faf907cd4e83e4d83437fad in /