Namespace
simpleyyt
Image / Tag
manus-sandbox:arm64
Content Digest
sha256:1371087266dce5784260e6de324ba22e0c301768571d23a606f2fd8ee072f4cc
Details
Created

2025-05-10 18:02:01 UTC

Size

558 MB

Content Digest
Labels
  • com.docker.compose.project
    ai-manus
  • com.docker.compose.service
    sandbox
  • com.docker.compose.version
    2.23.3
  • org.opencontainers.image.ref.name
    ubuntu
  • org.opencontainers.image.version
    22.04

Environment
CHROME_ARGS

DEBIAN_FRONTEND

noninteractive

HOSTNAME

sandbox

LANG

zh_CN.UTF-8

LANGUAGE

zh_CN:zh

LC_ALL

zh_CN.UTF-8

PATH

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

UVI_ARGS


Layers

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

[#001] sha256:fc374f86ac9074741f25ce3a3af1918fb9562df490eadcc26b2bec3ad2b1238a - 21.96% (123 MB)

[#002] sha256:d177b32aceca7e875185edbef035d6b9e1e3622685d60eaf28b58de68a943936 - 0.0% (4.51 KB)

[#003] sha256:a2cc230a765ef85cfca57e638979865d14a78906febc836ef76e0cc7c9b4b3b5 - 18.22% (102 MB)

[#004] sha256:952003a2713b8ab0bad125d6516f66ec3a15ea624c2db358d2ea851473df5d15 - 8.31% (46.4 MB)

[#005] sha256:7dda204b5698b2d30ca941d9076e437877bc5c8ba49dbe66691c710d311c67ac - 27.87% (156 MB)

[#006] sha256:2b68ca62678412348c013c6ff50e33e9550cf507f7e651c8183345a50b9ac581 - 16.54% (92.3 MB)

[#007] sha256:757c4f0d400f8067ff1d1bb0a8641fafca7ff5fafd2baaa7aeafcef29bc948f1 - 0.0% (93 Bytes)

[#008] sha256:0caa7038ef9d00e0fb8d7e93fb3befc961a7fe59b3f064e3bccc1b4a848da965 - 0.0% (205 Bytes)

[#009] sha256:0249d421ba3f3463d9352b473f2c5a201e0636850b9fe06cde45d985d94c13f4 - 0.84% (4.67 MB)

[#010] sha256:c216d93a8db1af999f04a45d741253a51f211917c4b0763cc74acc357339a19c - 1.6% (8.95 MB)

[#011] sha256:480f78eb778d59bd461293fe7ba42aeb19ba7fd80acb371bc38d2e34f644740c - 0.0% (1.44 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-07 16:09:52 UTC (buildkit.dockerfile.v0)

ENV DEBIAN_FRONTEND=noninteractive

2025-05-07 16:09:52 UTC (buildkit.dockerfile.v0)

ENV HOSTNAME=sandbox

2025-05-07 16:09:52 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

2025-05-07 16:09:53 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

2025-05-07 16:11:13 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

2025-05-07 16:11:36 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

2025-05-10 18:00: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

2025-05-10 18:01:49 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

2025-05-10 18:01:49 UTC (buildkit.dockerfile.v0)

ENV LANG=zh_CN.UTF-8 LANGUAGE=zh_CN:zh LC_ALL=zh_CN.UTF-8

2025-05-10 18:01:49 UTC (buildkit.dockerfile.v0)

WORKDIR /app

2025-05-10 18:01:49 UTC (buildkit.dockerfile.v0)

COPY requirements.txt . # buildkit

2025-05-10 18:02:00 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c pip3 install --no-cache-dir -r requirements.txt # buildkit

2025-05-10 18:02:01 UTC (buildkit.dockerfile.v0)

COPY . . # buildkit

2025-05-10 18:02:01 UTC (buildkit.dockerfile.v0)

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

2025-05-10 18:02:01 UTC (buildkit.dockerfile.v0)

EXPOSE map[5900/tcp:{} 5901/tcp:{} 8080/tcp:{} 9222/tcp:{}]

2025-05-10 18:02:01 UTC (buildkit.dockerfile.v0)

ENV UVI_ARGS=

2025-05-10 18:02:01 UTC (buildkit.dockerfile.v0)

ENV CHROME_ARGS=

2025-05-10 18:02:01 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