Namespace
memgraph
Image / Tag
memgraph-mage:3.0-memgraph-3.0-dev
Content Digest
sha256:40255f445c92f7b4c9e53edffec5f43afeb32efafe7c3650207c45387eb2ec91
Details
Created

2025-01-26 17:22:06 UTC

Size

4.01 GB

Content Digest
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.9


Layers

[#000] sha256:8b5da1b1f756e14d36c1d2374a9c4e4de2519ef68754897d119a504a51b2efa4 - 1.28% (52.6 MB)

[#001] sha256:21dfde9f0eb4babfd9da0c7693f9fcbae0677ce6d8487917a045c3560ab2bc2c - 8.77% (360 MB)

[#002] sha256:58d73ab612b8c144795131ce3224c63b7789047e6c1a5556a63e31688c49ad33 - 5.4% (222 MB)

[#003] sha256:7a11efa49626aec6c08fb3aa352be38ae5088c83186433ebe5ceb8af800ddc81 - 5.62% (231 MB)

[#004] sha256:c39b27b5afa8b55c1a963e621c9574718fd521775a51570efc88774332959234 - 0.0% (94 Bytes)

[#005] sha256:6130ae671775e82ba5052e6cfd524071e81f5abed4a74ef3d2509ca0cc0b9c6f - 5.47% (225 MB)

[#006] sha256:71afa5237458136ebdce91a1f0430e28224b5180f7fa276f6565699919a009d0 - 57.52% (2.31 GB)

[#007] sha256:a4e915b1c344ffc24ce619bed3f875f33deb5ceb6d4cb8f27b9692d92a0357e0 - 15.93% (654 MB)


History
2025-01-13 00:00:00 UTC (debuerreotype 0.15)

# debian.sh --arch 'amd64' out/ 'bullseye' '@1736726400'

2025-01-26 17:03:28 UTC (buildkit.dockerfile.v0)

USER root

2025-01-26 17:03:28 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH=amd64

2025-01-26 17:03:28 UTC (buildkit.dockerfile.v0)

ARG PY_VERSION_DEFAULT=3.9

2025-01-26 17:03:28 UTC (buildkit.dockerfile.v0)

ENV PY_VERSION=3.9

2025-01-26 17:03:28 UTC (buildkit.dockerfile.v0)

RUN |2 TARGETARCH=amd64 PY_VERSION_DEFAULT=3.9 /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 linux-perf libc6-dbg --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-01-26 17:03:28 UTC (buildkit.dockerfile.v0)

COPY memgraph-amd64.deb . # buildkit

2025-01-26 17:03:32 UTC (buildkit.dockerfile.v0)

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

2025-01-26 17:03:32 UTC (buildkit.dockerfile.v0)

ENV LD_LIBRARY_PATH=/usr/lib/memgraph/query_modules

2025-01-26 17:03:32 UTC (buildkit.dockerfile.v0)

EXPOSE map[7687/tcp:{}]

2025-01-26 17:03:32 UTC (buildkit.dockerfile.v0)

ARG BUILD_TYPE=RelWithDebInfo

2025-01-26 17:03:32 UTC (buildkit.dockerfile.v0)

WORKDIR /mage

2025-01-26 17:03:33 UTC (buildkit.dockerfile.v0)

COPY . /mage # buildkit

2025-01-26 17:19:50 UTC (buildkit.dockerfile.v0)

RUN |3 TARGETARCH=amd64 PY_VERSION_DEFAULT=3.9 BUILD_TYPE=RelWithDebInfo /bin/sh -c curl https://sh.rustup.rs -sSf | sh -s -- -y && export PATH="/root/.cargo/bin:${PATH}" && python3 -m pip install -r /mage/python/requirements.txt && python3 -m pip install -r /mage/python/tests/requirements.txt && python3 -m pip install --no-cache-dir -r /usr/lib/memgraph/auth_module/requirements.txt && python3 -m pip install torch-sparse torch-cluster torch-spline-conv torch-geometric torch-scatter -f https://data.pyg.org/whl/torch-1.12.0+cu102.html && python3 /mage/setup build -p /usr/lib/memgraph/query_modules/ --cpp-build-flags CMAKE_BUILD_TYPE=${BUILD_TYPE} && chown -R memgraph: /mage/e2e # buildkit

2025-01-26 17:22:06 UTC (buildkit.dockerfile.v0)

RUN |3 TARGETARCH=amd64 PY_VERSION_DEFAULT=3.9 BUILD_TYPE=RelWithDebInfo /bin/sh -c git clone --recurse-submodules -b 0.9.x https://github.com/dmlc/dgl.git && cd dgl && mkdir build && cd build && cmake .. && make -j4 && cd ../python && python3 setup.py bdist_wheel && pip3 install dist/*.whl # buildkit

2025-01-26 17:22:06 UTC (buildkit.dockerfile.v0)

USER memgraph

2025-01-26 17:22:06 UTC (buildkit.dockerfile.v0)

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

2025-01-26 17:22:06 UTC (buildkit.dockerfile.v0)

CMD [""]

Details
Created

2025-01-26 17:50:42 UTC

Size

2.95 GB

Content Digest
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.9


Layers

[#000] sha256:24b9938d74e22bf43aba3bde589d098982fe51cdf5cd1c619ee44e8e34299960 - 1.7% (51.3 MB)

[#001] sha256:ae69a95be76744855678b4bf1df99740f65454c7cbe64eef025eb305d52f70e9 - 11.17% (338 MB)

[#002] sha256:ae6d0ef3e72da14e98b727b05d1d645a93b771b33830beb956a70c20e7bb33d2 - 7.4% (224 MB)

[#003] sha256:bb49a8a8ae0b768ffd99922188ac50ed98d458b3b50260791577058e362fbabf - 7.76% (235 MB)

[#004] sha256:fd7fc22e8c177a3a370330a360ed6e2da44a81192fc476d479c7e7472895594b - 0.0% (94 Bytes)

[#005] sha256:6a3c1248d73c2185a286c938a41e449b85552f76c7726bd7e1d3d085b95928ae - 18.3% (553 MB)

[#006] sha256:0e0d151eed9d29cd6a874ca5c5f9246f14c2a27fd2d5af17ee1fb78a0188963c - 32.1% (971 MB)

[#007] sha256:d479c679607c772cde90d37bf064340be29c8d3288c7ac93e2003216876e3647 - 21.57% (652 MB)


History
2025-01-13 00:00:00 UTC (debuerreotype 0.15)

# debian.sh --arch 'arm64' out/ 'bullseye' '@1736726400'

2025-01-26 17:18:33 UTC (buildkit.dockerfile.v0)

USER root

2025-01-26 17:18:33 UTC (buildkit.dockerfile.v0)

ARG TARGETARCH=arm64

2025-01-26 17:18:33 UTC (buildkit.dockerfile.v0)

ARG PY_VERSION_DEFAULT=3.9

2025-01-26 17:18:33 UTC (buildkit.dockerfile.v0)

ENV PY_VERSION=3.9

2025-01-26 17:18:33 UTC (buildkit.dockerfile.v0)

RUN |2 TARGETARCH=arm64 PY_VERSION_DEFAULT=3.9 /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 linux-perf libc6-dbg --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-01-26 17:18:34 UTC (buildkit.dockerfile.v0)

COPY memgraph-arm64.deb . # buildkit

2025-01-26 17:18:40 UTC (buildkit.dockerfile.v0)

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

2025-01-26 17:18:40 UTC (buildkit.dockerfile.v0)

ENV LD_LIBRARY_PATH=/usr/lib/memgraph/query_modules

2025-01-26 17:18:40 UTC (buildkit.dockerfile.v0)

EXPOSE map[7687/tcp:{}]

2025-01-26 17:18:40 UTC (buildkit.dockerfile.v0)

ARG BUILD_TYPE=RelWithDebInfo

2025-01-26 17:18:40 UTC (buildkit.dockerfile.v0)

WORKDIR /mage

2025-01-26 17:18:44 UTC (buildkit.dockerfile.v0)

COPY . /mage # buildkit

2025-01-26 17:47:27 UTC (buildkit.dockerfile.v0)

RUN |3 TARGETARCH=arm64 PY_VERSION_DEFAULT=3.9 BUILD_TYPE=RelWithDebInfo /bin/sh -c curl https://sh.rustup.rs -sSf | sh -s -- -y && export PATH="/root/.cargo/bin:${PATH}" && python3 -m pip install -r /mage/python/requirements.txt && python3 -m pip install -r /mage/python/tests/requirements.txt && python3 -m pip install --no-cache-dir -r /usr/lib/memgraph/auth_module/requirements.txt && python3 -m pip install torch-sparse torch-cluster torch-spline-conv torch-geometric torch-scatter -f https://data.pyg.org/whl/torch-1.12.0+cu102.html && python3 /mage/setup build -p /usr/lib/memgraph/query_modules/ --cpp-build-flags CMAKE_BUILD_TYPE=${BUILD_TYPE} && chown -R memgraph: /mage/e2e # buildkit

2025-01-26 17:50:42 UTC (buildkit.dockerfile.v0)

RUN |3 TARGETARCH=arm64 PY_VERSION_DEFAULT=3.9 BUILD_TYPE=RelWithDebInfo /bin/sh -c git clone --recurse-submodules -b 0.9.x https://github.com/dmlc/dgl.git && cd dgl && mkdir build && cd build && cmake .. && make -j4 && cd ../python && python3 setup.py bdist_wheel && pip3 install dist/*.whl # buildkit

2025-01-26 17:50:42 UTC (buildkit.dockerfile.v0)

USER memgraph

2025-01-26 17:50:42 UTC (buildkit.dockerfile.v0)

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

2025-01-26 17:50:42 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