Namespace
matrixorigin
Image / Tag
matrixone:nightly-3ed3be61
Content Digest
sha256:ae90996573c345f24ead09948249917d7c678b3195776205c021dd42370a8ab5
Details
Created

2025-12-14 22:10:26 UTC

Size

227 MB

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

Environment
PATH

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


Layers

[#000] sha256:215ed5a638430309375291c48a01872859a8dbf1331e54ba0af221918eb8ce2e - 12.4% (28.2 MB)

[#001] sha256:f6d8b61fe7cf1972a8ced47b3fb633063568054c3ea6e858c26c240e91b60204 - 53.03% (120 MB)

[#002] sha256:d579135fa62460040ebef9bac22a5280f8a57ad1abdf3c0d08a5d50afd978903 - 34.28% (77.9 MB)

[#003] sha256:705fc7eb92d44a15ea48b1454480925ac5d0269a2b5b68f065793ffdf5b22460 - 0.01% (34.3 KB)

[#004] sha256:47d12f8697169480063ef571ff63e44a5783734126b0d9d8064113c1c5e668fe - 0.27% (627 KB)

[#005] sha256:437bd74b2a6e1ef69f26ea34b28bcee68fbf41885af516fcfa2f7acdeeb7b6d1 - 0.0% (4.69 KB)


History
2025-04-28 09:44:40 UTC

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

2025-04-28 09:44:40 UTC

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

2025-04-28 09:44:40 UTC

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

2025-04-28 09:44:40 UTC

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

2025-04-28 09:44:42 UTC

/bin/sh -c #(nop) ADD file:59e67123ba6a5d9eea9813e7b2a767696f767c15c5b23c61c4d5bd6ba6fa9ac6 in /

2025-04-28 09:44:42 UTC

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

2025-05-29 09:26:50 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apt-get update; apt-get install -y dnsutils curl git cmake ca-certificates libcurl4-openssl-dev libgomp1; apt-get clean && rm -rf /var/lib/apt/lists/*; # buildkit

2025-12-14 22:10:26 UTC (buildkit.dockerfile.v0)

COPY /go/src/github.com/matrixorigin/matrixone/mo-service /mo-service # buildkit

2025-12-14 22:10:26 UTC (buildkit.dockerfile.v0)

COPY /go/src/github.com/matrixorigin/matrixone/etc /etc # buildkit

2025-12-14 22:10:26 UTC (buildkit.dockerfile.v0)

COPY /go/src/github.com/matrixorigin/matrixone/thirdparties/install/lib/*.so /usr/local/lib # buildkit

2025-12-14 22:10:26 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c ldconfig && /mo-service -h # buildkit

2025-12-14 22:10:26 UTC (buildkit.dockerfile.v0)

WORKDIR /

2025-12-14 22:10:26 UTC (buildkit.dockerfile.v0)

EXPOSE [6001/tcp]

2025-12-14 22:10:26 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/mo-service" "-debug-http=:12345" "-launch" "/etc/quickstart/launch.toml"]

Details
Created

2025-12-14 22:50:40 UTC

Size

211 MB

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

Environment
PATH

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


Layers

[#000] sha256:67b06617bd6bbb299a723709813a971289b935f40eaff66a3348adf478cd41f6 - 12.34% (26.1 MB)

[#001] sha256:2dc098365b49dc3e1b9f22afd8e9cf179adae82a22fafc6b7de666b04b734af5 - 54.5% (115 MB)

[#002] sha256:bf8c2753bd49748118839e1524b4cec65869f7df9a7758ee37d7dbedaeff195b - 32.86% (69.5 MB)

[#003] sha256:705fc7eb92d44a15ea48b1454480925ac5d0269a2b5b68f065793ffdf5b22460 - 0.02% (34.3 KB)

[#004] sha256:10f839fb44eb7e9a4d50b829870bdad1369396b4a4d5744f4894dda630fe0fac - 0.27% (590 KB)

[#005] sha256:376538fce26c4793ee05ffb13dff60913fd99b7e8fafcd3eb9ab7766ca625b05 - 0.0% (4.64 KB)


History
2025-04-28 09:46:27 UTC

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

2025-04-28 09:46:27 UTC

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

2025-04-28 09:46:27 UTC

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

2025-04-28 09:46:27 UTC

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

2025-04-28 09:46:30 UTC

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

2025-04-28 09:46:30 UTC

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

2025-05-29 09:27:08 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apt-get update; apt-get install -y dnsutils curl git cmake ca-certificates libcurl4-openssl-dev libgomp1; apt-get clean && rm -rf /var/lib/apt/lists/*; # buildkit

2025-12-14 22:50:38 UTC (buildkit.dockerfile.v0)

COPY /go/src/github.com/matrixorigin/matrixone/mo-service /mo-service # buildkit

2025-12-14 22:50:38 UTC (buildkit.dockerfile.v0)

COPY /go/src/github.com/matrixorigin/matrixone/etc /etc # buildkit

2025-12-14 22:50:38 UTC (buildkit.dockerfile.v0)

COPY /go/src/github.com/matrixorigin/matrixone/thirdparties/install/lib/*.so /usr/local/lib # buildkit

2025-12-14 22:50:40 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c ldconfig && /mo-service -h # buildkit

2025-12-14 22:50:40 UTC (buildkit.dockerfile.v0)

WORKDIR /

2025-12-14 22:50:40 UTC (buildkit.dockerfile.v0)

EXPOSE [6001/tcp]

2025-12-14 22:50:40 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/mo-service" "-debug-http=:12345" "-launch" "/etc/quickstart/launch.toml"]

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