Sign inSign up

lihaixin/openclaw:2026.5.28

Multi-platform
Index digest

sha256:971a72d43116bc5a003e61df7fde49f74e29681ce5cb5266e9f09b231eb30bdb

OS/ARCH

Compressed size

691.23 MB

Last pushed

4 months by lihaixin

Type

Image

Manifest digest

sha256:90b3892421c4b25c4bf9824bbbda3c6d1fcf4639ab04b2e552e50851985d4fcf

Image Layers

1# debian.sh --arch 'amd64' out/26.93 MB
2RUN /bin/sh -c groupadd --gid3.24 KB
3ENV NODE_VERSION=24.14.00 B
4RUN /bin/sh -c ARCH= OPENSSL_ARCH=46.97 MB
5ENV YARN_VERSION=1.22.220 B
6RUN /bin/sh -c set -ex1.63 MB
7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit447 B
8ENTRYPOINT ["docker-entrypoint.sh"]0 B
9CMD ["node"]0 B
10ARG OPENCLAW_NODE_BOOKWORM_SLIM_DIGEST=sha256:e8e2e91b1378f83c5b2dd15f0247f34110e2fe895f6ca7719dbb780f929368eb0 B
11LABEL org.opencontainers.image.base.name=docker.io/library/node:24-bookworm-slim org.opencontainers.image.base.digest=sha256:e8e2e91b1378f83c5b2dd15f0247f34110e2fe895f6ca7719dbb780f929368eb0 B
12ARG OPENCLAW_BUNDLED_PLUGIN_DIR=extensions0 B
13LABEL org.opencontainers.image.source=https://github.com/openclaw/openclaw org.opencontainers.image.url=https://openclaw.ai org.opencontainers.image.documentation=https://docs.openclaw.ai/install/docker org.opencontainers.image.licenses=MIT0 B
14WORKDIR /app93 B
15RUN |2 OPENCLAW_NODE_BOOKWORM_SLIM_DIGEST=sha256:e8e2e91b1378f83c5b2dd15f0247f34110e2fe895f6ca7719dbb780f929368eb OPENCLAW_BUNDLED_PLUGIN_DIR=extensions /bin/sh44.79 MB
16RUN |2 OPENCLAW_NODE_BOOKWORM_SLIM_DIGEST=sha256:e8e2e91b1378f83c5b2dd15f0247f34110e2fe895f6ca7719dbb780f929368eb OPENCLAW_BUNDLED_PLUGIN_DIR=extensions /bin/sh96 B
17COPY --chown=node:node /app/dist ./dist #13.14 MB
18COPY --chown=node:node /app/node_modules ./node_modules #151.22 MB
19COPY --chown=node:node /app/package.json . #15.26 KB
20COPY --chown=node:node /app/pnpm-workspace.yaml . #1.28 KB
21COPY --chown=node:node /app/patches ./patches #772 B
22COPY --chown=node:node /app/openclaw.mjs . #5.28 KB
23COPY --chown=node:node /app/src/agents/templates ./src/agents/templates #320 B
24COPY --chown=node:node /app/extensions ./extensions #4.06 MB
25COPY --chown=node:node /app/skills ./skills #85.19 KB
26COPY --chown=node:node /app/docs ./docs #7.69 MB
27COPY --chown=node:node /app/qa ./qa #120.28 KB
28ENV COREPACK_HOME=/usr/local/share/corepack0 B
29RUN |2 OPENCLAW_NODE_BOOKWORM_SLIM_DIGEST=sha256:e8e2e91b1378f83c5b2dd15f0247f34110e2fe895f6ca7719dbb780f929368eb OPENCLAW_BUNDLED_PLUGIN_DIR=extensions /bin/sh4.13 MB
30ARG OPENCLAW_IMAGE_APT_PACKAGES0 B
31ARG OPENCLAW_DOCKER_APT_PACKAGES=0 B
32RUN |4 OPENCLAW_NODE_BOOKWORM_SLIM_DIGEST=sha256:e8e2e91b1378f83c5b2dd15f0247f34110e2fe895f6ca7719dbb780f929368eb OPENCLAW_BUNDLED_PLUGIN_DIR=extensions OPENCLAW_IMAGE_APT_PACKAGES=32 B
33ARG OPENCLAW_IMAGE_PIP_PACKAGES=0 B
34RUN |5 OPENCLAW_NODE_BOOKWORM_SLIM_DIGEST=sha256:e8e2e91b1378f83c5b2dd15f0247f34110e2fe895f6ca7719dbb780f929368eb OPENCLAW_BUNDLED_PLUGIN_DIR=extensions OPENCLAW_IMAGE_APT_PACKAGES=32 B
35ARG OPENCLAW_INSTALL_BROWSER=0 B
36ENV PLAYWRIGHT_BROWSERS_PATH=/home/node/.cache/ms-playwright0 B
37RUN |6 OPENCLAW_NODE_BOOKWORM_SLIM_DIGEST=sha256:e8e2e91b1378f83c5b2dd15f0247f34110e2fe895f6ca7719dbb780f929368eb OPENCLAW_BUNDLED_PLUGIN_DIR=extensions OPENCLAW_IMAGE_APT_PACKAGES=32 B
38ARG OPENCLAW_INSTALL_DOCKER_CLI=0 B
39ARG OPENCLAW_DOCKER_GPG_FINGERPRINT=9DC858229FC7DD38854AE2D88D81803C0EBFCD880 B
40RUN |8 OPENCLAW_NODE_BOOKWORM_SLIM_DIGEST=sha256:e8e2e91b1378f83c5b2dd15f0247f34110e2fe895f6ca7719dbb780f929368eb OPENCLAW_BUNDLED_PLUGIN_DIR=extensions OPENCLAW_IMAGE_APT_PACKAGES=32 B
41RUN |8 OPENCLAW_NODE_BOOKWORM_SLIM_DIGEST=sha256:e8e2e91b1378f83c5b2dd15f0247f34110e2fe895f6ca7719dbb780f929368eb OPENCLAW_BUNDLED_PLUGIN_DIR=extensions OPENCLAW_IMAGE_APT_PACKAGES=183 B
42RUN |8 OPENCLAW_NODE_BOOKWORM_SLIM_DIGEST=sha256:e8e2e91b1378f83c5b2dd15f0247f34110e2fe895f6ca7719dbb780f929368eb OPENCLAW_BUNDLED_PLUGIN_DIR=extensions OPENCLAW_IMAGE_APT_PACKAGES=202 B
43ENV NODE_ENV=production0 B
44USER node0 B
45HEALTHCHECK {Test:[CMD-SHELL node -e "fetch('http://127.0.0.1:18789/healthz').then((r)=>process.exit(r.ok?0:1)).catch(()=>process.exit(1))"]0 B
46ENTRYPOINT ["tini" "-s" "--"]0 B
47CMD ["node" "openclaw.mjs" "gateway"]0 B
48ARG OPENCLAW_DOCKER_APT_PACKAGES=python3 curl net-tools0 B
49ARG OPENCLAW_INSTALL_BROWSER=10 B
50USER root0 B
51RUN |2 OPENCLAW_DOCKER_APT_PACKAGES=python3 curl net-tools293.53 KB
52RUN |2 OPENCLAW_DOCKER_APT_PACKAGES=python3 curl net-tools390.15 MB
53USER node0 B

Command

# debian.sh --arch 'amd64' out/ 'bookworm' '@1771804800'