sha256:97364ef6ef03b773c0e08a7197171fc69551642641c1ee453ed1a0cf98802aa1
OS/ARCH
Compressed size
918.3 MB
Last pushed
about 3 years by dockerbuda
Type
Image
Manifest digest
sha256:e8a20b3a6c1463ec2e8ccc05371b68c94f001eb60e48a36f34cbe377e05a01b7
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.26 MB7COPY /app/dist-backend /lab/dist-backend # buildkit109.89 KB8COPY /app/dist-frontend /lab/dist-frontend # buildkit7.66 MB9COPY /app/node_modules /lab/node_modules # buildkit200.05 MB10COPY /app/.env /lab/.env # buildkit533 B11RUN /bin/sh -c apt-get update59.36 MB12RUN /bin/sh -c pip3 install105.33 MB13COPY /usr/lib/memgraph/query_modules/ /usr/lib/memgraph/query_modules/ # buildkit2.95 MB14COPY /usr/local/lib/python3.9/ /usr/local/lib/python3.9/ # buildkit211.6 MB15COPY memgraph-arm64.deb . # buildkit18.27 MB16RUN /bin/sh -c dpkg -i19.17 MB17RUN /bin/sh -c rm -rf137.76 KB18EXPOSE map[3000/tcp:{} 7444/tcp:{} 7687/tcp:{}]0 B19COPY configs/ /etc/supervisor/ # buildkit589 B20RUN /bin/sh -c chmod 777155 B21RUN /bin/sh -c chmod 777153 B22RUN /bin/sh -c chmod 77711.18 MB23RUN /bin/sh -c chmod 77732 B24ENV MEMGRAPH=--also-log-to-stderr0 B25ENTRYPOINT ["/usr/bin/supervisord"]0 B26CMD ["-c" "/etc/supervisor/supervisord.conf"]0 BCommand
ADD file:6bc001e951ef1280f566a92e65fcff57aefb8a280aa3510b7cd4b4e0a54c5cff in /