2025-04-21 22:59:29 UTC
700 MB
Release
LD_LIBRARY_PATH/usr/lib/memgraph/query_modules
MAGE_COMMITv3.2.0-rc2
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PY_VERSION3.12
[#000] sha256:2726e237d1a374379e783053d93d0345c8a3bf3c57b5d35b099de1ad777486ee - 4.05% (28.3 MB)
[#001] sha256:46e6f062b048f7c2dc84d16d27bb348a0a8561fbce8376c2104bd24c7c3cff62 - 7.4% (51.8 MB)
[#002] sha256:fb7080d7757f280cce0f1a94c1b6773855dae52beb29d6980d41ec3a027154d1 - 5.39% (37.8 MB)
[#003] sha256:78da98ea1c5f847ca9c77535fd4d224394c44286ed4d9a345560e2b0f878e6bf - 5.59% (39.1 MB)
[#004] sha256:6bcf490fca28ad452a905c86ff82a311048c96a9e3347da00e9e279a019df8d8 - 0.67% (4.69 MB)
[#005] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#006] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#007] sha256:0a18e574e394b2171954c08d8c220daaa4a50b9542065d04e72c8db2e3053816 - 76.89% (539 MB)
[#008] sha256:aad1b1395ccf592ca7b81fd18bf93074a01dd604fdeb9095ffe9df365608d6d0 - 0.0% (1.72 KB)
[#009] sha256:bfa8bded4d23bacf38ab00fb8962199540e04bb2025fd0c5d111c4327d4e5da8 - 0.02% (114 KB)
[#010] sha256:b08b51b0aeefc235fecfbb8611dc77cc6b5fdc79a752b82a37dcca5d8e4cb09e - 0.0% (17.8 KB)
[#011] sha256:e2d7daddbc94bc51b7160a2aed0d1ca149c62d14018c0f5e3a4ddf6b588f8321 - 0.0% (952 Bytes)
[#012] sha256:bfe25c8845c92e5e2929f297fb3c35e56ad46119b9043574500b469ee4f51c54 - 0.0% (694 Bytes)
[#013] sha256:72f7df6efb330d1a2d1dccb9f7226283b437ef9cb5d7563650297ee2bd8044b9 - 0.0% (548 Bytes)
[#014] sha256:14a4e75749bf7d5914f477fffee55709ddff2b9ebd6652cc2daa96eac99adba7 - 0.0% (316 Bytes)
/bin/sh -c #(nop) ARG RELEASE
2025-04-08 10:43:12 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2025-04-08 10:43:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2025-04-08 10:43:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04
2025-04-08 10:43:14 UTC/bin/sh -c #(nop) ADD file:1d7c45546e94b90e941c5bf5c7a5d415d7b868581ad96171d4beb76caa8ab683 in /
2025-04-08 10:43:15 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-04-21 22:46:35 UTC (buildkit.dockerfile.v0)USER root
2025-04-21 22:46:35 UTC (buildkit.dockerfile.v0)ARG TARGETARCH=amd64
2025-04-21 22:46:35 UTC (buildkit.dockerfile.v0)ARG PY_VERSION_DEFAULT=3.12
2025-04-21 22:46:35 UTC (buildkit.dockerfile.v0)ARG MAGE_COMMIT=v3.2.0-rc2
2025-04-21 22:46:35 UTC (buildkit.dockerfile.v0)ARG BUILD_TYPE=Release
2025-04-21 22:46:35 UTC (buildkit.dockerfile.v0)ENV BUILD_TYPE=Release
2025-04-21 22:46:35 UTC (buildkit.dockerfile.v0)ENV PY_VERSION=3.12
2025-04-21 22:46:35 UTC (buildkit.dockerfile.v0)ENV MAGE_COMMIT=v3.2.0-rc2
2025-04-21 22:46:35 UTC (buildkit.dockerfile.v0)RUN |4 TARGETARCH=amd64 PY_VERSION_DEFAULT=3.12 MAGE_COMMIT=v3.2.0-rc2 BUILD_TYPE=Release /bin/sh -c apt-get update && apt-get install -y curl && curl -sSL -O https://packages.microsoft.com/config/ubuntu/24.04/packages-microsoft-prod.deb && dpkg -i packages-microsoft-prod.deb && rm packages-microsoft-prod.deb && apt-get update && ACCEPT_EULA=Y apt-get install -y msodbcsql18 unixodbc-dev && apt-get install -y libcurl4 `memgraph` libpython${PY_VERSION} `memgraph` libssl-dev `memgraph` openssl `memgraph` python3 `mage-memgraph` python3-pip `mage-memgraph` python3-setuptools `mage-memgraph` python3-dev `mage-memgraph` libc6-dbg adduser libgomp1 libaio1t64 --no-install-recommends && ln -s /usr/bin/$(ls /usr/bin | grep perf) /usr/bin/perf && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && if [ "${TARGETARCH}" = "arm64" ]; then ln -s /usr/lib/aarch64-linux-gnu/libaio.so.1t64 /usr/lib/aarch64-linux-gnu/libaio.so.1; else ln -s /usr/lib/x86_64-linux-gnu/libaio.so.1t64 /usr/lib/x86_64-linux-gnu/libaio.so.1; fi # buildkit
2025-04-21 22:46:36 UTC (buildkit.dockerfile.v0)COPY memgraph-amd64.deb . # buildkit
2025-04-21 22:46:39 UTC (buildkit.dockerfile.v0)RUN |4 TARGETARCH=amd64 PY_VERSION_DEFAULT=3.12 MAGE_COMMIT=v3.2.0-rc2 BUILD_TYPE=Release /bin/sh -c groupadd -g 103 memgraph && useradd -u 101 -g memgraph -m -d /home/memgraph -s /bin/bash memgraph && dpkg -i memgraph-${TARGETARCH}.deb && rm memgraph-${TARGETARCH}.deb # buildkit
2025-04-21 22:46:39 UTC (buildkit.dockerfile.v0)ENV LD_LIBRARY_PATH=/usr/lib/memgraph/query_modules
2025-04-21 22:59:12 UTC (buildkit.dockerfile.v0)COPY /usr/lib/memgraph/query_modules/ /usr/lib/memgraph/query_modules/ # buildkit
2025-04-21 22:59:12 UTC (buildkit.dockerfile.v0)COPY /usr/lib/memgraph/auth_module/ /usr/lib/memgraph/auth_module/ # buildkit
2025-04-21 22:59:12 UTC (buildkit.dockerfile.v0)COPY /usr/local/lib/python3.12/ /usr/local/lib/python3.12/ # buildkit
2025-04-21 22:59:28 UTC (buildkit.dockerfile.v0)COPY --chown=memgraph:memgraph /home/memgraph/.local/ /home/memgraph/.local/ # buildkit
2025-04-21 22:59:29 UTC (buildkit.dockerfile.v0)COPY /mage/make-dev-container.sh /make-dev-container.sh # buildkit
2025-04-21 22:59:29 UTC (buildkit.dockerfile.v0)USER root
2025-04-21 22:59:29 UTC (buildkit.dockerfile.v0)ARG TARGETARCH=amd64
2025-04-21 22:59:29 UTC (buildkit.dockerfile.v0)ARG PY_VERSION_DEFAULT=3.12
2025-04-21 22:59:29 UTC (buildkit.dockerfile.v0)ARG MAGE_COMMIT=v3.2.0-rc2
2025-04-21 22:59:29 UTC (buildkit.dockerfile.v0)ARG BUILD_TYPE=Release
2025-04-21 22:59:29 UTC (buildkit.dockerfile.v0)ENV BUILD_TYPE=Release
2025-04-21 22:59:29 UTC (buildkit.dockerfile.v0)ENV PY_VERSION=3.12
2025-04-21 22:59:29 UTC (buildkit.dockerfile.v0)ENV MAGE_COMMIT=v3.2.0-rc2
2025-04-21 22:59:29 UTC (buildkit.dockerfile.v0)COPY --chown=memgraph:memgraph /mage/e2e/ /mage/e2e/ # buildkit
2025-04-21 22:59:29 UTC (buildkit.dockerfile.v0)COPY --chown=memgraph:memgraph /mage/e2e_correctness/ /mage/e2e_correctness/ # buildkit
2025-04-21 22:59:29 UTC (buildkit.dockerfile.v0)COPY --chown=memgraph:memgraph /mage/test_e2e_correctness.py /mage/test_e2e_correctness.py # buildkit
2025-04-21 22:59:29 UTC (buildkit.dockerfile.v0)COPY --chown=memgraph:memgraph /mage/run_e2e_correctness_tests.sh /mage/run_e2e_correctness_tests.sh # buildkit
2025-04-21 22:59:29 UTC (buildkit.dockerfile.v0)COPY --chown=memgraph:memgraph /mage/python/requirements.txt /mage/python/requirements.txt # buildkit
2025-04-21 22:59:29 UTC (buildkit.dockerfile.v0)COPY --chown=memgraph:memgraph /mage/python/tests/requirements.txt /mage/python/tests/requirements.txt # buildkit
2025-04-21 22:59:29 UTC (buildkit.dockerfile.v0)USER memgraph
2025-04-21 22:59:29 UTC (buildkit.dockerfile.v0)EXPOSE map[7687/tcp:{}]
2025-04-21 22:59:29 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["/usr/lib/memgraph/memgraph"]
2025-04-21 22:59:29 UTC (buildkit.dockerfile.v0)CMD [""]
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.