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 MB2RUN /bin/sh -c groupadd --gid3.24 KB3ENV NODE_VERSION=24.14.00 B4RUN /bin/sh -c ARCH= OPENSSL_ARCH=46.97 MB5ENV YARN_VERSION=1.22.220 B6RUN /bin/sh -c set -ex1.63 MB7COPY docker-entrypoint.sh /usr/local/bin/ # buildkit447 B8ENTRYPOINT ["docker-entrypoint.sh"]0 B9CMD ["node"]0 B10ARG OPENCLAW_NODE_BOOKWORM_SLIM_DIGEST=sha256:e8e2e91b1378f83c5b2dd15f0247f34110e2fe895f6ca7719dbb780f929368eb0 B11LABEL org.opencontainers.image.base.name=docker.io/library/node:24-bookworm-slim org.opencontainers.image.base.digest=sha256:e8e2e91b1378f83c5b2dd15f0247f34110e2fe895f6ca7719dbb780f929368eb0 B12ARG OPENCLAW_BUNDLED_PLUGIN_DIR=extensions0 B13LABEL 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 B14WORKDIR /app93 B15RUN |2 OPENCLAW_NODE_BOOKWORM_SLIM_DIGEST=sha256:e8e2e91b1378f83c5b2dd15f0247f34110e2fe895f6ca7719dbb780f929368eb OPENCLAW_BUNDLED_PLUGIN_DIR=extensions /bin/sh44.79 MB16RUN |2 OPENCLAW_NODE_BOOKWORM_SLIM_DIGEST=sha256:e8e2e91b1378f83c5b2dd15f0247f34110e2fe895f6ca7719dbb780f929368eb OPENCLAW_BUNDLED_PLUGIN_DIR=extensions /bin/sh96 B17COPY --chown=node:node /app/dist ./dist #13.14 MB18COPY --chown=node:node /app/node_modules ./node_modules #151.22 MB19COPY --chown=node:node /app/package.json . #15.26 KB20COPY --chown=node:node /app/pnpm-workspace.yaml . #1.28 KB21COPY --chown=node:node /app/patches ./patches #772 B22COPY --chown=node:node /app/openclaw.mjs . #5.28 KB23COPY --chown=node:node /app/src/agents/templates ./src/agents/templates #320 B24COPY --chown=node:node /app/extensions ./extensions #4.06 MB25COPY --chown=node:node /app/skills ./skills #85.19 KB26COPY --chown=node:node /app/docs ./docs #7.69 MB27COPY --chown=node:node /app/qa ./qa #120.28 KB28ENV COREPACK_HOME=/usr/local/share/corepack0 B29RUN |2 OPENCLAW_NODE_BOOKWORM_SLIM_DIGEST=sha256:e8e2e91b1378f83c5b2dd15f0247f34110e2fe895f6ca7719dbb780f929368eb OPENCLAW_BUNDLED_PLUGIN_DIR=extensions /bin/sh4.13 MB30ARG OPENCLAW_IMAGE_APT_PACKAGES0 B31ARG OPENCLAW_DOCKER_APT_PACKAGES=0 B32RUN |4 OPENCLAW_NODE_BOOKWORM_SLIM_DIGEST=sha256:e8e2e91b1378f83c5b2dd15f0247f34110e2fe895f6ca7719dbb780f929368eb OPENCLAW_BUNDLED_PLUGIN_DIR=extensions OPENCLAW_IMAGE_APT_PACKAGES=32 B33ARG OPENCLAW_IMAGE_PIP_PACKAGES=0 B34RUN |5 OPENCLAW_NODE_BOOKWORM_SLIM_DIGEST=sha256:e8e2e91b1378f83c5b2dd15f0247f34110e2fe895f6ca7719dbb780f929368eb OPENCLAW_BUNDLED_PLUGIN_DIR=extensions OPENCLAW_IMAGE_APT_PACKAGES=32 B35ARG OPENCLAW_INSTALL_BROWSER=0 B36ENV PLAYWRIGHT_BROWSERS_PATH=/home/node/.cache/ms-playwright0 B37RUN |6 OPENCLAW_NODE_BOOKWORM_SLIM_DIGEST=sha256:e8e2e91b1378f83c5b2dd15f0247f34110e2fe895f6ca7719dbb780f929368eb OPENCLAW_BUNDLED_PLUGIN_DIR=extensions OPENCLAW_IMAGE_APT_PACKAGES=32 B38ARG OPENCLAW_INSTALL_DOCKER_CLI=0 B39ARG OPENCLAW_DOCKER_GPG_FINGERPRINT=9DC858229FC7DD38854AE2D88D81803C0EBFCD880 B40RUN |8 OPENCLAW_NODE_BOOKWORM_SLIM_DIGEST=sha256:e8e2e91b1378f83c5b2dd15f0247f34110e2fe895f6ca7719dbb780f929368eb OPENCLAW_BUNDLED_PLUGIN_DIR=extensions OPENCLAW_IMAGE_APT_PACKAGES=32 B41RUN |8 OPENCLAW_NODE_BOOKWORM_SLIM_DIGEST=sha256:e8e2e91b1378f83c5b2dd15f0247f34110e2fe895f6ca7719dbb780f929368eb OPENCLAW_BUNDLED_PLUGIN_DIR=extensions OPENCLAW_IMAGE_APT_PACKAGES=183 B42RUN |8 OPENCLAW_NODE_BOOKWORM_SLIM_DIGEST=sha256:e8e2e91b1378f83c5b2dd15f0247f34110e2fe895f6ca7719dbb780f929368eb OPENCLAW_BUNDLED_PLUGIN_DIR=extensions OPENCLAW_IMAGE_APT_PACKAGES=202 B43ENV NODE_ENV=production0 B44USER node0 B45HEALTHCHECK {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 B46ENTRYPOINT ["tini" "-s" "--"]0 B47CMD ["node" "openclaw.mjs" "gateway"]0 B48ARG OPENCLAW_DOCKER_APT_PACKAGES=python3 curl net-tools0 B49ARG OPENCLAW_INSTALL_BROWSER=10 B50USER root0 B51RUN |2 OPENCLAW_DOCKER_APT_PACKAGES=python3 curl net-tools293.53 KB52RUN |2 OPENCLAW_DOCKER_APT_PACKAGES=python3 curl net-tools390.15 MB53USER node0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1771804800'