Namespace
simpleyyt
Image / Tag
manus-sandbox:2.8.0
Content Digest
sha256:afb0d39778b70d93fd59440ec57d009ed304bb9bdf6f8a1a7ca71ee2ab0119fb
Details
Created

2026-09-14 18:51:55 UTC

Size

633 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2026-09-14T18:36:32.933Z
  • 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
    496547ce6a5f599333138342ec126a7ea8ec9646
  • 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.8.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:20c3783cc497b5b0df1fc5f92bd64c3d2fbb24057c88692c8fda205b6ea8a2f2 - 4.48% (28.4 MB)

[#001] sha256:24c4a3e260d9f3b9591132e9d49dda477ec0a6643585edc9f79e7afd8aa811a1 - 0.0% (730 Bytes)

[#002] sha256:3d0999af51e0863af66c93dc0abadf9c4780ba9f606f9b4dc2d980228525f69d - 20.2% (128 MB)

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

[#004] sha256:fb098f07d29215f8b3ad15c96bb3a1714e065e89931757164c8e449bb03fa824 - 17.85% (113 MB)

[#005] sha256:385733813a913c1b07c13028be2cf3680c06157e055a25ff2248ac5aaaec1923 - 6.11% (38.7 MB)

[#006] sha256:58307a0fa7ce61e72fe3d470b45eb1fa7108897c4ee65af9e86a13650f1c21da - 7.29% (46.2 MB)

[#007] sha256:72cc628ca99e276bf2b61a0032bef87109599b453183e24843412a27af94f044 - 0.0% (575 Bytes)

[#008] sha256:e9737e2afdedf36de6b99563b3d28edc0c6762e86536d14cbb99f68f627ab2ac - 27.9% (177 MB)

[#009] sha256:ecc20a4a47a8b5363fdee41f496a1bf484800d0fd770354b4ba1e42c7d346c00 - 14.58% (92.4 MB)

[#010] sha256:80c5f8f7eae165866ad52370e66eb518c18f272b898d8c45f02b3b3ecb0532ec - 0.0% (93 Bytes)

[#011] sha256:e066f71ef422acce37c13dee19b8b8e3a90520239c1ac40c3476c2da999082f4 - 0.0% (422 Bytes)

[#012] sha256:70bfdbdd9e28d25699d0f4804af93f0dbf9bd3a7d54591b5a27371607fdfada3 - 1.01% (6.38 MB)

[#013] sha256:7121abf5b136c021f7fc382b7d67fae906954ec5343173ee25c923d086c23ea6 - 0.01% (70.5 KB)

[#014] sha256:c6135434bdb70be0a69340234c9c245e8e2065207f80f0f32e18fa0212a0dabd - 0.56% (3.52 MB)

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


History
2026-09-03 12:14:51 UTC

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

2026-09-03 12:14:51 UTC

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

2026-09-03 12:14:51 UTC

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

2026-09-03 12:14:53 UTC

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

2026-09-03 12:14:54 UTC

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

2026-09-14 18:36:36 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive

2026-09-14 18:36:36 UTC (buildkit.dockerfile.v0)

ENV HOSTNAME=sandbox

2026-09-14 18:36:36 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-09-14 18:40:48 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 tmux socat supervisor websockify && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit

2026-09-14 18:40:48 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-09-14 18:45:09 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-09-14 18:45:12 UTC (buildkit.dockerfile.v0)

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

2026-09-14 18:45:12 UTC (buildkit.dockerfile.v0)

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

2026-09-14 18:46:33 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-09-14 18:46:33 UTC (buildkit.dockerfile.v0)

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

2026-09-14 18:48:27 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-09-14 18:51:52 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-09-14 18:51:52 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2026-09-14 18:51:52 UTC (buildkit.dockerfile.v0)

COPY pyproject.toml ./ # buildkit

2026-09-14 18:51:54 UTC (buildkit.dockerfile.v0)

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

2026-09-14 18:51:54 UTC (buildkit.dockerfile.v0)

COPY . . # buildkit

2026-09-14 18:51:55 UTC (buildkit.dockerfile.v0)

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

2026-09-14 18:51:55 UTC (buildkit.dockerfile.v0)

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

2026-09-14 18:51:55 UTC (buildkit.dockerfile.v0)

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

2026-09-14 18:51:55 UTC (buildkit.dockerfile.v0)

ENV UVI_ARGS=

2026-09-14 18:51:55 UTC (buildkit.dockerfile.v0)

ENV CHROME_ARGS=

2026-09-14 18:51:55 UTC (buildkit.dockerfile.v0)

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

Details
Created

2026-09-14 19:00:12 UTC

Size

625 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2026-09-14T18:36:32.933Z
  • 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
    496547ce6a5f599333138342ec126a7ea8ec9646
  • 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.8.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:e4be80ccf23625c2b9f55507e92a0bef3343c6a3f274f9d593c52bd4d2fa2945 - 4.22% (26.4 MB)

[#001] sha256:ca97dcaed8a07f6a8e2e9e00ae79fadaf42e2d84ef7ce708205238394345a42e - 0.0% (730 Bytes)

[#002] sha256:856b3ac2b3dda2989f95c45fbff6c9d03b8ad11e49747798e41279746a6b5477 - 19.71% (123 MB)

[#003] sha256:60aa19fa27f6bf59bb0321e7dcf34f60bf399d7621799ec9bf3ec1e57a1e0de3 - 0.0% (4.46 KB)

[#004] sha256:2214d2ac648ece5986ca32142be9252254852ecd9ba0831128609e79b220616a - 17.34% (108 MB)

[#005] sha256:28811053d22bccd4a1d75d0f7ec136819c5bd96dcb63f9a1e118763d490c999d - 6.04% (37.7 MB)

[#006] sha256:aaeea273aaef4f3733bf062f5989bab8e3298b25d679595d4e8d7cf0cbdca6b5 - 7.38% (46.1 MB)

[#007] sha256:ac12c333db8c8ac4923b0e710c1c5aefc1a8b8b5b5baefc0cf14a3a6c0517da8 - 0.0% (576 Bytes)

[#008] sha256:21ef417509702cb1bf8ce5edf934c89275921f3f0301ff984bf5fc11998c0d49 - 28.97% (181 MB)

[#009] sha256:97b2e61ea183c09d13af5fb2cc27a77688514791febb44eea94b49d507a85c36 - 14.77% (92.4 MB)

[#010] sha256:1bc24b56fd54685e63fde8383ff8c15813eef822c87b3f04f71b96e3aa33afbc - 0.0% (93 Bytes)

[#011] sha256:03a631409ce9ece592fa975073352bbcfcf52b2114430eafb13460653d341075 - 0.0% (422 Bytes)

[#012] sha256:27d7f1818b2b62f8f429c7c04d9f28e0dbc64f78b8939bd5ba9b73b7de74777d - 1.01% (6.29 MB)

[#013] sha256:7121abf5b136c021f7fc382b7d67fae906954ec5343173ee25c923d086c23ea6 - 0.01% (70.5 KB)

[#014] sha256:8dbfa41bda54138bf09604d20ad87178f4b3987473e2b41877c2be58ec668947 - 0.55% (3.43 MB)

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


History
2026-09-03 12:14:40 UTC

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

2026-09-03 12:14:40 UTC

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

2026-09-03 12:14:40 UTC

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

2026-09-03 12:14:43 UTC

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

2026-09-03 12:14:43 UTC

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

2026-09-14 18:36:36 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive

2026-09-14 18:36:36 UTC (buildkit.dockerfile.v0)

ENV HOSTNAME=sandbox

2026-09-14 18:36:36 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-09-14 18:44: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 tmux socat supervisor websockify && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit

2026-09-14 18:44: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-09-14 18:50:12 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-09-14 18:50:29 UTC (buildkit.dockerfile.v0)

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

2026-09-14 18:50:29 UTC (buildkit.dockerfile.v0)

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

2026-09-14 18:52:24 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-09-14 18:52:28 UTC (buildkit.dockerfile.v0)

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

2026-09-14 18:55:40 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-09-14 19:00:06 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-09-14 19:00:06 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2026-09-14 19:00:06 UTC (buildkit.dockerfile.v0)

COPY pyproject.toml ./ # buildkit

2026-09-14 19:00:12 UTC (buildkit.dockerfile.v0)

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

2026-09-14 19:00:12 UTC (buildkit.dockerfile.v0)

COPY . . # buildkit

2026-09-14 19:00:12 UTC (buildkit.dockerfile.v0)

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

2026-09-14 19:00:12 UTC (buildkit.dockerfile.v0)

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

2026-09-14 19:00:12 UTC (buildkit.dockerfile.v0)

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

2026-09-14 19:00:12 UTC (buildkit.dockerfile.v0)

ENV UVI_ARGS=

2026-09-14 19:00:12 UTC (buildkit.dockerfile.v0)

ENV CHROME_ARGS=

2026-09-14 19:00:12 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