Namespace
simpleyyt
Image / Tag
manus-sandbox:2.6
Content Digest
sha256:a224637ea31c806a9aaf2bcd10ea1fdc44622ee067a428af2603aa9dc97c5e04
Details
Created

2026-08-02 06:58:21 UTC

Size

634 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2026-08-02T06:55:43.476Z
  • 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
    0b07c56d47b7ecb6f31feb2e032db4c7cbbdfe05
  • 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.6.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.47% (28.4 MB)

[#001] sha256:3459acf7bbdfb2abc5a98db5c92aa007d2d981ea856406f54b5937ba27162632 - 0.0% (731 Bytes)

[#002] sha256:ed239bd7b8a90380581fb0bffb1b0f0f381e37ccce671613251ae01e2aebc0b7 - 20.07% (127 MB)

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

[#004] sha256:79189a43688be7ca7e2edea3175a205b4dc0a3427667eb37428cdb914300b2eb - 17.47% (111 MB)

[#005] sha256:1639f4c7fd6cb0f0c4336df86ea1e9653637e854a61f282dac6a7cc88df0a2cf - 6.8% (43.1 MB)

[#006] sha256:4745c77327b2e5b7f5d379e38bf4942f6acf2655b020c17efc6e201092718921 - 7.28% (46.2 MB)

[#007] sha256:5347a685836023f00d564d9d2694d3f22be65ca8609bfe06ae968213a3826dd1 - 0.0% (572 Bytes)

[#008] sha256:885af90a68c5910477fd7fc28686b04fb992afef7f8366b93aec7318eafe9479 - 27.84% (177 MB)

[#009] sha256:d7c36aa7afa44c47d9d2d6e36030eb26b84055f2a12b48c353a238ec07d21553 - 14.56% (92.3 MB)

[#010] sha256:7d06a146fb37b908c8bdf3cf22ed135cae09574eeb13ee1e5df9c6903ae65587 - 0.0% (93 Bytes)

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

[#012] sha256:fbc15a3226967b22a2e5449bb826442f9c2fce742f8657db4e0952e3be20f66b - 0.97% (6.13 MB)

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

[#014] sha256:08acb50bf242fdd2a33a29579b53c914430fd3a42096b588c2356c992f6e4a0d - 0.54% (3.41 MB)

[#015] sha256:5740389009b732434a7f00894ba6a6fbdb1a7be991e3f08e3e6223961d1b8131 - 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-08-02 06:55:47 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive

2026-08-02 06:55:47 UTC (buildkit.dockerfile.v0)

ENV HOSTNAME=sandbox

2026-08-02 06:55:47 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-08-02 06:56:28 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-08-02 06:56:28 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-08-02 06:57:03 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-08-02 06:57:05 UTC (buildkit.dockerfile.v0)

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

2026-08-02 06:57:05 UTC (buildkit.dockerfile.v0)

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

2026-08-02 06:57:20 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-08-02 06:57:20 UTC (buildkit.dockerfile.v0)

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

2026-08-02 06:57:50 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-08-02 06:58:18 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-08-02 06:58:18 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2026-08-02 06:58:18 UTC (buildkit.dockerfile.v0)

COPY pyproject.toml ./ # buildkit

2026-08-02 06:58:21 UTC (buildkit.dockerfile.v0)

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

2026-08-02 06:58:21 UTC (buildkit.dockerfile.v0)

COPY . . # buildkit

2026-08-02 06:58:21 UTC (buildkit.dockerfile.v0)

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

2026-08-02 06:58:21 UTC (buildkit.dockerfile.v0)

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

2026-08-02 06:58:21 UTC (buildkit.dockerfile.v0)

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

2026-08-02 06:58:21 UTC (buildkit.dockerfile.v0)

ENV UVI_ARGS=

2026-08-02 06:58:21 UTC (buildkit.dockerfile.v0)

ENV CHROME_ARGS=

2026-08-02 06:58:21 UTC (buildkit.dockerfile.v0)

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

Details
Created

2026-08-02 07:09:57 UTC

Size

625 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2026-08-02T06:55:43.476Z
  • 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
    0b07c56d47b7ecb6f31feb2e032db4c7cbbdfe05
  • 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.6.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.21% (26.3 MB)

[#001] sha256:68385b0a7b4d021abbb62670da513c0d1da715fd9bc0f4f774eaf735b899b736 - 0.0% (731 Bytes)

[#002] sha256:8518da26b6469984613fe9f641d0c16b0aa12903c986ce3fa594713cb0e183de - 19.62% (123 MB)

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

[#004] sha256:ac43fa4ede4241d252d27bccb7fd9eef0c6cb9f46c96ccbb0ee50b329927cc7b - 16.99% (106 MB)

[#005] sha256:66c463783c0a7ca83d1faf16bbea8303727ba8bbf96e0be6cc4e94fac183d14a - 6.64% (41.5 MB)

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

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

[#008] sha256:4c15551bf86b09c682237d97a5ac0a525af9d008259e39faa41ae2b1695a353c - 28.9% (181 MB)

[#009] sha256:e1f05dec45584fa9d831fcb6a0dfe56da06ff42462d3b905bdbc5f4777881349 - 14.77% (92.3 MB)

[#010] sha256:2297dbbbb9495357da6b71339ab50e08e9a03e05f88dcc8f46f8be8f44f210ff - 0.0% (93 Bytes)

[#011] sha256:097b51210edfc2fbc1259be74e531530d84adf7480277cb81fa8c3880d700254 - 0.0% (412 Bytes)

[#012] sha256:83480e601e755dc60862893c8214abf06b924d72b531a2980b89a1d4c9a71666 - 0.96% (6.03 MB)

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

[#014] sha256:ade9b877a1996d745944eacbcdf5fda6c262c80f85be95823944ec0109ab892d - 0.53% (3.31 MB)

[#015] sha256:d0c65de16edf64c7efd8ec4f64c1dfd1f4383f89b7f471c29d624b62226641ee - 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-08-02 06:55:47 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive

2026-08-02 06:55:47 UTC (buildkit.dockerfile.v0)

ENV HOSTNAME=sandbox

2026-08-02 06:55:47 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-08-02 07:00: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 socat supervisor websockify && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit

2026-08-02 07:00: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-08-02 07:03:10 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-08-02 07:03:29 UTC (buildkit.dockerfile.v0)

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

2026-08-02 07:03:29 UTC (buildkit.dockerfile.v0)

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

2026-08-02 07:04: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-08-02 07:04:29 UTC (buildkit.dockerfile.v0)

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

2026-08-02 07:07:56 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-08-02 07:09:50 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-08-02 07:09:50 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2026-08-02 07:09:50 UTC (buildkit.dockerfile.v0)

COPY pyproject.toml ./ # buildkit

2026-08-02 07:09:57 UTC (buildkit.dockerfile.v0)

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

2026-08-02 07:09:57 UTC (buildkit.dockerfile.v0)

COPY . . # buildkit

2026-08-02 07:09:57 UTC (buildkit.dockerfile.v0)

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

2026-08-02 07:09:57 UTC (buildkit.dockerfile.v0)

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

2026-08-02 07:09:57 UTC (buildkit.dockerfile.v0)

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

2026-08-02 07:09:57 UTC (buildkit.dockerfile.v0)

ENV UVI_ARGS=

2026-08-02 07:09:57 UTC (buildkit.dockerfile.v0)

ENV CHROME_ARGS=

2026-08-02 07:09:57 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