sha256:f3a6a6c9d0bcf55fb294640d3e20f0f1647b58a5dbcdd8c08b2561860421e54f
OS/ARCH
Compressed size
948.29 MB
Last pushed
over 2 years by dockerbuda
Type
Image
Manifest digest
sha256:fa171f62904e45e8162b2b579b19b926b0d29214f2e53849b0ac98b50c756cbe
Image Layers
1ADD file ... in / 51.23 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.51 MB7COPY /app/dist-backend /lab/dist-backend # buildkit123.32 KB8COPY /app/dist-frontend /lab/dist-frontend # buildkit7.89 MB9COPY /app/node_modules /lab/node_modules # buildkit214.16 MB10COPY /app/.env /lab/.env # buildkit541 B11RUN /bin/sh -c apt-get update59.86 MB12RUN /bin/sh -c pip3 install105.36 MB13COPY /usr/lib/memgraph/query_modules/ /usr/lib/memgraph/query_modules/ # buildkit3.05 MB14RUN /bin/sh -c rm /usr/lib/memgraph/query_modules/node_classification.py248 B15COPY /usr/local/lib/python3.9/ /usr/local/lib/python3.9/ # buildkit214.52 MB16COPY memgraph-arm64.deb . # buildkit23.47 MB17RUN /bin/sh -c dpkg -i24.66 MB18RUN /bin/sh -c rm -rf137.09 KB19EXPOSE map[3000/tcp:{} 7444/tcp:{} 7687/tcp:{}]0 B20COPY configs/ /etc/supervisor/ # buildkit589 B21RUN /bin/sh -c chmod 777153 B22RUN /bin/sh -c chmod 777152 B23RUN /bin/sh -c chmod 77712.34 MB24RUN /bin/sh -c chmod 77732 B25ENV MEMGRAPH=--also-log-to-stderr0 B26ENTRYPOINT ["/usr/bin/supervisord"]0 B27CMD ["-c" "/etc/supervisor/supervisord.conf"]0 BCommand
ADD file:46791e28a2eef97a17393ff5cf2928d2e721f9380340a34c7d2e85053edec7c1 in /