sha256:f3a6a6c9d0bcf55fb294640d3e20f0f1647b58a5dbcdd8c08b2561860421e54f
OS/ARCH
Compressed size
1.66 GB
Last pushed
over 2 years by dockerbuda
Type
Image
Manifest digest
sha256:0c56dfde4eb4df47a425c69713e5c577a4737c32c4b2a74d5dbcc47739ef5a57
Image Layers
1ADD file ... in / 52.53 MB2CMD ["bash"]0 B3ARG TARGETARCH0 B4ARG PY_VERSION_DEFAULT0 B5ENV PY_VERSION=3.90 B6RUN |2 TARGETARCH=amd64 PY_VERSION_DEFAULT=3.9 /bin/sh250.79 MB7COPY /app/dist-backend /lab/dist-backend # buildkit123.42 KB8COPY /app/dist-frontend /lab/dist-frontend # buildkit7.89 MB9COPY /app/node_modules /lab/node_modules # buildkit207.21 MB10COPY /app/.env /lab/.env # buildkit540 B11RUN /bin/sh -c apt-get update59.77 MB12RUN /bin/sh -c pip3 install115.99 MB13COPY /usr/lib/memgraph/query_modules/ /usr/lib/memgraph/query_modules/ # buildkit3.11 MB14RUN /bin/sh -c rm /usr/lib/memgraph/query_modules/node_classification.py247 B15COPY /usr/local/lib/python3.9/ /usr/local/lib/python3.9/ # buildkit939.31 MB16COPY memgraph-amd64.deb . # buildkit24.59 MB17RUN /bin/sh -c dpkg -i25.45 MB18RUN /bin/sh -c rm -rf138.64 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 777151 B23RUN /bin/sh -c chmod 77712.72 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:1bf1a123da85382e70ea251091b98fd8b4a1972e4c4e84d392443a4e20b7a135 in /