Namespace
simpleyyt
Image / Tag
manus-sandbox:2.5.0
Content Digest
sha256:202af160b598f4a24ee489f19c5c0f6dfc2e895358e5e7ca11c95c5b6a0245d0
Details
Created

2026-07-19 05:09:38 UTC

Size

631 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2026-07-19T05:06:48.455Z
  • org.opencontainers.image.description
    AI Manus is a general-purpose AI Agent system that supports running various tools and operations in a sandbox environment.
  • org.opencontainers.image.licenses
    MIT
  • org.opencontainers.image.revision
    bc61377aa3959eb12b7a17f1aa8bf0883d716049
  • org.opencontainers.image.source
    https://github.com/Simpleyyt/ai-manus
  • org.opencontainers.image.title
    ai-manus
  • org.opencontainers.image.url
    https://github.com/Simpleyyt/ai-manus
  • org.opencontainers.image.version
    2.5.0

Environment
CHROME_ARGS

DEBIAN_FRONTEND

noninteractive

HOSTNAME

sandbox

PATH

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

UVI_ARGS

UV_INDEX_URL

https://mirrors.aliyun.com/pypi/simple/


Layers

[#000] sha256:d6834b4a794c03efa2c998853e64969fa8851b11b2ade63292268872a37759d0 - 4.5% (28.4 MB)

[#001] sha256:5c0a9b6fb1d02aa8b0b952590ffcdfba8244fb89aa54467008dc9bf16256f4c5 - 0.0% (731 Bytes)

[#002] sha256:59453f5f662ef9c33282a96b9d2962b428279025691e271fdff777e74d1ca2d4 - 20.2% (127 MB)

[#003] sha256:e0e7365e5b68b2536064d438a715ee2df3baec9ada61c6e549db0097c22feea1 - 0.0% (4.45 KB)

[#004] sha256:a16bd19f52b80ba7347a60393f92c85003ea9a78bfe4bf0182d6760f4ace6385 - 16.73% (105 MB)

[#005] sha256:71500cf664c29b4f25858083354dd42aefc34cdb46240749bc2e82003a463b18 - 8.21% (51.8 MB)

[#006] sha256:e71ecfa2110fdb665b285c4c03cdcbd82b4d4c3895d517a9e9cab605e51d31a1 - 7.32% (46.2 MB)

[#007] sha256:de3f2c973912dfe90f91b90e0e66549f09c0cec391791ebc7959466424a26de9 - 0.0% (577 Bytes)

[#008] sha256:43f9acbaffdfd6cc6261716307fab955c938eca98e3ef398daad006e042dbf05 - 26.77% (169 MB)

[#009] sha256:7d4f864f7a9b0c217a090da403a4f5161fe3fe3e9a2deca363bc83b96f071fd3 - 14.65% (92.3 MB)

[#010] sha256:90d93ce90ac86b20f7483f1f9d85c8b13daefcefd211b7de907ecf05d06253d4 - 0.0% (93 Bytes)

[#011] sha256:c8f0d7770b6548b3be96a011ec1e291d00f7c995c88644bf868f8d8542b58f57 - 0.0% (411 Bytes)

[#012] sha256:00598b4b48545e222c36ac24be0abdbc8b27f35ecafda1168d860df30e7b99b7 - 1.08% (6.82 MB)

[#013] sha256:d3689e1d6223b4a43f42b86364f5cb122c8ee932b1771d642116d8809b4b43a1 - 0.0% (23.3 KB)

[#014] sha256:e1007af5613d80045606a12fe6ad0f21f20dd674299955d72be83446710d5ee0 - 0.54% (3.4 MB)

[#015] sha256:700812eceaaa0cea51b2bb5ad19073447135a7d3ea0684316dd09868f61b6d88 - 0.0% (1.44 KB)


History
2026-06-29 11:07:30 UTC

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

2026-06-29 11:07:30 UTC

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

2026-06-29 11:07:30 UTC

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

2026-06-29 11:07:32 UTC

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

2026-06-29 11:07:32 UTC

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

2026-07-19 05:06:52 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive

2026-07-19 05:06:52 UTC (buildkit.dockerfile.v0)

ENV HOSTNAME=sandbox

2026-07-19 05:06:52 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c sed -i 's|http://archive.ubuntu.com/ubuntu/|http://mirrors.aliyun.com/ubuntu/|g' /etc/apt/sources.list && sed -i 's|http://security.ubuntu.com/ubuntu/|http://mirrors.aliyun.com/ubuntu/|g' /etc/apt/sources.list && sed -i 's|http://ports.ubuntu.com/ubuntu-ports/|http://mirrors.aliyun.com/ubuntu-ports/|g' /etc/apt/sources.list # buildkit

2026-07-19 05:07:34 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apt-get update && apt-get install -y sudo bc curl wget gnupg software-properties-common xvfb x11vnc xterm socat supervisor websockify && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit

2026-07-19 05:07:34 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c useradd -m -d /home/ubuntu -s /bin/bash ubuntu && echo "ubuntu ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers.d/ubuntu # buildkit

2026-07-19 05:07:59 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c add-apt-repository ppa:deadsnakes/ppa && apt-get update && apt-get install -y python3.10 python3.10-venv python3.10-dev python3-pip && update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.10 1 && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit

2026-07-19 05:08:01 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c pip3 install uv # buildkit

2026-07-19 05:08:01 UTC (buildkit.dockerfile.v0)

ENV UV_INDEX_URL=https://mirrors.aliyun.com/pypi/simple/

2026-07-19 05:08:14 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c mkdir -p /etc/apt/keyrings && curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg && echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_20.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list && apt-get update && apt-get install -y nodejs && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit

2026-07-19 05:08:15 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c npm config set registry https://registry.npmmirror.com # buildkit

2026-07-19 05:08:39 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c add-apt-repository ppa:xtradeb/apps -y && apt-get update && apt-get install -y chromium --no-install-recommends && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit

2026-07-19 05:09:36 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apt-get update && apt-get install -y fonts-noto-cjk fonts-noto-color-emoji language-pack-zh-hans locales && locale-gen zh_CN.UTF-8 && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit

2026-07-19 05:09:36 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2026-07-19 05:09:36 UTC (buildkit.dockerfile.v0)

COPY pyproject.toml ./ # buildkit

2026-07-19 05:09:38 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c uv sync --no-dev # buildkit

2026-07-19 05:09:38 UTC (buildkit.dockerfile.v0)

COPY . . # buildkit

2026-07-19 05:09:38 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c chown -R ubuntu:ubuntu /app # buildkit

2026-07-19 05:09:38 UTC (buildkit.dockerfile.v0)

COPY supervisord.conf /etc/supervisor/conf.d/app.conf # buildkit

2026-07-19 05:09:38 UTC (buildkit.dockerfile.v0)

EXPOSE [5900/tcp 5901/tcp 8080/tcp 9222/tcp]

2026-07-19 05:09:38 UTC (buildkit.dockerfile.v0)

ENV UVI_ARGS=

2026-07-19 05:09:38 UTC (buildkit.dockerfile.v0)

ENV CHROME_ARGS=

2026-07-19 05:09:38 UTC (buildkit.dockerfile.v0)

CMD ["supervisord" "-n" "-c" "/app/supervisord.conf"]

Details
Created

2026-07-19 05:24:23 UTC

Size

622 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2026-07-19T05:06:48.455Z
  • org.opencontainers.image.description
    AI Manus is a general-purpose AI Agent system that supports running various tools and operations in a sandbox environment.
  • org.opencontainers.image.licenses
    MIT
  • org.opencontainers.image.revision
    bc61377aa3959eb12b7a17f1aa8bf0883d716049
  • org.opencontainers.image.source
    https://github.com/Simpleyyt/ai-manus
  • org.opencontainers.image.title
    ai-manus
  • org.opencontainers.image.url
    https://github.com/Simpleyyt/ai-manus
  • org.opencontainers.image.version
    2.5.0

Environment
CHROME_ARGS

DEBIAN_FRONTEND

noninteractive

HOSTNAME

sandbox

PATH

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

UVI_ARGS

UV_INDEX_URL

https://mirrors.aliyun.com/pypi/simple/


Layers

[#000] sha256:119d19e001bafa21919289095e1dbfac64f1e16d2469dd14c2d2a520039d26d9 - 4.24% (26.3 MB)

[#001] sha256:08f8b9fa3acd4649a5ef336f2c9d267682ca7804985b897b56732463d7fd7a06 - 0.0% (731 Bytes)

[#002] sha256:a4b0099da56282d93ad333a383a9f3e7ac150163ca9b8d2fa4c80fe1998f3feb - 19.73% (123 MB)

[#003] sha256:513f60e0cf1f3431da63b87d0f55ecafab00ffb33647602c12f40d33ff722d15 - 0.0% (4.46 KB)

[#004] sha256:d33ac0c0cb6bcee7149d80deaf67f8d768b979e2124c167211a839ff0bfa9b3c - 16.39% (102 MB)

[#005] sha256:bf4d0514d2e924b1109ec2078532e2f70d2d9513dab53c16773068b182800448 - 7.92% (49.2 MB)

[#006] sha256:fc02cab2224bea50e2f22d0f2d5da3ecff61a9e82e35dfad1ee244729c25ef18 - 7.42% (46.2 MB)

[#007] sha256:a8331603b7e159986e7ab48319e1efe087f6a72885ff9fa627885b952be2364e - 0.0% (580 Bytes)

[#008] sha256:b9b8cbcf5a777214fb8638dd0d01cb9b13390fe0b76d2429029bb33718992135 - 27.83% (173 MB)

[#009] sha256:a604ba3aa3e9a95971f80011fdd4dd2a256c1da3f98f8c05f1e7a0e98258d073 - 14.86% (92.4 MB)

[#010] sha256:33c9b7e893105f74957674dc24fbeb72248521f7928c980f26e11d9eb1c82f7c - 0.0% (91 Bytes)

[#011] sha256:0e8f09496548e33e63a3a633821d793b9cb2e7a2e910d833251e919d2cd6d4ee - 0.0% (410 Bytes)

[#012] sha256:175cf6062b25bd498e7374bd2204b3d11a475ee56b545fc39fc5a1ce367792fb - 1.08% (6.72 MB)

[#013] sha256:d3689e1d6223b4a43f42b86364f5cb122c8ee932b1771d642116d8809b4b43a1 - 0.0% (23.3 KB)

[#014] sha256:4602bcc76854e59a559b6766ad7aa9fd6fe63487e2792369b92b8481465b524c - 0.53% (3.3 MB)

[#015] sha256:27eba762b193415dbe5e363f11facf95be6c204c96a400a3a056bf40bf1269b6 - 0.0% (1.44 KB)


History
2026-06-29 10:38:39 UTC

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

2026-06-29 10:38:39 UTC

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

2026-06-29 10:38:39 UTC

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

2026-06-29 10:38:42 UTC

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

2026-06-29 10:38:42 UTC

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

2026-07-19 05:06:52 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive

2026-07-19 05:06:52 UTC (buildkit.dockerfile.v0)

ENV HOSTNAME=sandbox

2026-07-19 05:06:52 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c sed -i 's|http://archive.ubuntu.com/ubuntu/|http://mirrors.aliyun.com/ubuntu/|g' /etc/apt/sources.list && sed -i 's|http://security.ubuntu.com/ubuntu/|http://mirrors.aliyun.com/ubuntu/|g' /etc/apt/sources.list && sed -i 's|http://ports.ubuntu.com/ubuntu-ports/|http://mirrors.aliyun.com/ubuntu-ports/|g' /etc/apt/sources.list # buildkit

2026-07-19 05:16:15 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apt-get update && apt-get install -y sudo bc curl wget gnupg software-properties-common xvfb x11vnc xterm socat supervisor websockify && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit

2026-07-19 05:16:15 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c useradd -m -d /home/ubuntu -s /bin/bash ubuntu && echo "ubuntu ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers.d/ubuntu # buildkit

2026-07-19 05:18:29 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c add-apt-repository ppa:deadsnakes/ppa && apt-get update && apt-get install -y python3.10 python3.10-venv python3.10-dev python3-pip && update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.10 1 && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit

2026-07-19 05:18:48 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c pip3 install uv # buildkit

2026-07-19 05:18:48 UTC (buildkit.dockerfile.v0)

ENV UV_INDEX_URL=https://mirrors.aliyun.com/pypi/simple/

2026-07-19 05:19:40 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c mkdir -p /etc/apt/keyrings && curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg && echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_20.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list && apt-get update && apt-get install -y nodejs && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit

2026-07-19 05:19:45 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c npm config set registry https://registry.npmmirror.com # buildkit

2026-07-19 05:22:29 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c add-apt-repository ppa:xtradeb/apps -y && apt-get update && apt-get install -y chromium --no-install-recommends && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit

2026-07-19 05:24:16 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apt-get update && apt-get install -y fonts-noto-cjk fonts-noto-color-emoji language-pack-zh-hans locales && locale-gen zh_CN.UTF-8 && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit

2026-07-19 05:24:16 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2026-07-19 05:24:16 UTC (buildkit.dockerfile.v0)

COPY pyproject.toml ./ # buildkit

2026-07-19 05:24:23 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c uv sync --no-dev # buildkit

2026-07-19 05:24:23 UTC (buildkit.dockerfile.v0)

COPY . . # buildkit

2026-07-19 05:24:23 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c chown -R ubuntu:ubuntu /app # buildkit

2026-07-19 05:24:23 UTC (buildkit.dockerfile.v0)

COPY supervisord.conf /etc/supervisor/conf.d/app.conf # buildkit

2026-07-19 05:24:23 UTC (buildkit.dockerfile.v0)

EXPOSE [5900/tcp 5901/tcp 8080/tcp 9222/tcp]

2026-07-19 05:24:23 UTC (buildkit.dockerfile.v0)

ENV UVI_ARGS=

2026-07-19 05:24:23 UTC (buildkit.dockerfile.v0)

ENV CHROME_ARGS=

2026-07-19 05:24:23 UTC (buildkit.dockerfile.v0)

CMD ["supervisord" "-n" "-c" "/app/supervisord.conf"]

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