sha256:4cf2c56e05be107e867740a35959e9f7fc8b0b5076dfe6800fe98ddb7689a540
OS/ARCH
Compressed size
1.63 GB
Last pushed
about 3 years by dockerbuda
Type
Image
Manifest digest
sha256:cc55064a31fe8b45eb9c04a385903c34c47476af155829cbf14b166282c10884
Image Layers
1ADD file ... in / 52.5 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 # buildkit104.47 KB8COPY /app/dist-frontend /lab/dist-frontend # buildkit8.54 MB9COPY /app/node_modules /lab/node_modules # buildkit193.07 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.09 MB14COPY /usr/local/lib/python3.9/ /usr/local/lib/python3.9/ # buildkit935.63 MB15COPY memgraph-amd64.deb . # buildkit18.45 MB16RUN /bin/sh -c dpkg -i19.11 MB17RUN /bin/sh -c rm -rf139.14 KB18EXPOSE map[3000/tcp:{} 7687/tcp:{}]0 B19COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf # buildkit367 B20RUN /bin/sh -c chmod 777153 B21RUN /bin/sh -c chmod 777151 B22RUN /bin/sh -c chmod 77710.2 MB23RUN /bin/sh -c chmod 77732 B24ENV MEMGRAPH=0 B25ENV MGCONSOLE=0 B26CMD ["/bin/sh" "-c" "/usr/bin/supervisord -c0 BCommand
ADD file:b7c0be2bb90e88689b1c16da78dea0b85760b55b90ef2e5bc4a529c89e4fa25b in /