sha256:54b0c8c15a66f8b9249dc39171508ed6b70df8cf6f3b3e121274aec7e7757d17
OS/ARCH
Compressed size
1.63 GB
Last pushed
about 3 years by dockerbuda
Type
Image
Manifest digest
sha256:5c22ddeca9cc7a3a1a539848cde1a50ed8bf7eaf33c1805186961636e285b706
Image Layers
1ADD file ... in / 52.51 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.5 MB7COPY /app/dist-backend /lab/dist-backend # buildkit107.25 KB8COPY /app/dist-frontend /lab/dist-frontend # buildkit8.58 MB9COPY /app/node_modules /lab/node_modules # buildkit193.06 MB10COPY /app/.env /lab/.env # buildkit535 B11RUN /bin/sh -c apt-get update59.28 MB12RUN /bin/sh -c pip3 install115.94 MB13COPY /usr/lib/memgraph/query_modules/ /usr/lib/memgraph/query_modules/ # buildkit2.31 MB14COPY /usr/local/lib/python3.9/ /usr/local/lib/python3.9/ # buildkit936.25 MB15COPY memgraph-amd64.deb . # buildkit18.54 MB16RUN /bin/sh -c dpkg -i19.2 MB17RUN /bin/sh -c rm -rf139.15 KB18EXPOSE map[3000/tcp:{} 7687/tcp:{}]0 B19COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit367 B20RUN /bin/sh -c chmod 777155 B21RUN /bin/sh -c chmod 777154 B22RUN /bin/sh -c chmod 77710.51 MB23RUN /bin/sh -c chmod 77732 B24ENV MEMGRAPH=0 B25ENV MGCONSOLE=0 B26CMD ["/bin/sh" "-c" "/usr/bin/supervisord -c0 BCommand
ADD file:b493776b6d91132ce50735e2d82076620774a1e0a690cf96777ddd6b85f513ef in /