Namespace
memgraph
Image / Tag
memgraph-mage:3.1-memgraph-3.1-amd64
Content Digest
sha256:852a253097bbdb7dc5ef2b329f6e6647464b9c118b44d675c4af21971415a8ed
Details
Created

2025-03-12 11:38:59 UTC

Size

6.72 GB

Content Digest
Labels
  • org.opencontainers.image.ref.name
    ubuntu
  • org.opencontainers.image.version
    24.04

Environment
LD_LIBRARY_PATH

/usr/lib/memgraph/query_modules

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

PY_VERSION

3.12


Layers

[#000] sha256:5a7813e071bfadf18aaa6ca8318be4824a9b6297b3240f2cc84c1db6f4113040 - 0.41% (28.4 MB)

[#001] sha256:bc037a92d8d1b77af8a86a719027b4d0ef597bcd6cd6036c206f90a1465bb2d1 - 6.49% (446 MB)

[#002] sha256:aa65713d1d0727468d302f4cc78c3d3522f3f47eaf21751bbd3ef4802c3757e0 - 0.55% (37.7 MB)

[#003] sha256:9620b9716874f2e94cdcc40b236d79b339e041c6a29e98480aeac6aff7424593 - 0.57% (39.2 MB)

[#004] sha256:79056439224f7378705c35c165f0ba56090753d4f203647542269d4a4d1287b9 - 0.07% (4.66 MB)

[#005] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#006] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)

[#007] sha256:de0a548e05816c4eb1e6533c8878dbfa56e9f2edcd2bff3f04a7337c4494257e - 0.0% (113 KB)

[#008] sha256:09f5ce99b6bedc5e048614eb889d4d6848c23f4d039fdcbdebd2ed239238b034 - 0.0% (17.8 KB)

[#009] sha256:723df84f8d466c3d0cabaacd48744d04ad4fc2c063735810d3174a15a4499578 - 0.0% (953 Bytes)

[#010] sha256:033455ffd9a2f49017dd6c6be27bbb5869883fc0c13984dc4fea392b63f5fc04 - 0.0% (693 Bytes)

[#011] sha256:7bc9836a7656d9f4e43000f27dae8c876ac61191c90d6f479126a41eb90afdc0 - 0.0% (438 Bytes)

[#012] sha256:2fb07e6833a1eebcdd1937abf0ec33be3d309aba51c66812b462d53f74293d4c - 0.0% (318 Bytes)

[#013] sha256:64b885adc32896eb5ae18a4e98426d8ba93b5d8d805ee320d0cf6b3c9de1e40a - 80.96% (5.44 GB)

[#014] sha256:1fd4af2a7f39e13f8c8998bccd2955a3ceb44d77f50993dc83d567833b2b068c - 0.61% (42.1 MB)

[#015] sha256:8fa48812b4e4efcc0bac1f540b6eabd9836914678ea5e756f5644e2c0a55879e - 10.34% (711 MB)

[#016] sha256:66cdf2a0d55d6e40253d0a645bc1c9492bd16851e830e12d0164325f6c06225b - 0.0% (133 KB)


History
2025-01-27 04:14:00 UTC

/bin/sh -c #(nop) ARG RELEASE

2025-01-27 04:14:00 UTC

/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH

2025-01-27 04:14:00 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu

2025-01-27 04:14:00 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04

2025-01-27 04:14:03 UTC

/bin/sh -c #(nop) ADD file:6df775300d76441aa33f31b22c1afce8dfe35c8ffbc14ef27c27009235b12a95 in /

2025-01-27 04:14:03 UTC

/bin/sh -c #(nop) CMD ["/bin/bash"]

2025-03-11 23:50:44 UTC (buildkit.dockerfile.v0)

USER root

2025-03-11 23:50:44 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH=amd64

2025-03-11 23:50:44 UTC (buildkit.dockerfile.v0)

ARG PY_VERSION_DEFAULT=3.12

2025-03-11 23:50:44 UTC (buildkit.dockerfile.v0)

ENV PY_VERSION=3.12

2025-03-11 23:50:44 UTC (buildkit.dockerfile.v0)

RUN |2 TARGETARCH=amd64 PY_VERSION_DEFAULT=3.12 /bin/sh -c apt-get update && apt-get install -y libcurl4 `memgraph` libpython${PY_VERSION} `memgraph` libssl-dev `memgraph` openssl `memgraph` build-essential `mage-memgraph` cmake `mage-memgraph` curl `mage-memgraph` g++ `mage-memgraph` python3 `mage-memgraph` python3-pip `mage-memgraph` python3-setuptools `mage-memgraph` python3-dev `mage-memgraph` clang `mage-memgraph` git `mage-memgraph` unixodbc-dev `mage-memgraph` libboost-all-dev `mage-memgraph` uuid-dev gdb procps libc6-dbg libxmlsec1-dev xmlsec1 pkg-config --no-install-recommends && ln -s /usr/bin/$(ls /usr/bin | grep perf) /usr/bin/perf && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* # buildkit

2025-03-12 11:29:58 UTC (buildkit.dockerfile.v0)

COPY memgraph-amd64.deb . # buildkit

2025-03-12 11:30:00 UTC (buildkit.dockerfile.v0)

RUN |2 TARGETARCH=amd64 PY_VERSION_DEFAULT=3.12 /bin/sh -c dpkg -i memgraph-${TARGETARCH}.deb && rm memgraph-${TARGETARCH}.deb # buildkit

2025-03-12 11:30:00 UTC (buildkit.dockerfile.v0)

ENV LD_LIBRARY_PATH=/usr/lib/memgraph/query_modules

2025-03-12 11:34:59 UTC (buildkit.dockerfile.v0)

COPY /usr/lib/memgraph/query_modules/ /usr/lib/memgraph/query_modules/ # buildkit

2025-03-12 11:34:59 UTC (buildkit.dockerfile.v0)

COPY /usr/lib/memgraph/auth_module/ /usr/lib/memgraph/auth_module/ # buildkit

2025-03-12 11:34:59 UTC (buildkit.dockerfile.v0)

COPY /usr/local/lib/python3.12/ /usr/local/lib/python3.12/ # buildkit

2025-03-12 11:34:59 UTC (buildkit.dockerfile.v0)

COPY /mage/e2e/ /mage/e2e/ # buildkit

2025-03-12 11:34:59 UTC (buildkit.dockerfile.v0)

COPY /mage/e2e_correctness/ /mage/e2e_correctness/ # buildkit

2025-03-12 11:35:00 UTC (buildkit.dockerfile.v0)

COPY /mage/test_e2e_correctness.py /mage/test_e2e_correctness.py # buildkit

2025-03-12 11:35:00 UTC (buildkit.dockerfile.v0)

COPY /mage/run_e2e_correctness_tests.sh /mage/run_e2e_correctness_tests.sh # buildkit

2025-03-12 11:35:00 UTC (buildkit.dockerfile.v0)

COPY /mage/python/requirements.txt /mage/python/requirements.txt # buildkit

2025-03-12 11:35:00 UTC (buildkit.dockerfile.v0)

COPY /mage/python/tests/requirements.txt /mage/python/tests/requirements.txt # buildkit

2025-03-12 11:35:00 UTC (buildkit.dockerfile.v0)

USER memgraph

2025-03-12 11:38:02 UTC (buildkit.dockerfile.v0)

RUN |2 TARGETARCH=amd64 PY_VERSION_DEFAULT=3.12 /bin/sh -c python3 -m pip install -r /mage/python/requirements.txt --break-system-packages && python3 -m pip install -r /mage/python/tests/requirements.txt --break-system-packages && python3 -m pip install --no-cache-dir -r /usr/lib/memgraph/auth_module/requirements.txt --break-system-packages # buildkit

2025-03-12 11:38:08 UTC (buildkit.dockerfile.v0)

RUN |2 TARGETARCH=amd64 PY_VERSION_DEFAULT=3.12 /bin/sh -c python3 -m pip install torch-sparse torch-cluster torch-spline-conv torch-geometric torch-scatter -f https://data.pyg.org/whl/torch-2.3.0+cu121.html --break-system-packages # buildkit

2025-03-12 11:38:38 UTC (buildkit.dockerfile.v0)

RUN |2 TARGETARCH=amd64 PY_VERSION_DEFAULT=3.12 /bin/sh -c if [ "$TARGETARCH" == "arm64" ]; then curl -o dgl-2.4.0-cp312-cp312-linux_aarch64.whl https://s3.eu-west-1.amazonaws.com/deps.memgraph.io/memgraph-unofficial/dgl-2.4.0-cp312-cp312-linux_aarch64.whl && python3 -m pip install dgl-2.4.0-cp312-cp312-linux_aarch64.whl --break-system-packages; else python3 -m pip install dgl -f https://data.dgl.ai/wheels/torch-2.3/cu121/repo.html --break-system-packages; fi # buildkit

2025-03-12 11:38:38 UTC (buildkit.dockerfile.v0)

USER root

2025-03-12 11:38:59 UTC (buildkit.dockerfile.v0)

RUN |2 TARGETARCH=amd64 PY_VERSION_DEFAULT=3.12 /bin/sh -c chown -R memgraph: /mage && export PATH="/usr/local/lib/python${PY_VERSION}:${PATH}" # buildkit

2025-03-12 11:38:59 UTC (buildkit.dockerfile.v0)

USER memgraph

2025-03-12 11:38:59 UTC (buildkit.dockerfile.v0)

EXPOSE map[7687/tcp:{}]

2025-03-12 11:38:59 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/usr/lib/memgraph/memgraph"]

2025-03-12 11:38:59 UTC (buildkit.dockerfile.v0)

CMD [""]

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete